Shades of Midnight Blue #11015B
Tints of Midnight Blue #11015B
RGB
CMYK
RGB Variations
Color information
#11015B (or 0x11015B) is known color: Midnight Blue. HEX triplet: 11, 01 and 5B. RGB value is (17,1,91). Sum of RGB (Red+Green+Blue) = 17+1+91=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #11015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11015B is #EEFEA4. Grayscale: #0F0F0F. Windows color (decimal): -15662757 or 5964049. OLE color: 5964049.
HSL color Cylindrical-coordinate representation of color #11015B: hue angle of 250.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11015B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 1 | 91 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.64 |
| HSL | 250.67º | 0.98% | 0.18% | - |
| HSV(B) | 250.67º | 0.99% | 0.36% | - |
| XYZ | 2.13 | 0.9 | 9.96 | - |
| YUV | 16.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 91 | 0.81 | 0.99 | 0 | 0.64 | 250.67 | 0.98 | 0.18 |
| Hex | 11 | 1 | 5B | 51 | 63 | 0 | 40 | FB | 62 | 12 |
| Octal | 21 | 1 | 133 | 121 | 143 | 0 | 100 | 373 | 142 | 22 |
| Binary | 10001 | 1 | 1011011 | 1010001 | 1100011 | 0 | 1000000 | 11111011 | 1100010 | 10010 |
Color Harmonies of #11015B
Complementary color
Monochromatic Colors of #11015B
Black with #11015B
Text Example
Text Example
White with #11015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11015B; }
p { color: rgb(17,1,91); }
H1.HeaderClassName
{
color: #11015B;
}
.AnyTagClassName
{
color: #11015B;
}
</style>
background-color css
<style>
a { background-color: #11015B; }
a { background-color: rgb(17,1,91); }
div.DivClassName
{
background-color: #11015B;
}
.BgClassName
{
background-color: #11015B;
}
</style>
border-color css
<style>
span { border-color: #11015B; }
span { border-color: rgb(17,1,91); }
td.TdClassName
{
border-color: #11015B;
}
.TagClassName
{
border-color: #11015B;
}
</style>