#011172

Color #011172 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #011172

Tints of Navy #011172

Color information

#011172 (or 0x011172) is unknown color: approx Navy. HEX triplet: 01, 11 and 72. RGB value is (1,17,114). Sum of RGB (Red+Green+Blue) = 1+17+114=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #011172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011172 is #FEEE8D. Grayscale: #161616. Windows color (decimal): -16707214 or 7475457. OLE color: 7475457.

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

Color convert

RGB117114-
CMYK0.990.8500.55
HSL231.5º98.26%22.55%-
HSV(B)231.5º99.12%44.71%-
XYZ3.251.6216.06-
YUV23.27179.2112.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 114 (44.92% from 255) = 86.36%
R=0.76%
G=12.88%
B=86.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1171140.990.8500.55231.598.2622.55
Hex111726355037e86217
Octal12116214312506735014227
Binary110001111001011000111010101011011111101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011172; }

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

 H1.HeaderClassName
 {
   color: #011172;
 }
 .AnyTagClassName
 {
   color: #011172;
 }
</style>
background-color css

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

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

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

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

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

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