Shades of Midnight Blue #11005B
Tints of Midnight Blue #11005B
RGB
CMYK
RGB Variations
Color information
#11005B (or 0x11005B) is known color: Midnight Blue. HEX triplet: 11, 00 and 5B. RGB value is (17,0,91). Sum of RGB (Red+Green+Blue) = 17+0+91=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #11005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005B is #EEFFA4. Grayscale: #0F0F0F. Windows color (decimal): -15663013 or 5963793. OLE color: 5963793.
HSL color Cylindrical-coordinate representation of color #11005B: hue angle of 251.21º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11005B is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 0 | 91 | - |
| CMYK | 0.81 | 1 | 0 | 0.64 |
| HSL | 251.21º | 1% | 0.18% | - |
| HSV(B) | 251.21º | 1% | 0.36% | - |
| XYZ | 2.12 | 0.87 | 9.95 | - |
| YUV | 15.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 91 | 0.81 | 1 | 0 | 0.64 | 251.21 | 1 | 0.18 |
| Hex | 11 | 0 | 5B | 51 | 64 | 0 | 40 | FB | 64 | 12 |
| Octal | 21 | 0 | 133 | 121 | 144 | 0 | 100 | 373 | 144 | 22 |
| Binary | 10001 | 0 | 1011011 | 1010001 | 1100100 | 0 | 1000000 | 11111011 | 1100100 | 10010 |
Color Harmonies of #11005B
Complementary color
Monochromatic Colors of #11005B
Black with #11005B
Text Example
Text Example
White with #11005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11005B; }
p { color: rgb(17,0,91); }
H1.HeaderClassName
{
color: #11005B;
}
.AnyTagClassName
{
color: #11005B;
}
</style>
background-color css
<style>
a { background-color: #11005B; }
a { background-color: rgb(17,0,91); }
div.DivClassName
{
background-color: #11005B;
}
.BgClassName
{
background-color: #11005B;
}
</style>
border-color css
<style>
span { border-color: #11005B; }
span { border-color: rgb(17,0,91); }
td.TdClassName
{
border-color: #11005B;
}
.TagClassName
{
border-color: #11005B;
}
</style>