Html Css Color HEX #021176 Navy

📋 copy color: '#021176'

red 2 ◦ green 17 ◦ blue 118

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

Shades of Navy #021176

Tints of Navy #021176

RGB

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

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

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

R = 1.46%
G = 12.41%
B = 86.13%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021176 (or 0x021176) is known color: Navy. HEX triplet: 02, 11 and 76. RGB value is (2,17,118). Sum of RGB (Red+Green+Blue) = 2+17+118=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #021176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021176 is #FDEE89. Grayscale: #171717. Windows color (decimal): -16641674 or 7737602. OLE color: 7737602.

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

Color convert

RGB 2 17 118 -
CMYK 0.98 0.86 0 0.54
HSL 232.24º 0.97% 0.24% -
HSV(B) 232.24º 0.98% 0.46% -
XYZ 3.5 1.72 17.29 -
YUV 24.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 2 17 118 0.98 0.86 0 0.54 232.24 0.97 0.24
Hex 2 11 76 62 56 0 36 E8 61 18
Octal 2 21 166 142 126 0 66 350 141 30
Binary 10 10001 1110110 1100010 1010110 0 110110 11101000 1100001 11000

Color Harmonies of #021176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021176

Black with #021176

Text Example


Text Example

White with #021176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021176; }

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

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

background-color css

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

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

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

border-color css

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

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

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