Html Css Color HEX #020578 Navy

📋 copy color: '#020578'

red 2 ◦ green 5 ◦ blue 120

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

Shades of Navy #020578

Tints of Navy #020578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 94.49%

R = 1.57%
G = 3.94%
B = 94.49%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020578 (or 0x020578) is known color: Navy. HEX triplet: 02, 05 and 78. RGB value is (2,5,120). Sum of RGB (Red+Green+Blue) = 2+5+120=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 120 (47.27% from 255 or 94.49% from 127); Max value from RGB is 120 - color contains mainly: blue. Hex color #020578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020578 is #FDFA87. Grayscale: #101010. Windows color (decimal): -16644744 or 7865602. OLE color: 7865602.

HSL color Cylindrical-coordinate representation of color #020578: hue angle of 238.47º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020578 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 5 120 -
CMYK 0.98 0.96 0 0.53
HSL 238.47º 0.97% 0.24% -
HSV(B) 238.47º 0.98% 0.47% -
XYZ 3.47 1.48 17.87 -
YUV 17.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 2 5 120 0.98 0.96 0 0.53 238.47 0.97 0.24
Hex 2 5 78 62 60 0 35 EE 61 18
Octal 2 5 170 142 140 0 65 356 141 30
Binary 10 101 1111000 1100010 1100000 0 110101 11101110 1100001 11000

Color Harmonies of #020578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020578

Black with #020578

Text Example


Text Example

White with #020578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020578; }

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

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

background-color css

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

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

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

border-color css

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

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

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