Shades of Midnight Blue #11005E
Tints of Midnight Blue #11005E
RGB
CMYK
RGB Variations
Color information
#11005E (or 0x11005E) is known color: Midnight Blue. HEX triplet: 11, 00 and 5E. RGB value is (17,0,94). Sum of RGB (Red+Green+Blue) = 17+0+94=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #11005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005E is #EEFFA1. Grayscale: #0F0F0F. Windows color (decimal): -15663010 or 6160401. OLE color: 6160401.
HSL color Cylindrical-coordinate representation of color #11005E: hue angle of 250.85º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11005E is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 0 | 94 | - |
| CMYK | 0.82 | 1 | 0 | 0.63 |
| HSL | 250.85º | 1% | 0.18% | - |
| HSV(B) | 250.85º | 1% | 0.37% | - |
| XYZ | 2.25 | 0.93 | 10.65 | - |
| YUV | 15.8 | 172.13 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 94 | 0.82 | 1 | 0 | 0.63 | 250.85 | 1 | 0.18 |
| Hex | 11 | 0 | 5E | 52 | 64 | 0 | 3F | FB | 64 | 12 |
| Octal | 21 | 0 | 136 | 122 | 144 | 0 | 77 | 373 | 144 | 22 |
| Binary | 10001 | 0 | 1011110 | 1010010 | 1100100 | 0 | 111111 | 11111011 | 1100100 | 10010 |
Color Harmonies of #11005E
Complementary color
Monochromatic Colors of #11005E
Black with #11005E
Text Example
Text Example
White with #11005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11005E; }
p { color: rgb(17,0,94); }
H1.HeaderClassName
{
color: #11005E;
}
.AnyTagClassName
{
color: #11005E;
}
</style>
background-color css
<style>
a { background-color: #11005E; }
a { background-color: rgb(17,0,94); }
div.DivClassName
{
background-color: #11005E;
}
.BgClassName
{
background-color: #11005E;
}
</style>
border-color css
<style>
span { border-color: #11005E; }
span { border-color: rgb(17,0,94); }
td.TdClassName
{
border-color: #11005E;
}
.TagClassName
{
border-color: #11005E;
}
</style>