Shades of Midnight Blue #110053
Tints of Midnight Blue #110053
RGB
CMYK
RGB Variations
Color information
#110053 (or 0x110053) is known color: Midnight Blue. HEX triplet: 11, 00 and 53. RGB value is (17,0,83). Sum of RGB (Red+Green+Blue) = 17+0+83=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 83 (32.81% from 255 or 83% from 100); Max value from RGB is 83 - color contains mainly: blue. Hex color #110053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110053 is #EEFFAC. Grayscale: #0E0E0E. Windows color (decimal): -15663021 or 5439505. OLE color: 5439505.
HSL color Cylindrical-coordinate representation of color #110053: hue angle of 252.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110053 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 0 | 83 | - |
| CMYK | 0.80 | 1 | 0 | 0.67 |
| HSL | 252.29º | 1% | 0.16% | - |
| HSV(B) | 252.29º | 1% | 0.33% | - |
| XYZ | 1.79 | 0.74 | 8.23 | - |
| YUV | 14.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 83 | 0.80 | 1 | 0 | 0.67 | 252.29 | 1 | 0.16 |
| Hex | 11 | 0 | 53 | 50 | 64 | 0 | 43 | FC | 64 | 10 |
| Octal | 21 | 0 | 123 | 120 | 144 | 0 | 103 | 374 | 144 | 20 |
| Binary | 10001 | 0 | 1010011 | 1010000 | 1100100 | 0 | 1000011 | 11111100 | 1100100 | 10000 |
Color Harmonies of #110053
Complementary color
Monochromatic Colors of #110053
Black with #110053
Text Example
Text Example
White with #110053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110053; }
p { color: rgb(17,0,83); }
H1.HeaderClassName
{
color: #110053;
}
.AnyTagClassName
{
color: #110053;
}
</style>
background-color css
<style>
a { background-color: #110053; }
a { background-color: rgb(17,0,83); }
div.DivClassName
{
background-color: #110053;
}
.BgClassName
{
background-color: #110053;
}
</style>
border-color css
<style>
span { border-color: #110053; }
span { border-color: rgb(17,0,83); }
td.TdClassName
{
border-color: #110053;
}
.TagClassName
{
border-color: #110053;
}
</style>