#011071

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

Shades of Navy #011071

Tints of Navy #011071

Color information

#011071 (or 0x011071) is unknown color: approx Navy. HEX triplet: 01, 10 and 71. RGB value is (1,16,113). Sum of RGB (Red+Green+Blue) = 1+16+113=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #011071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011071 is #FEEF8E. Grayscale: #161616. Windows color (decimal): -16707471 or 7409665. OLE color: 7409665.

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

Color convert

RGB116113-
CMYK0.990.8600.56
HSL231.96º98.25%22.35%-
HSV(B)231.96º99.12%44.31%-
XYZ3.181.5715.76-
YUV22.57179.03112.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 113 (44.53% from 255) = 86.92%
R=0.77%
G=12.31%
B=86.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1161130.990.8600.56231.9698.2522.35
Hex110716356038e86216
Octal12016114312607035014226
Binary110000111000111000111010110011100011101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011071; }

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

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

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

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

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

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

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

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