Shades of Midnight Blue #110A53
Tints of Midnight Blue #110A53
RGB
CMYK
RGB Variations
Color information
#110A53 (or 0x110A53) is known color: Midnight Blue. HEX triplet: 11, 0A and 53. RGB value is (17,10,83). Sum of RGB (Red+Green+Blue) = 17+10+83=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #110A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A53 is #EEF5AC. Grayscale: #141414. Windows color (decimal): -15660461 or 5442065. OLE color: 5442065.
HSL color Cylindrical-coordinate representation of color #110A53: hue angle of 245.75º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110A53 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 10 | 83 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.67 |
| HSL | 245.75º | 0.78% | 0.18% | - |
| HSV(B) | 245.75º | 0.88% | 0.33% | - |
| XYZ | 1.9 | 0.96 | 8.27 | - |
| YUV | 20.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 83 | 0.80 | 0.88 | 0 | 0.67 | 245.75 | 0.78 | 0.18 |
| Hex | 11 | A | 53 | 50 | 58 | 0 | 43 | F6 | 4E | 12 |
| Octal | 21 | 12 | 123 | 120 | 130 | 0 | 103 | 366 | 116 | 22 |
| Binary | 10001 | 1010 | 1010011 | 1010000 | 1011000 | 0 | 1000011 | 11110110 | 1001110 | 10010 |
Color Harmonies of #110A53
Complementary color
Monochromatic Colors of #110A53
Black with #110A53
Text Example
Text Example
White with #110A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A53; }
p { color: rgb(17,10,83); }
H1.HeaderClassName
{
color: #110A53;
}
.AnyTagClassName
{
color: #110A53;
}
</style>
background-color css
<style>
a { background-color: #110A53; }
a { background-color: rgb(17,10,83); }
div.DivClassName
{
background-color: #110A53;
}
.BgClassName
{
background-color: #110A53;
}
</style>
border-color css
<style>
span { border-color: #110A53; }
span { border-color: rgb(17,10,83); }
td.TdClassName
{
border-color: #110A53;
}
.TagClassName
{
border-color: #110A53;
}
</style>