Html Css Color HEX #020C70 Navy

📋 copy color: '#020C70'

red 2 ◦ green 12 ◦ blue 112

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

Shades of Navy #020C70

Tints of Navy #020C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 88.89%

R = 1.59%
G = 9.52%
B = 88.89%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020C70 (or 0x020C70) is known color: Navy. HEX triplet: 02, 0C and 70. RGB value is (2,12,112). Sum of RGB (Red+Green+Blue) = 2+12+112=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #020C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C70 is #FDF38F. Grayscale: #141414. Windows color (decimal): -16642960 or 7343106. OLE color: 7343106.

HSL color Cylindrical-coordinate representation of color #020C70: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C70 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 12 112 -
CMYK 0.98 0.89 0 0.56
HSL 234.55º 0.96% 0.22% -
HSV(B) 234.55º 0.98% 0.44% -
XYZ 3.08 1.45 15.45 -
YUV 20.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 2 12 112 0.98 0.89 0 0.56 234.55 0.96 0.22
Hex 2 C 70 62 59 0 38 EB 60 16
Octal 2 14 160 142 131 0 70 353 140 26
Binary 10 1100 1110000 1100010 1011001 0 111000 11101011 1100000 10110

Color Harmonies of #020C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C70

Black with #020C70

Text Example


Text Example

White with #020C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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