#080668

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

Shades of Navy #080668

Tints of Navy #080668

Color information

#080668 (or 0x080668) is unknown color: approx Navy. HEX triplet: 08, 06 and 68. RGB value is (8,6,104). Sum of RGB (Red+Green+Blue) = 8+6+104=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #080668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080668 is #F7F997. Grayscale: #111111. Windows color (decimal): -16251288 or 6817288. OLE color: 6817288.

HSL color Cylindrical-coordinate representation of color #080668: hue angle of 241.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080668 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB86104-
CMYK0.920.9400.59
HSL241.22º89.09%21.57%-
HSV(B)241.22º94.23%40.78%-
XYZ2.661.1813.18-
YUV17.77176.66121.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 104 (41.02% from 255) = 88.14%
R=6.78%
G=5.08%
B=88.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal861040.920.9400.59241.2289.0921.57
Hex86685C5E03Bf15916
Octal10615013413607336113126
Binary1000110110100010111001011110011101111110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080668; }

 p { color: rgb(8,6,104); }

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

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

 a { background-color: rgb(8,6,104); }

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

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

 span { border-color: rgb(8,6,104); }

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