Shades of Midnight Blue #110253
Tints of Midnight Blue #110253
RGB
CMYK
RGB Variations
Color information
#110253 (or 0x110253) is known color: Midnight Blue. HEX triplet: 11, 02 and 53. RGB value is (17,2,83). Sum of RGB (Red+Green+Blue) = 17+2+83=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #110253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110253 is #EEFDAC. Grayscale: #0F0F0F. Windows color (decimal): -15662509 or 5440017. OLE color: 5440017.
HSL color Cylindrical-coordinate representation of color #110253: hue angle of 251.11º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110253 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 2 | 83 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.67 |
| HSL | 251.11º | 0.95% | 0.17% | - |
| HSV(B) | 251.11º | 0.98% | 0.33% | - |
| XYZ | 1.81 | 0.79 | 8.24 | - |
| YUV | 15.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 83 | 0.80 | 0.98 | 0 | 0.67 | 251.11 | 0.95 | 0.17 |
| Hex | 11 | 2 | 53 | 50 | 62 | 0 | 43 | FB | 5F | 11 |
| Octal | 21 | 2 | 123 | 120 | 142 | 0 | 103 | 373 | 137 | 21 |
| Binary | 10001 | 10 | 1010011 | 1010000 | 1100010 | 0 | 1000011 | 11111011 | 1011111 | 10001 |
Color Harmonies of #110253
Complementary color
Monochromatic Colors of #110253
Black with #110253
Text Example
Text Example
White with #110253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110253; }
p { color: rgb(17,2,83); }
H1.HeaderClassName
{
color: #110253;
}
.AnyTagClassName
{
color: #110253;
}
</style>
background-color css
<style>
a { background-color: #110253; }
a { background-color: rgb(17,2,83); }
div.DivClassName
{
background-color: #110253;
}
.BgClassName
{
background-color: #110253;
}
</style>
border-color css
<style>
span { border-color: #110253; }
span { border-color: rgb(17,2,83); }
td.TdClassName
{
border-color: #110253;
}
.TagClassName
{
border-color: #110253;
}
</style>