Shades of Midnight Blue #110F57
Tints of Midnight Blue #110F57
RGB
CMYK
RGB Variations
Color information
#110F57 (or 0x110F57) is known color: Midnight Blue. HEX triplet: 11, 0F and 57. RGB value is (17,15,87). Sum of RGB (Red+Green+Blue) = 17+15+87=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #110F57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F57 is #EEF0A8. Grayscale: #171717. Windows color (decimal): -15659177 or 5705489. OLE color: 5705489.
HSL color Cylindrical-coordinate representation of color #110F57: hue angle of 241.67º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110F57 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 15 | 87 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.66 |
| HSL | 241.67º | 0.71% | 0.2% | - |
| HSV(B) | 241.67º | 0.83% | 0.34% | - |
| XYZ | 2.12 | 1.15 | 9.13 | - |
| YUV | 23.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 87 | 0.80 | 0.83 | 0 | 0.66 | 241.67 | 0.71 | 0.2 |
| Hex | 11 | F | 57 | 50 | 53 | 0 | 42 | F2 | 47 | 14 |
| Octal | 21 | 17 | 127 | 120 | 123 | 0 | 102 | 362 | 107 | 24 |
| Binary | 10001 | 1111 | 1010111 | 1010000 | 1010011 | 0 | 1000010 | 11110010 | 1000111 | 10100 |
Color Harmonies of #110F57
Complementary color
Monochromatic Colors of #110F57
Black with #110F57
Text Example
Text Example
White with #110F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F57; }
p { color: rgb(17,15,87); }
H1.HeaderClassName
{
color: #110F57;
}
.AnyTagClassName
{
color: #110F57;
}
</style>
background-color css
<style>
a { background-color: #110F57; }
a { background-color: rgb(17,15,87); }
div.DivClassName
{
background-color: #110F57;
}
.BgClassName
{
background-color: #110F57;
}
</style>
border-color css
<style>
span { border-color: #110F57; }
span { border-color: rgb(17,15,87); }
td.TdClassName
{
border-color: #110F57;
}
.TagClassName
{
border-color: #110F57;
}
</style>