Shades of Midnight Blue #110953
Tints of Midnight Blue #110953
RGB
CMYK
RGB Variations
Color information
#110953 (or 0x110953) is known color: Midnight Blue. HEX triplet: 11, 09 and 53. RGB value is (17,9,83). Sum of RGB (Red+Green+Blue) = 17+9+83=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #110953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110953 is #EEF6AC. Grayscale: #131313. Windows color (decimal): -15660717 or 5441809. OLE color: 5441809.
HSL color Cylindrical-coordinate representation of color #110953: hue angle of 246.49º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110953 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 9 | 83 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.67 |
| HSL | 246.49º | 0.8% | 0.18% | - |
| HSV(B) | 246.49º | 0.89% | 0.33% | - |
| XYZ | 1.89 | 0.94 | 8.27 | - |
| YUV | 19.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 83 | 0.80 | 0.89 | 0 | 0.67 | 246.49 | 0.8 | 0.18 |
| Hex | 11 | 9 | 53 | 50 | 59 | 0 | 43 | F6 | 50 | 12 |
| Octal | 21 | 11 | 123 | 120 | 131 | 0 | 103 | 366 | 120 | 22 |
| Binary | 10001 | 1001 | 1010011 | 1010000 | 1011001 | 0 | 1000011 | 11110110 | 1010000 | 10010 |
Color Harmonies of #110953
Complementary color
Monochromatic Colors of #110953
Black with #110953
Text Example
Text Example
White with #110953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110953; }
p { color: rgb(17,9,83); }
H1.HeaderClassName
{
color: #110953;
}
.AnyTagClassName
{
color: #110953;
}
</style>
background-color css
<style>
a { background-color: #110953; }
a { background-color: rgb(17,9,83); }
div.DivClassName
{
background-color: #110953;
}
.BgClassName
{
background-color: #110953;
}
</style>
border-color css
<style>
span { border-color: #110953; }
span { border-color: rgb(17,9,83); }
td.TdClassName
{
border-color: #110953;
}
.TagClassName
{
border-color: #110953;
}
</style>