Shades of Midnight Blue #110251
Tints of Midnight Blue #110251
RGB
CMYK
RGB Variations
Color information
#110251 (or 0x110251) is known color: Midnight Blue. HEX triplet: 11, 02 and 51. RGB value is (17,2,81). Sum of RGB (Red+Green+Blue) = 17+2+81=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #110251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110251 is #EEFDAE. Grayscale: #0F0F0F. Windows color (decimal): -15662511 or 5308945. OLE color: 5308945.
HSL color Cylindrical-coordinate representation of color #110251: hue angle of 251.39º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110251 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 2 | 81 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.68 |
| HSL | 251.39º | 0.95% | 0.16% | - |
| HSV(B) | 251.39º | 0.98% | 0.32% | - |
| XYZ | 1.74 | 0.76 | 7.84 | - |
| YUV | 15.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 81 | 0.79 | 0.98 | 0 | 0.68 | 251.39 | 0.95 | 0.16 |
| Hex | 11 | 2 | 51 | 4F | 62 | 0 | 44 | FB | 5F | 10 |
| Octal | 21 | 2 | 121 | 117 | 142 | 0 | 104 | 373 | 137 | 20 |
| Binary | 10001 | 10 | 1010001 | 1001111 | 1100010 | 0 | 1000100 | 11111011 | 1011111 | 10000 |
Color Harmonies of #110251
Complementary color
Monochromatic Colors of #110251
Black with #110251
Text Example
Text Example
White with #110251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110251; }
p { color: rgb(17,2,81); }
H1.HeaderClassName
{
color: #110251;
}
.AnyTagClassName
{
color: #110251;
}
</style>
background-color css
<style>
a { background-color: #110251; }
a { background-color: rgb(17,2,81); }
div.DivClassName
{
background-color: #110251;
}
.BgClassName
{
background-color: #110251;
}
</style>
border-color css
<style>
span { border-color: #110251; }
span { border-color: rgb(17,2,81); }
td.TdClassName
{
border-color: #110251;
}
.TagClassName
{
border-color: #110251;
}
</style>