Html Css Color HEX #020C71 Navy

📋 copy color: '#020C71'

red 2 ◦ green 12 ◦ blue 113

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

Shades of Navy #020C71

Tints of Navy #020C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 88.98%

R = 1.57%
G = 9.45%
B = 88.98%

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

#020C71 (or 0x020C71) is known color: Navy. HEX triplet: 02, 0C and 71. RGB value is (2,12,113). Sum of RGB (Red+Green+Blue) = 2+12+113=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 113 (44.53% from 255 or 88.98% from 127); Max value from RGB is 113 - color contains mainly: blue. Hex color #020C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C71 is #FDF38E. Grayscale: #141414. Windows color (decimal): -16642959 or 7408642. OLE color: 7408642.

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

Color convert

RGB 2 12 113 -
CMYK 0.98 0.89 0 0.56
HSL 234.59º 0.97% 0.23% -
HSV(B) 234.59º 0.98% 0.44% -
XYZ 3.14 1.47 15.74 -
YUV 20.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 2 12 113 0.98 0.89 0 0.56 234.59 0.97 0.23
Hex 2 C 71 62 59 0 38 EB 61 17
Octal 2 14 161 142 131 0 70 353 141 27
Binary 10 1100 1110001 1100010 1011001 0 111000 11101011 1100001 10111

Color Harmonies of #020C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C71

Black with #020C71

Text Example


Text Example

White with #020C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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