#080B77

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

Shades of Navy #080B77

Tints of Navy #080B77

Color information

#080B77 (or 0x080B77) is unknown color: approx Navy. HEX triplet: 08, 0B and 77. RGB value is (8,11,119). Sum of RGB (Red+Green+Blue) = 8+11+119=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 119 (46.88% from 255 or 86.23% from 138); Max value from RGB is 119 - color contains mainly: blue. Hex color #080B77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B77 is #F7F488. Grayscale: #151515. Windows color (decimal): -16249993 or 7801608. OLE color: 7801608.

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

Color convert

RGB811119-
CMYK0.930.9100.53
HSL238.38º87.4%24.9%-
HSV(B)238.38º93.28%46.67%-
XYZ3.551.6217.58-
YUV22.42182.51117.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 119 (46.88% from 255) = 86.23%
R=5.80%
G=7.97%
B=86.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8111190.930.9100.53238.3887.424.9
Hex8B775D5B035ee5719
Octal101316713513306535612731
Binary10001011111011110111011011011011010111101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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