Html Css Color HEX #020473 Navy

📋 copy color: '#020473'

red 2 ◦ green 4 ◦ blue 115

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

Shades of Navy #020473

Tints of Navy #020473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 95.04%

R = 1.65%
G = 3.31%
B = 95.04%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020473 (or 0x020473) is known color: Navy. HEX triplet: 02, 04 and 73. RGB value is (2,4,115). Sum of RGB (Red+Green+Blue) = 2+4+115=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 115 (45.31% from 255 or 95.04% from 121); Max value from RGB is 115 - color contains mainly: blue. Hex color #020473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020473 is #FDFB8C. Grayscale: #0F0F0F. Windows color (decimal): -16645005 or 7537666. OLE color: 7537666.

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

Color convert

RGB 2 4 115 -
CMYK 0.98 0.97 0 0.55
HSL 238.94º 0.97% 0.23% -
HSV(B) 238.94º 0.98% 0.45% -
XYZ 3.16 1.34 16.31 -
YUV 16.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 2 4 115 0.98 0.97 0 0.55 238.94 0.97 0.23
Hex 2 4 73 62 61 0 37 EF 61 17
Octal 2 4 163 142 141 0 67 357 141 27
Binary 10 100 1110011 1100010 1100001 0 110111 11101111 1100001 10111

Color Harmonies of #020473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020473

Black with #020473

Text Example


Text Example

White with #020473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020473; }

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

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

background-color css

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

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

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

border-color css

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

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

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