Html Css Color HEX #020471 Navy

📋 copy color: '#020471'

red 2 ◦ green 4 ◦ blue 113

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

Shades of Navy #020471

Tints of Navy #020471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

 BLUE value IS 113 (44.53% from 255) = 94.96%

R = 1.68%
G = 3.36%
B = 94.96%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020471 (or 0x020471) is known color: Navy. HEX triplet: 02, 04 and 71. RGB value is (2,4,113). Sum of RGB (Red+Green+Blue) = 2+4+113=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #020471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020471 is #FDFB8E. Grayscale: #0F0F0F. Windows color (decimal): -16645007 or 7406594. OLE color: 7406594.

HSL color Cylindrical-coordinate representation of color #020471: hue angle of 238.92º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020471 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 4 113 -
CMYK 0.98 0.96 0 0.56
HSL 238.92º 0.97% 0.23% -
HSV(B) 238.92º 0.98% 0.44% -
XYZ 3.05 1.29 15.71 -
YUV 15.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 2 4 113 0.98 0.96 0 0.56 238.92 0.97 0.23
Hex 2 4 71 62 60 0 38 EF 61 17
Octal 2 4 161 142 140 0 70 357 141 27
Binary 10 100 1110001 1100010 1100000 0 111000 11101111 1100001 10111

Color Harmonies of #020471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020471

Black with #020471

Text Example


Text Example

White with #020471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020471; }

 p { color: rgb(2,4,113); }

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

background-color css

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

 a { background-color: rgb(2,4,113); }

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

border-color css

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

 span { border-color: rgb(2,4,113); }

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