#000666

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

Shades of Navy #000666

Tints of Navy #000666

Color information

#000666 (or 0x000666) is unknown color: approx Navy. HEX triplet: 00, 06 and 66. RGB value is (0,6,102). Sum of RGB (Red+Green+Blue) = 0+6+102=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 102 (40.23% from 255 or 94.44% from 108); Max value from RGB is 102 - color contains mainly: blue. Hex color #000666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000666 is #FFF999. Grayscale: #0E0E0E. Windows color (decimal): -16775578 or 6686208. OLE color: 6686208.

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

Color convert

RGB06102-
CMYK10.9400.6
HSL236.47º100%20%-
HSV(B)236.47º100%40%-
XYZ2.461.0912.65-
YUV15.15177.01117.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 102 (40.23% from 255) = 94.44%
R=0%
G=5.56%
B=94.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal0610210.9400.6236.4710020
Hex0666645E03Cec6414
Octal0614614413607435414424
Binary0110110011011001001011110011110011101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000666; }

 p { color: rgb(0,6,102); }

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

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

 a { background-color: rgb(0,6,102); }

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

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

 span { border-color: rgb(0,6,102); }

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