Html Css Color HEX #020D76 Navy

📋 copy color: '#020D76'

red 2 ◦ green 13 ◦ blue 118

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

Shades of Navy #020D76

Tints of Navy #020D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 88.72%

R = 1.5%
G = 9.77%
B = 88.72%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020D76 (or 0x020D76) is known color: Navy. HEX triplet: 02, 0D and 76. RGB value is (2,13,118). Sum of RGB (Red+Green+Blue) = 2+13+118=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 118 (46.48% from 255 or 88.72% from 133); Max value from RGB is 118 - color contains mainly: blue. Hex color #020D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D76 is #FDF289. Grayscale: #151515. Windows color (decimal): -16642698 or 7736578. OLE color: 7736578.

HSL color Cylindrical-coordinate representation of color #020D76: hue angle of 234.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D76 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 13 118 -
CMYK 0.98 0.89 0 0.54
HSL 234.31º 0.97% 0.24% -
HSV(B) 234.31º 0.98% 0.46% -
XYZ 3.44 1.61 17.27 -
YUV 21.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 2 13 118 0.98 0.89 0 0.54 234.31 0.97 0.24
Hex 2 D 76 62 59 0 36 EA 61 18
Octal 2 15 166 142 131 0 66 352 141 30
Binary 10 1101 1110110 1100010 1011001 0 110110 11101010 1100001 11000

Color Harmonies of #020D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D76

Black with #020D76

Text Example


Text Example

White with #020D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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