#110D5E

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

Shades of Midnight Blue #110D5E

Tints of Midnight Blue #110D5E

Color information

#110D5E (or 0x110D5E) is unknown color: approx Midnight Blue. HEX triplet: 11, 0D and 5E. RGB value is (17,13,94). Sum of RGB (Red+Green+Blue) = 17+13+94=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #110D5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D5E is #EEF2A1. Grayscale: #171717. Windows color (decimal): -15659682 or 6163729. OLE color: 6163729.

HSL color Cylindrical-coordinate representation of color #110D5E: hue angle of 242.96º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110D5E is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB171394-
CMYK0.820.8600.63
HSL242.96º75.7%20.98%-
HSV(B)242.96º86.17%36.86%-
XYZ2.41.2210.7-
YUV23.43167.83123.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=13.71%
G=10.48%
B=75.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1713940.820.8600.63242.9675.720.98
Hex11D5E525603Ff34c15
Octal211513612212607736311425
Binary100011101101111010100101010110011111111110011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110D5E; }

 p { color: rgb(17,13,94); }

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

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

 a { background-color: rgb(17,13,94); }

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

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

 span { border-color: rgb(17,13,94); }

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