Html Css Color HEX #020478 Navy

📋 copy color: '#020478'

red 2 ◦ green 4 ◦ blue 120

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

Shades of Navy #020478

Tints of Navy #020478

RGB

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

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

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

R = 1.59%
G = 3.17%
B = 95.24%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020478 (or 0x020478) is known color: Navy. HEX triplet: 02, 04 and 78. RGB value is (2,4,120). Sum of RGB (Red+Green+Blue) = 2+4+120=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 120 (47.27% from 255 or 95.24% from 126); Max value from RGB is 120 - color contains mainly: blue. Hex color #020478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020478 is #FDFB87. Grayscale: #101010. Windows color (decimal): -16645000 or 7865346. OLE color: 7865346.

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

Color convert

RGB 2 4 120 -
CMYK 0.98 0.97 0 0.53
HSL 238.98º 0.97% 0.24% -
HSV(B) 238.98º 0.98% 0.47% -
XYZ 3.46 1.46 17.87 -
YUV 16.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 2 4 120 0.98 0.97 0 0.53 238.98 0.97 0.24
Hex 2 4 78 62 61 0 35 EF 61 18
Octal 2 4 170 142 141 0 65 357 141 30
Binary 10 100 1111000 1100010 1100001 0 110101 11101111 1100001 11000

Color Harmonies of #020478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020478

Black with #020478

Text Example


Text Example

White with #020478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020478; }

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

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

background-color css

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

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

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

border-color css

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

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

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