#080B78

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

Shades of Navy #080B78

Tints of Navy #080B78

Color information

#080B78 (or 0x080B78) is unknown color: approx Navy. HEX triplet: 08, 0B and 78. RGB value is (8,11,120). Sum of RGB (Red+Green+Blue) = 8+11+120=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #080B78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B78 is #F7F487. Grayscale: #161616. Windows color (decimal): -16249992 or 7867144. OLE color: 7867144.

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

Color convert

RGB811120-
CMYK0.930.9100.53
HSL238.39º87.5%25.1%-
HSV(B)238.39º93.33%47.06%-
XYZ3.611.6517.9-
YUV22.53183.01117.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=5.76%
G=7.91%
B=86.33%

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
Decimal8111200.930.9100.53238.3987.525.1
Hex8B785D5B035ee5819
Octal101317013513306535613031
Binary10001011111100010111011011011011010111101110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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