Html Css Color HEX #020C79 Navy

📋 copy color: '#020C79'

red 2 ◦ green 12 ◦ blue 121

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

Shades of Navy #020C79

Tints of Navy #020C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

 BLUE value IS 121 (47.66% from 255) = 89.63%

R = 1.48%
G = 8.89%
B = 89.63%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020C79 (or 0x020C79) is known color: Navy. HEX triplet: 02, 0C and 79. RGB value is (2,12,121). Sum of RGB (Red+Green+Blue) = 2+12+121=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 121 (47.66% from 255 or 89.63% from 135); Max value from RGB is 121 - color contains mainly: blue. Hex color #020C79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C79 is #FDF386. Grayscale: #141414. Windows color (decimal): -16642951 or 7932930. OLE color: 7932930.

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

Color convert

RGB 2 12 121 -
CMYK 0.98 0.90 0 0.53
HSL 234.96º 0.97% 0.24% -
HSV(B) 234.96º 0.98% 0.47% -
XYZ 3.61 1.66 18.22 -
YUV 21.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 2 12 121 0.98 0.90 0 0.53 234.96 0.97 0.24
Hex 2 C 79 62 5A 0 35 EB 61 18
Octal 2 14 171 142 132 0 65 353 141 30
Binary 10 1100 1111001 1100010 1011010 0 110101 11101011 1100001 11000

Color Harmonies of #020C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C79

Black with #020C79

Text Example


Text Example

White with #020C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,12,121); }

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

background-color css

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

 a { background-color: rgb(2,12,121); }

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

border-color css

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

 span { border-color: rgb(2,12,121); }

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