#080166

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

Shades of Navy #080166

Tints of Navy #080166

Color information

#080166 (or 0x080166) is unknown color: approx Navy. HEX triplet: 08, 01 and 66. RGB value is (8,1,102). Sum of RGB (Red+Green+Blue) = 8+1+102=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #080166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080166 is #F7FE99. Grayscale: #0E0E0E. Windows color (decimal): -16252570 or 6684936. OLE color: 6684936.

HSL color Cylindrical-coordinate representation of color #080166: hue angle of 244.16º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080166 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB81102-
CMYK0.920.9900.6
HSL244.16º98.06%20.2%-
HSV(B)244.16º99.02%40%-
XYZ2.511.0312.64-
YUV14.61177.32123.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 102 (40.23% from 255) = 91.89%
R=7.21%
G=0.90%
B=91.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal811020.920.9900.6244.1698.0620.2
Hex81665C6303Cf46214
Octal10114613414307436414224
Binary10001110011010111001100011011110011110100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080166; }

 p { color: rgb(8,1,102); }

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

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

 a { background-color: rgb(8,1,102); }

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

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

 span { border-color: rgb(8,1,102); }

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