Html Css Color HEX #020166 Navy

📋 copy color: '#020166'

red 2 ◦ green 1 ◦ blue 102

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

Shades of Navy #020166

Tints of Navy #020166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 1.9%
G = 0.95%
B = 97.14%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#020166 (or 0x020166) is known color: Navy. HEX triplet: 02, 01 and 66. RGB value is (2,1,102). Sum of RGB (Red+Green+Blue) = 2+1+102=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #020166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020166 is #FDFE99. Grayscale: #0C0C0C. Windows color (decimal): -16645786 or 6684930. OLE color: 6684930.

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

Color convert

RGB 2 1 102 -
CMYK 0.98 0.99 0 0.6
HSL 240.59º 0.98% 0.2% -
HSV(B) 240.59º 0.99% 0.4% -
XYZ 2.43 0.99 12.63 -
YUV 12.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 2 1 102 0.98 0.99 0 0.6 240.59 0.98 0.2
Hex 2 1 66 62 63 0 3C F1 62 14
Octal 2 1 146 142 143 0 74 361 142 24
Binary 10 1 1100110 1100010 1100011 0 111100 11110001 1100010 10100

Color Harmonies of #020166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020166

Black with #020166

Text Example


Text Example

White with #020166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020166; }

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

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

background-color css

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

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

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

border-color css

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

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

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