Shades of Midnight Blue #11095B
Tints of Midnight Blue #11095B
RGB
CMYK
RGB Variations
Color information
#11095B (or 0x11095B) is known color: Midnight Blue. HEX triplet: 11, 09 and 5B. RGB value is (17,9,91). Sum of RGB (Red+Green+Blue) = 17+9+91=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #11095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11095B is #EEF6A4. Grayscale: #141414. Windows color (decimal): -15660709 or 5966097. OLE color: 5966097.
HSL color Cylindrical-coordinate representation of color #11095B: hue angle of 245.85º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11095B is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 9 | 91 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.64 |
| HSL | 245.85º | 0.82% | 0.2% | - |
| HSV(B) | 245.85º | 0.9% | 0.36% | - |
| XYZ | 2.22 | 1.07 | 9.99 | - |
| YUV | 20.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 91 | 0.81 | 0.90 | 0 | 0.64 | 245.85 | 0.82 | 0.2 |
| Hex | 11 | 9 | 5B | 51 | 5A | 0 | 40 | F6 | 52 | 14 |
| Octal | 21 | 11 | 133 | 121 | 132 | 0 | 100 | 366 | 122 | 24 |
| Binary | 10001 | 1001 | 1011011 | 1010001 | 1011010 | 0 | 1000000 | 11110110 | 1010010 | 10100 |
Color Harmonies of #11095B
Complementary color
Monochromatic Colors of #11095B
Black with #11095B
Text Example
Text Example
White with #11095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11095B; }
p { color: rgb(17,9,91); }
H1.HeaderClassName
{
color: #11095B;
}
.AnyTagClassName
{
color: #11095B;
}
</style>
background-color css
<style>
a { background-color: #11095B; }
a { background-color: rgb(17,9,91); }
div.DivClassName
{
background-color: #11095B;
}
.BgClassName
{
background-color: #11095B;
}
</style>
border-color css
<style>
span { border-color: #11095B; }
span { border-color: rgb(17,9,91); }
td.TdClassName
{
border-color: #11095B;
}
.TagClassName
{
border-color: #11095B;
}
</style>