#080F79

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

Shades of Navy #080F79

Tints of Navy #080F79

Color information

#080F79 (or 0x080F79) is unknown color: approx Navy. HEX triplet: 08, 0F and 79. RGB value is (8,15,121). Sum of RGB (Red+Green+Blue) = 8+15+121=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #080F79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F79 is #F7F086. Grayscale: #181818. Windows color (decimal): -16248967 or 7933704. OLE color: 7933704.

HSL color Cylindrical-coordinate representation of color #080F79: hue angle of 236.28º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080F79 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB815121-
CMYK0.930.8800.53
HSL236.28º87.6%25.29%-
HSV(B)236.28º93.39%47.45%-
XYZ3.721.7718.24-
YUV24.99182.18115.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 121 (47.66% from 255) = 84.03%
R=5.56%
G=10.42%
B=84.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8151210.930.8800.53236.2887.625.29
Hex8F795D58035ec5819
Octal101717113513006535413031
Binary10001111111100110111011011000011010111101100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,15,121); }

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

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

 a { background-color: rgb(8,15,121); }

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

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

 span { border-color: rgb(8,15,121); }

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