#110D5C

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

Shades of Midnight Blue #110D5C

Tints of Midnight Blue #110D5C

Color information

#110D5C (or 0x110D5C) is unknown color: approx Midnight Blue. HEX triplet: 11, 0D and 5C. RGB value is (17,13,92). Sum of RGB (Red+Green+Blue) = 17+13+92=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #110D5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D5C is #EEF2A3. Grayscale: #161616. Windows color (decimal): -15659684 or 6032657. OLE color: 6032657.

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

Color convert

RGB171392-
CMYK0.820.8600.64
HSL243.04º75.24%20.59%-
HSV(B)243.04º85.87%36.08%-
XYZ2.311.1810.23-
YUV23.2166.83123.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 92 (36.33% from 255) = 75.41%
R=13.93%
G=10.66%
B=75.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1713920.820.8600.64243.0475.2420.59
Hex11D5C5256040f34b15
Octal2115134122126010036311325
Binary1000111011011100101001010101100100000011110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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