Html Css Color HEX #020572 Navy

📋 copy color: '#020572'

red 2 ◦ green 5 ◦ blue 114

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

Shades of Navy #020572

Tints of Navy #020572

RGB

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

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

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

R = 1.65%
G = 4.13%
B = 94.21%

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

#020572 (or 0x020572) is known color: Navy. HEX triplet: 02, 05 and 72. RGB value is (2,5,114). Sum of RGB (Red+Green+Blue) = 2+5+114=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #020572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020572 is #FDFA8D. Grayscale: #101010. Windows color (decimal): -16644750 or 7472386. OLE color: 7472386.

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

Color convert

RGB 2 5 114 -
CMYK 0.98 0.96 0 0.55
HSL 238.39º 0.97% 0.23% -
HSV(B) 238.39º 0.98% 0.45% -
XYZ 3.12 1.34 16.01 -
YUV 16.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 2 5 114 0.98 0.96 0 0.55 238.39 0.97 0.23
Hex 2 5 72 62 60 0 37 EE 61 17
Octal 2 5 162 142 140 0 67 356 141 27
Binary 10 101 1110010 1100010 1100000 0 110111 11101110 1100001 10111

Color Harmonies of #020572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020572

Black with #020572

Text Example


Text Example

White with #020572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020572; }

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

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

background-color css

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

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

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

border-color css

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

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

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