#080C77

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

Shades of Navy #080C77

Tints of Navy #080C77

Color information

#080C77 (or 0x080C77) is unknown color: approx Navy. HEX triplet: 08, 0C and 77. RGB value is (8,12,119). Sum of RGB (Red+Green+Blue) = 8+12+119=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #080C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C77 is #F7F388. Grayscale: #161616. Windows color (decimal): -16249737 or 7801864. OLE color: 7801864.

HSL color Cylindrical-coordinate representation of color #080C77: hue angle of 237.84º degrees, saturation: 0.87, 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 #080C77 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB812119-
CMYK0.930.9000.53
HSL237.84º87.4%24.9%-
HSV(B)237.84º93.28%46.67%-
XYZ3.561.6517.58-
YUV23182.17117.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 119 (46.88% from 255) = 85.61%
R=5.76%
G=8.63%
B=85.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8121190.930.9000.53237.8487.424.9
Hex8C775D5A035ee5719
Octal101416713513206535612731
Binary10001100111011110111011011010011010111101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,12,119); }

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

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

 a { background-color: rgb(8,12,119); }

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

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

 span { border-color: rgb(8,12,119); }

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