#110D5A

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

Shades of Midnight Blue #110D5A

Tints of Midnight Blue #110D5A

Color information

#110D5A (or 0x110D5A) is unknown color: approx Midnight Blue. HEX triplet: 11, 0D and 5A. RGB value is (17,13,90). Sum of RGB (Red+Green+Blue) = 17+13+90=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #110D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D5A is #EEF2A5. Grayscale: #161616. Windows color (decimal): -15659686 or 5901585. OLE color: 5901585.

HSL color Cylindrical-coordinate representation of color #110D5A: hue angle of 243.12º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110D5A is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB171390-
CMYK0.810.8600.65
HSL243.12º74.76%20.2%-
HSV(B)243.12º85.56%35.29%-
XYZ2.221.159.78-
YUV22.97165.83123.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 13 (5.47% from 255) = 10.83%
BLUE value IS 90 (35.55% from 255) = 75%
R=14.17%
G=10.83%
B=75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1713900.810.8600.65243.1274.7620.2
Hex11D5A5156041f34b14
Octal2115132121126010136311324
Binary1000111011011010101000110101100100000111110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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