#000166

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

Shades of Navy #000166

Tints of Navy #000166

Color information

#000166 (or 0x000166) is unknown color: approx Navy. HEX triplet: 00, 01 and 66. RGB value is (0,1,102). Sum of RGB (Red+Green+Blue) = 0+1+102=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 102 (40.23% from 255 or 99.03% from 103); Max value from RGB is 102 - color contains mainly: blue. Hex color #000166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000166 is #FFFE99. Grayscale: #0B0B0B. Windows color (decimal): -16776858 or 6684928. OLE color: 6684928.

HSL color Cylindrical-coordinate representation of color #000166: hue angle of 239.41º 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 #000166 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB01102-
CMYK10.9900.6
HSL239.41º100%20%-
HSV(B)239.41º100%40%-
XYZ2.410.9812.63-
YUV12.22178.67119.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 102 (40.23% from 255) = 99.03%
R=0%
G=0.97%
B=99.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal0110210.9900.6239.4110020
Hex0166646303Cef6414
Octal0114614414307435714424
Binary01110011011001001100011011110011101111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000166; }

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

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

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

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

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

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

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

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