Html Css Color HEX #000166 Navy

📋 copy color: '#000166'

red 0 ◦ green 1 ◦ blue 102

#000166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000166

Tints of Navy #000166

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 value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#000166 (or 0x000166) is known color: 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

RGB 0 1 102 -
CMYK 1 0.99 0 0.6
HSL 239.41º 1% 0.2% -
HSV(B) 239.41º 1% 0.4% -
XYZ 2.41 0.98 12.63 -
YUV 12.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 0 1 102 1 0.99 0 0.6 239.41 1 0.2
Hex 0 1 66 64 63 0 3C EF 64 14
Octal 0 1 146 144 143 0 74 357 144 24
Binary 0 1 1100110 1100100 1100011 0 111100 11101111 1100100 10100

Color Harmonies of #000166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000166

Black with #000166

Text Example


Text Example

White with #000166

Text Example


Text Example

HTML Codes & Css Web 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>