#080D76

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

Shades of Navy #080D76

Tints of Navy #080D76

Color information

#080D76 (or 0x080D76) is unknown color: approx Navy. HEX triplet: 08, 0D and 76. RGB value is (8,13,118). Sum of RGB (Red+Green+Blue) = 8+13+118=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #080D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D76 is #F7F289. Grayscale: #171717. Windows color (decimal): -16249482 or 7736584. OLE color: 7736584.

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

Color convert

RGB813118-
CMYK0.930.8900.54
HSL237.27º87.3%24.71%-
HSV(B)237.27º93.22%46.27%-
XYZ3.511.6517.27-
YUV23.48181.34116.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 118 (46.48% from 255) = 84.89%
R=5.76%
G=9.35%
B=84.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8131180.930.8900.54237.2787.324.71
Hex8D765D59036ed5719
Octal101516613513106635512731
Binary10001101111011010111011011001011011011101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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