#080D72

Color #080D72 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080D72

Tints of Navy #080D72

Color information

#080D72 (or 0x080D72) is unknown color: approx Navy. HEX triplet: 08, 0D and 72. RGB value is (8,13,114). Sum of RGB (Red+Green+Blue) = 8+13+114=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #080D72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D72 is #F7F28D. Grayscale: #161616. Windows color (decimal): -16249486 or 7474440. OLE color: 7474440.

HSL color Cylindrical-coordinate representation of color #080D72: hue angle of 237.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080D72 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB813114-
CMYK0.930.8900.55
HSL237.17º86.89%23.92%-
HSV(B)237.17º92.98%44.71%-
XYZ3.281.5516.05-
YUV23.02179.34117.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 13 (5.47% from 255) = 9.63%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=5.93%
G=9.63%
B=84.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8131140.930.8900.55237.1786.8923.92
Hex8D725D59037ed5718
Octal101516213513106735512730
Binary10001101111001010111011011001011011111101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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