Html Css Color HEX #020573 Navy

📋 copy color: '#020573'

red 2 ◦ green 5 ◦ blue 115

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

Shades of Navy #020573

Tints of Navy #020573

RGB

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

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

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

R = 1.64%
G = 4.1%
B = 94.26%

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

#020573 (or 0x020573) is known color: Navy. HEX triplet: 02, 05 and 73. RGB value is (2,5,115). Sum of RGB (Red+Green+Blue) = 2+5+115=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #020573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020573 is #FDFA8C. Grayscale: #101010. Windows color (decimal): -16644749 or 7537922. OLE color: 7537922.

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

Color convert

RGB 2 5 115 -
CMYK 0.98 0.96 0 0.55
HSL 238.41º 0.97% 0.23% -
HSV(B) 238.41º 0.98% 0.45% -
XYZ 3.17 1.36 16.31 -
YUV 16.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 2 5 115 0.98 0.96 0 0.55 238.41 0.97 0.23
Hex 2 5 73 62 60 0 37 EE 61 17
Octal 2 5 163 142 140 0 67 356 141 27
Binary 10 101 1110011 1100010 1100000 0 110111 11101110 1100001 10111

Color Harmonies of #020573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020573

Black with #020573

Text Example


Text Example

White with #020573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020573; }

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

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

background-color css

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

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

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

border-color css

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

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

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