Html Css Color HEX #021177 Navy

📋 copy color: '#021177'

red 2 ◦ green 17 ◦ blue 119

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

Shades of Navy #021177

Tints of Navy #021177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 86.23%

R = 1.45%
G = 12.32%
B = 86.23%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021177 (or 0x021177) is known color: Navy. HEX triplet: 02, 11 and 77. RGB value is (2,17,119). Sum of RGB (Red+Green+Blue) = 2+17+119=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 119 (46.88% from 255 or 86.23% from 138); Max value from RGB is 119 - color contains mainly: blue. Hex color #021177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021177 is #FDEE88. Grayscale: #171717. Windows color (decimal): -16641673 or 7803138. OLE color: 7803138.

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

Color convert

RGB 2 17 119 -
CMYK 0.98 0.86 0 0.53
HSL 232.31º 0.97% 0.24% -
HSV(B) 232.31º 0.98% 0.47% -
XYZ 3.56 1.75 17.6 -
YUV 24.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 2 17 119 0.98 0.86 0 0.53 232.31 0.97 0.24
Hex 2 11 77 62 56 0 35 E8 61 18
Octal 2 21 167 142 126 0 65 350 141 30
Binary 10 10001 1110111 1100010 1010110 0 110101 11101000 1100001 11000

Color Harmonies of #021177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021177

Black with #021177

Text Example


Text Example

White with #021177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021177; }

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

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

background-color css

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

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

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

border-color css

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

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

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