#080B76

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

Shades of Navy #080B76

Tints of Navy #080B76

Color information

#080B76 (or 0x080B76) is unknown color: approx Navy. HEX triplet: 08, 0B and 76. RGB value is (8,11,118). Sum of RGB (Red+Green+Blue) = 8+11+118=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #080B76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B76 is #F7F489. Grayscale: #151515. Windows color (decimal): -16249994 or 7736072. OLE color: 7736072.

HSL color Cylindrical-coordinate representation of color #080B76: hue angle of 238.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080B76 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB811118-
CMYK0.930.9100.54
HSL238.36º87.3%24.71%-
HSV(B)238.36º93.22%46.27%-
XYZ3.491.617.26-
YUV22.3182.01117.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 118 (46.48% from 255) = 86.13%
R=5.84%
G=8.03%
B=86.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111180.930.9100.54238.3687.324.71
Hex8B765D5B036ee5719
Octal101316613513306635612731
Binary10001011111011010111011011011011011011101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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