#080D7B

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

Shades of Navy #080D7B

Tints of Navy #080D7B

Color information

#080D7B (or 0x080D7B) is unknown color: approx Navy. HEX triplet: 08, 0D and 7B. RGB value is (8,13,123). Sum of RGB (Red+Green+Blue) = 8+13+123=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #080D7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D7B is #F7F284. Grayscale: #171717. Windows color (decimal): -16249477 or 8064264. OLE color: 8064264.

HSL color Cylindrical-coordinate representation of color #080D7B: hue angle of 237.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080D7B is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB813123-
CMYK0.930.8900.52
HSL237.39º87.79%25.69%-
HSV(B)237.39º93.5%48.24%-
XYZ3.821.7718.88-
YUV24.04183.84116.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 123 (48.44% from 255) = 85.42%
R=5.56%
G=9.03%
B=85.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8131230.930.8900.52237.3987.7925.69
Hex8D7B5D59034ed581a
Octal101517313513106435513032
Binary10001101111101110111011011001011010011101101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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