#110076

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

Shades of Navy #110076

Tints of Navy #110076

Color information

#110076 (or 0x110076) is unknown color: approx Navy. HEX triplet: 11, 00 and 76. RGB value is (17,0,118). Sum of RGB (Red+Green+Blue) = 17+0+118=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #110076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110076 is #EEFF89. Grayscale: #121212. Windows color (decimal): -15662986 or 7733265. OLE color: 7733265.

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

Color convert

RGB170118-
CMYK0.86100.54
HSL248.64º100%23.14%-
HSV(B)248.64º100%46.27%-
XYZ3.51.4317.23-
YUV18.54184.13126.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 87.41%
R=12.59%
G=0%
B=87.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1701180.86100.54248.6410023.14
Hex110765664036f96417
Octal21016612614406637114427
Binary100010111011010101101100100011011011111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110076; }

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

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

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

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

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

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

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

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