#110156

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

Shades of Midnight Blue #110156

Tints of Midnight Blue #110156

Color information

#110156 (or 0x110156) is unknown color: approx Midnight Blue. HEX triplet: 11, 01 and 56. RGB value is (17,1,86). Sum of RGB (Red+Green+Blue) = 17+1+86=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 86 (33.98% from 255 or 82.69% from 104); Max value from RGB is 86 - color contains mainly: blue. Hex color #110156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110156 is #EEFEA9. Grayscale: #0F0F0F. Windows color (decimal): -15662762 or 5636369. OLE color: 5636369.

HSL color Cylindrical-coordinate representation of color #110156: hue angle of 251.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110156 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17186-
CMYK0.800.9900.66
HSL251.29º97.7%17.06%-
HSV(B)251.29º98.84%33.73%-
XYZ1.920.818.86-
YUV15.47167.8129.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 86 (33.98% from 255) = 82.69%
R=16.35%
G=0.96%
B=82.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal171860.800.9900.66251.2997.717.06
Hex111565063042fb6211
Octal211126120143010237314221
Binary1000111010110101000011000110100001011111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110156; }

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

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

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

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

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

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

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

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