Html Css Color HEX #021175 Navy

📋 copy color: '#021175'

red 2 ◦ green 17 ◦ blue 117

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

Shades of Navy #021175

Tints of Navy #021175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 86.03%

R = 1.47%
G = 12.5%
B = 86.03%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021175 (or 0x021175) is known color: Navy. HEX triplet: 02, 11 and 75. RGB value is (2,17,117). Sum of RGB (Red+Green+Blue) = 2+17+117=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #021175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021175 is #FDEE8A. Grayscale: #171717. Windows color (decimal): -16641675 or 7672066. OLE color: 7672066.

HSL color Cylindrical-coordinate representation of color #021175: hue angle of 232.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021175 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 17 117 -
CMYK 0.98 0.85 0 0.54
HSL 232.17º 0.97% 0.23% -
HSV(B) 232.17º 0.98% 0.46% -
XYZ 3.44 1.7 16.98 -
YUV 23.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 2 17 117 0.98 0.85 0 0.54 232.17 0.97 0.23
Hex 2 11 75 62 55 0 36 E8 61 17
Octal 2 21 165 142 125 0 66 350 141 27
Binary 10 10001 1110101 1100010 1010101 0 110110 11101000 1100001 10111

Color Harmonies of #021175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021175

Black with #021175

Text Example


Text Example

White with #021175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021175; }

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

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

background-color css

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

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

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

border-color css

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

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

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