Html Css Color HEX #020566 Navy

📋 copy color: '#020566'

red 2 ◦ green 5 ◦ blue 102

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

Shades of Navy #020566

Tints of Navy #020566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

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

R = 1.83%
G = 4.59%
B = 93.58%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#020566 (or 0x020566) is known color: Navy. HEX triplet: 02, 05 and 66. RGB value is (2,5,102). Sum of RGB (Red+Green+Blue) = 2+5+102=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 102 (40.23% from 255 or 93.58% from 109); Max value from RGB is 102 - color contains mainly: blue. Hex color #020566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020566 is #FDFA99. Grayscale: #0E0E0E. Windows color (decimal): -16644762 or 6685954. OLE color: 6685954.

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

Color convert

RGB 2 5 102 -
CMYK 0.98 0.95 0 0.6
HSL 238.2º 0.96% 0.2% -
HSV(B) 238.2º 0.98% 0.4% -
XYZ 2.48 1.08 12.65 -
YUV 15.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 2 5 102 0.98 0.95 0 0.6 238.2 0.96 0.2
Hex 2 5 66 62 5F 0 3C EE 60 14
Octal 2 5 146 142 137 0 74 356 140 24
Binary 10 101 1100110 1100010 1011111 0 111100 11101110 1100000 10100

Color Harmonies of #020566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020566

Black with #020566

Text Example


Text Example

White with #020566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020566; }

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

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

background-color css

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

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

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

border-color css

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

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

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