Html Css Color HEX #020472 Navy

📋 copy color: '#020472'

red 2 ◦ green 4 ◦ blue 114

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

Shades of Navy #020472

Tints of Navy #020472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 95%

R = 1.67%
G = 3.33%
B = 95%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020472 (or 0x020472) is known color: Navy. HEX triplet: 02, 04 and 72. RGB value is (2,4,114). Sum of RGB (Red+Green+Blue) = 2+4+114=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #020472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020472 is #FDFB8D. Grayscale: #0F0F0F. Windows color (decimal): -16645006 or 7472130. OLE color: 7472130.

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

Color convert

RGB 2 4 114 -
CMYK 0.98 0.96 0 0.55
HSL 238.93º 0.97% 0.23% -
HSV(B) 238.93º 0.98% 0.45% -
XYZ 3.11 1.31 16.01 -
YUV 15.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 2 4 114 0.98 0.96 0 0.55 238.93 0.97 0.23
Hex 2 4 72 62 60 0 37 EF 61 17
Octal 2 4 162 142 140 0 67 357 141 27
Binary 10 100 1110010 1100010 1100000 0 110111 11101111 1100001 10111

Color Harmonies of #020472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020472

Black with #020472

Text Example


Text Example

White with #020472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020472; }

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

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

background-color css

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

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

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

border-color css

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

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

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