Shades of Midnight Blue #110256
Tints of Midnight Blue #110256
RGB
CMYK
RGB Variations
Color information
#110256 (or 0x110256) is known color: Midnight Blue. HEX triplet: 11, 02 and 56. RGB value is (17,2,86). Sum of RGB (Red+Green+Blue) = 17+2+86=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #110256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110256 is #EEFDA9. Grayscale: #0F0F0F. Windows color (decimal): -15662506 or 5636625. OLE color: 5636625.
HSL color Cylindrical-coordinate representation of color #110256: hue angle of 250.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110256 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 2 | 86 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.66 |
| HSL | 250.71º | 0.95% | 0.17% | - |
| HSV(B) | 250.71º | 0.98% | 0.34% | - |
| XYZ | 1.93 | 0.83 | 8.86 | - |
| YUV | 16.06 | 167.47 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 86 | 0.80 | 0.98 | 0 | 0.66 | 250.71 | 0.95 | 0.17 |
| Hex | 11 | 2 | 56 | 50 | 62 | 0 | 42 | FB | 5F | 11 |
| Octal | 21 | 2 | 126 | 120 | 142 | 0 | 102 | 373 | 137 | 21 |
| Binary | 10001 | 10 | 1010110 | 1010000 | 1100010 | 0 | 1000010 | 11111011 | 1011111 | 10001 |
Color Harmonies of #110256
Complementary color
Monochromatic Colors of #110256
Black with #110256
Text Example
Text Example
White with #110256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110256; }
p { color: rgb(17,2,86); }
H1.HeaderClassName
{
color: #110256;
}
.AnyTagClassName
{
color: #110256;
}
</style>
background-color css
<style>
a { background-color: #110256; }
a { background-color: rgb(17,2,86); }
div.DivClassName
{
background-color: #110256;
}
.BgClassName
{
background-color: #110256;
}
</style>
border-color css
<style>
span { border-color: #110256; }
span { border-color: rgb(17,2,86); }
td.TdClassName
{
border-color: #110256;
}
.TagClassName
{
border-color: #110256;
}
</style>