Html Css Color HEX #020D78 Navy

📋 copy color: '#020D78'

red 2 ◦ green 13 ◦ blue 120

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

Shades of Navy #020D78

Tints of Navy #020D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.63%

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

R = 1.48%
G = 9.63%
B = 88.89%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020D78 (or 0x020D78) is known color: Navy. HEX triplet: 02, 0D and 78. RGB value is (2,13,120). Sum of RGB (Red+Green+Blue) = 2+13+120=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 120 (47.27% from 255 or 88.89% from 135); Max value from RGB is 120 - color contains mainly: blue. Hex color #020D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D78 is #FDF287. Grayscale: #151515. Windows color (decimal): -16642696 or 7867650. OLE color: 7867650.

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

Color convert

RGB 2 13 120 -
CMYK 0.98 0.89 0 0.53
HSL 234.41º 0.97% 0.24% -
HSV(B) 234.41º 0.98% 0.47% -
XYZ 3.56 1.66 17.9 -
YUV 21.91 183.36 113.8 -
System Red Green Blue C M Y K H S L
Decimal 2 13 120 0.98 0.89 0 0.53 234.41 0.97 0.24
Hex 2 D 78 62 59 0 35 EA 61 18
Octal 2 15 170 142 131 0 65 352 141 30
Binary 10 1101 1111000 1100010 1011001 0 110101 11101010 1100001 11000

Color Harmonies of #020D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D78

Black with #020D78

Text Example


Text Example

White with #020D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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