Html Css Color HEX #011171 Navy

📋 copy color: '#011171'

red 1 ◦ green 17 ◦ blue 113

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

Shades of Navy #011171

Tints of Navy #011171

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

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

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

R = 0.76%
G = 12.98%
B = 86.26%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011171 (or 0x011171) is known color: Navy. HEX triplet: 01, 11 and 71. RGB value is (1,17,113). Sum of RGB (Red+Green+Blue) = 1+17+113=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #011171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011171 is #FEEE8E. Grayscale: #161616. Windows color (decimal): -16707215 or 7409921. OLE color: 7409921.

HSL color Cylindrical-coordinate representation of color #011171: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011171 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 17 113 -
CMYK 0.99 0.85 0 0.56
HSL 231.43º 0.98% 0.22% -
HSV(B) 231.43º 0.99% 0.44% -
XYZ 3.19 1.6 15.76 -
YUV 23.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 1 17 113 0.99 0.85 0 0.56 231.43 0.98 0.22
Hex 1 11 71 63 55 0 38 E7 62 16
Octal 1 21 161 143 125 0 70 347 142 26
Binary 1 10001 1110001 1100011 1010101 0 111000 11100111 1100010 10110

Color Harmonies of #011171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011171

Black with #011171

Text Example


Text Example

White with #011171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011171; }

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

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

background-color css

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

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

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

border-color css

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

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

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