Html Css Color HEX #020570 Navy

📋 copy color: '#020570'

red 2 ◦ green 5 ◦ blue 112

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

Shades of Navy #020570

Tints of Navy #020570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 94.12%

R = 1.68%
G = 4.2%
B = 94.12%

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

#020570 (or 0x020570) is known color: Navy. HEX triplet: 02, 05 and 70. RGB value is (2,5,112). Sum of RGB (Red+Green+Blue) = 2+5+112=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 112 (44.14% from 255 or 94.12% from 119); Max value from RGB is 112 - color contains mainly: blue. Hex color #020570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020570 is #FDFA8F. Grayscale: #0F0F0F. Windows color (decimal): -16644752 or 7341314. OLE color: 7341314.

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

Color convert

RGB 2 5 112 -
CMYK 0.98 0.96 0 0.56
HSL 238.36º 0.96% 0.22% -
HSV(B) 238.36º 0.98% 0.44% -
XYZ 3 1.29 15.42 -
YUV 16.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 2 5 112 0.98 0.96 0 0.56 238.36 0.96 0.22
Hex 2 5 70 62 60 0 38 EE 60 16
Octal 2 5 160 142 140 0 70 356 140 26
Binary 10 101 1110000 1100010 1100000 0 111000 11101110 1100000 10110

Color Harmonies of #020570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020570

Black with #020570

Text Example


Text Example

White with #020570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020570; }

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

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

background-color css

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

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

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

border-color css

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

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

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