Html Css Color HEX #021174 Navy

📋 copy color: '#021174'

red 2 ◦ green 17 ◦ blue 116

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

Shades of Navy #021174

Tints of Navy #021174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 85.93%

R = 1.48%
G = 12.59%
B = 85.93%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021174 (or 0x021174) is known color: Navy. HEX triplet: 02, 11 and 74. RGB value is (2,17,116). Sum of RGB (Red+Green+Blue) = 2+17+116=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 116 (45.70% from 255 or 85.93% from 135); Max value from RGB is 116 - color contains mainly: blue. Hex color #021174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021174 is #FDEE8B. Grayscale: #171717. Windows color (decimal): -16641676 or 7606530. OLE color: 7606530.

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

Color convert

RGB 2 17 116 -
CMYK 0.98 0.85 0 0.55
HSL 232.11º 0.97% 0.23% -
HSV(B) 232.11º 0.98% 0.45% -
XYZ 3.38 1.67 16.67 -
YUV 23.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 2 17 116 0.98 0.85 0 0.55 232.11 0.97 0.23
Hex 2 11 74 62 55 0 37 E8 61 17
Octal 2 21 164 142 125 0 67 350 141 27
Binary 10 10001 1110100 1100010 1010101 0 110111 11101000 1100001 10111

Color Harmonies of #021174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021174

Black with #021174

Text Example


Text Example

White with #021174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021174; }

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

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

background-color css

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

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

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

border-color css

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

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

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