Html Css Color HEX #020666 Navy

📋 copy color: '#020666'

red 2 ◦ green 6 ◦ blue 102

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

Shades of Navy #020666

Tints of Navy #020666

RGB

 RED value IS 2 (1.17% from 255) = 1.82%

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 102 (40.23% from 255) = 92.73%

R = 1.82%
G = 5.45%
B = 92.73%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#020666 (or 0x020666) is known color: Navy. HEX triplet: 02, 06 and 66. RGB value is (2,6,102). Sum of RGB (Red+Green+Blue) = 2+6+102=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 102 (40.23% from 255 or 92.73% from 110); Max value from RGB is 102 - color contains mainly: blue. Hex color #020666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020666 is #FDF999. Grayscale: #0F0F0F. Windows color (decimal): -16644506 or 6686210. OLE color: 6686210.

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

Color convert

RGB 2 6 102 -
CMYK 0.98 0.94 0 0.6
HSL 237.6º 0.96% 0.2% -
HSV(B) 237.6º 0.98% 0.4% -
XYZ 2.49 1.1 12.65 -
YUV 15.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 2 6 102 0.98 0.94 0 0.6 237.6 0.96 0.2
Hex 2 6 66 62 5E 0 3C EE 60 14
Octal 2 6 146 142 136 0 74 356 140 24
Binary 10 110 1100110 1100010 1011110 0 111100 11101110 1100000 10100

Color Harmonies of #020666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020666

Black with #020666

Text Example


Text Example

White with #020666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020666; }

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

 H1.HeaderClassName
 {
   color: #020666;
 }
 .AnyTagClassName
 {
   color: #020666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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