#080DB4

Color #080DB4 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #080DB4

Tints of New Midnight Blue #080DB4

Color information

#080DB4 (or 0x080DB4) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0D and B4. RGB value is (8,13,180). Sum of RGB (Red+Green+Blue) = 8+13+180=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 180 (70.70% from 255 or 89.55% from 201); Max value from RGB is 180 - color contains mainly: blue. Hex color #080DB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DB4 is #F7F24B. Grayscale: #1D1D1D. Windows color (decimal): -16249420 or 11799816. OLE color: 11799816.

HSL color Cylindrical-coordinate representation of color #080DB4: hue angle of 238.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DB4 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB813180-
CMYK0.960.9300.29
HSL238.26º91.49%36.86%-
HSV(B)238.26º95.56%70.59%-
XYZ8.483.6343.43-
YUV30.54212.34111.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 180 (70.70% from 255) = 89.55%
R=3.98%
G=6.47%
B=89.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8131800.960.9300.29238.2691.4936.86
Hex8DB4605D01Dee5b25
Octal101526414013503535613345
Binary100011011011010011000001011101011101111011101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080DB4; }

 p { color: rgb(8,13,180); }

 H1.HeaderClassName
 {
   color: #080DB4;
 }
 .AnyTagClassName
 {
   color: #080DB4;
 }
</style>
background-color css

<style>
 a { background-color: #080DB4; }

 a { background-color: rgb(8,13,180); }

 div.DivClassName
 {
   background-color: #080DB4;
 }
 .BgClassName
 {
   background-color: #080DB4;
 }
</style>
border-color css

<style>
 span { border-color: #080DB4; }

 span { border-color: rgb(8,13,180); }

 td.TdClassName
 {
   border-color: #080DB4;
 }
 .TagClassName
 {
   border-color: #080DB4;
 }
</style>