Shades of Midnight Blue #11055B
Tints of Midnight Blue #11055B
RGB
CMYK
RGB Variations
Color information
#11055B (or 0x11055B) is known color: Midnight Blue. HEX triplet: 11, 05 and 5B. RGB value is (17,5,91). Sum of RGB (Red+Green+Blue) = 17+5+91=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #11055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11055B is #EEFAA4. Grayscale: #121212. Windows color (decimal): -15661733 or 5965073. OLE color: 5965073.
HSL color Cylindrical-coordinate representation of color #11055B: hue angle of 248.37º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11055B is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 5 | 91 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.64 |
| HSL | 248.37º | 0.9% | 0.19% | - |
| HSV(B) | 248.37º | 0.95% | 0.36% | - |
| XYZ | 2.17 | 0.98 | 9.97 | - |
| YUV | 18.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 91 | 0.81 | 0.95 | 0 | 0.64 | 248.37 | 0.9 | 0.19 |
| Hex | 11 | 5 | 5B | 51 | 5F | 0 | 40 | F8 | 5A | 13 |
| Octal | 21 | 5 | 133 | 121 | 137 | 0 | 100 | 370 | 132 | 23 |
| Binary | 10001 | 101 | 1011011 | 1010001 | 1011111 | 0 | 1000000 | 11111000 | 1011010 | 10011 |
Color Harmonies of #11055B
Complementary color
Monochromatic Colors of #11055B
Black with #11055B
Text Example
Text Example
White with #11055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11055B; }
p { color: rgb(17,5,91); }
H1.HeaderClassName
{
color: #11055B;
}
.AnyTagClassName
{
color: #11055B;
}
</style>
background-color css
<style>
a { background-color: #11055B; }
a { background-color: rgb(17,5,91); }
div.DivClassName
{
background-color: #11055B;
}
.BgClassName
{
background-color: #11055B;
}
</style>
border-color css
<style>
span { border-color: #11055B; }
span { border-color: rgb(17,5,91); }
td.TdClassName
{
border-color: #11055B;
}
.TagClassName
{
border-color: #11055B;
}
</style>