Html Css Color HEX #021171 Navy

📋 copy color: '#021171'

red 2 ◦ green 17 ◦ blue 113

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

Shades of Navy #021171

Tints of Navy #021171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

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

R = 1.52%
G = 12.88%
B = 85.61%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021171 (or 0x021171) is known color: Navy. HEX triplet: 02, 11 and 71. RGB value is (2,17,113). Sum of RGB (Red+Green+Blue) = 2+17+113=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #021171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021171 is #FDEE8E. Grayscale: #171717. Windows color (decimal): -16641679 or 7409922. OLE color: 7409922.

HSL color Cylindrical-coordinate representation of color #021171: hue angle of 231.89º 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 #021171 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 17 113 -
CMYK 0.98 0.85 0 0.56
HSL 231.89º 0.97% 0.23% -
HSV(B) 231.89º 0.98% 0.44% -
XYZ 3.21 1.61 15.76 -
YUV 23.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 2 17 113 0.98 0.85 0 0.56 231.89 0.97 0.23
Hex 2 11 71 62 55 0 38 E8 61 17
Octal 2 21 161 142 125 0 70 350 141 27
Binary 10 10001 1110001 1100010 1010101 0 111000 11101000 1100001 10111

Color Harmonies of #021171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021171

Black with #021171

Text Example


Text Example

White with #021171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021171; }

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

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

background-color css

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

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

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

border-color css

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

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

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