#110077

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

Shades of Navy #110077

Tints of Navy #110077

Color information

#110077 (or 0x110077) is unknown color: approx Navy. HEX triplet: 11, 00 and 77. RGB value is (17,0,119). Sum of RGB (Red+Green+Blue) = 17+0+119=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #110077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110077 is #EEFF88. Grayscale: #121212. Windows color (decimal): -15662985 or 7798801. OLE color: 7798801.

HSL color Cylindrical-coordinate representation of color #110077: hue angle of 248.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110077 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB170119-
CMYK0.86100.53
HSL248.57º100%23.33%-
HSV(B)248.57º100%46.67%-
XYZ3.561.4517.55-
YUV18.65184.63126.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 87.5%
R=12.5%
G=0%
B=87.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1701190.86100.53248.5710023.33
Hex110775664035f96417
Octal21016712614406537114427
Binary100010111011110101101100100011010111111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110077; }

 p { color: rgb(17,0,119); }

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

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

 a { background-color: rgb(17,0,119); }

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

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

 span { border-color: rgb(17,0,119); }

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