Html Css Color HEX #020A78 Navy

📋 copy color: '#020A78'

red 2 ◦ green 10 ◦ blue 120

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

Shades of Navy #020A78

Tints of Navy #020A78

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

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

R = 1.52%
G = 7.58%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020A78 (or 0x020A78) is known color: Navy. HEX triplet: 02, 0A and 78. RGB value is (2,10,120). Sum of RGB (Red+Green+Blue) = 2+10+120=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 120 (47.27% from 255 or 90.91% from 132); Max value from RGB is 120 - color contains mainly: blue. Hex color #020A78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A78 is #FDF587. Grayscale: #131313. Windows color (decimal): -16643464 or 7866882. OLE color: 7866882.

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

Color convert

RGB 2 10 120 -
CMYK 0.98 0.92 0 0.53
HSL 235.93º 0.97% 0.24% -
HSV(B) 235.93º 0.98% 0.47% -
XYZ 3.52 1.59 17.89 -
YUV 20.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 2 10 120 0.98 0.92 0 0.53 235.93 0.97 0.24
Hex 2 A 78 62 5C 0 35 EC 61 18
Octal 2 12 170 142 134 0 65 354 141 30
Binary 10 1010 1111000 1100010 1011100 0 110101 11101100 1100001 11000

Color Harmonies of #020A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A78

Black with #020A78

Text Example


Text Example

White with #020A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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