Shades of Midnight Blue #110F53
Tints of Midnight Blue #110F53
RGB
CMYK
RGB Variations
Color information
#110F53 (or 0x110F53) is known color: Midnight Blue. HEX triplet: 11, 0F and 53. RGB value is (17,15,83). Sum of RGB (Red+Green+Blue) = 17+15+83=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #110F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F53 is #EEF0AC. Grayscale: #171717. Windows color (decimal): -15659181 or 5443345. OLE color: 5443345.
HSL color Cylindrical-coordinate representation of color #110F53: hue angle of 241.76º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110F53 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 15 | 83 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.67 |
| HSL | 241.76º | 0.69% | 0.19% | - |
| HSV(B) | 241.76º | 0.82% | 0.33% | - |
| XYZ | 1.96 | 1.09 | 8.29 | - |
| YUV | 23.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 83 | 0.80 | 0.82 | 0 | 0.67 | 241.76 | 0.69 | 0.19 |
| Hex | 11 | F | 53 | 50 | 52 | 0 | 43 | F2 | 45 | 13 |
| Octal | 21 | 17 | 123 | 120 | 122 | 0 | 103 | 362 | 105 | 23 |
| Binary | 10001 | 1111 | 1010011 | 1010000 | 1010010 | 0 | 1000011 | 11110010 | 1000101 | 10011 |
Color Harmonies of #110F53
Complementary color
Monochromatic Colors of #110F53
Black with #110F53
Text Example
Text Example
White with #110F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F53; }
p { color: rgb(17,15,83); }
H1.HeaderClassName
{
color: #110F53;
}
.AnyTagClassName
{
color: #110F53;
}
</style>
background-color css
<style>
a { background-color: #110F53; }
a { background-color: rgb(17,15,83); }
div.DivClassName
{
background-color: #110F53;
}
.BgClassName
{
background-color: #110F53;
}
</style>
border-color css
<style>
span { border-color: #110F53; }
span { border-color: rgb(17,15,83); }
td.TdClassName
{
border-color: #110F53;
}
.TagClassName
{
border-color: #110F53;
}
</style>