Shades of Midnight Blue #11096B
Tints of Midnight Blue #11096B
RGB
CMYK
RGB Variations
Color information
#11096B (or 0x11096B) is known color: Midnight Blue. HEX triplet: 11, 09 and 6B. RGB value is (17,9,107). Sum of RGB (Red+Green+Blue) = 17+9+107=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #11096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11096B is #EEF694. Grayscale: #161616. Windows color (decimal): -15660693 or 7014673. OLE color: 7014673.
HSL color Cylindrical-coordinate representation of color #11096B: hue angle of 244.9º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11096B is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 9 | 107 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.58 |
| HSL | 244.9º | 0.84% | 0.23% | - |
| HSV(B) | 244.9º | 0.92% | 0.42% | - |
| XYZ | 2.98 | 1.38 | 14.02 | - |
| YUV | 22.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 107 | 0.84 | 0.92 | 0 | 0.58 | 244.9 | 0.84 | 0.23 |
| Hex | 11 | 9 | 6B | 54 | 5C | 0 | 3A | F5 | 54 | 17 |
| Octal | 21 | 11 | 153 | 124 | 134 | 0 | 72 | 365 | 124 | 27 |
| Binary | 10001 | 1001 | 1101011 | 1010100 | 1011100 | 0 | 111010 | 11110101 | 1010100 | 10111 |
Color Harmonies of #11096B
Complementary color
Monochromatic Colors of #11096B
Black with #11096B
Text Example
Text Example
White with #11096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11096B; }
p { color: rgb(17,9,107); }
H1.HeaderClassName
{
color: #11096B;
}
.AnyTagClassName
{
color: #11096B;
}
</style>
background-color css
<style>
a { background-color: #11096B; }
a { background-color: rgb(17,9,107); }
div.DivClassName
{
background-color: #11096B;
}
.BgClassName
{
background-color: #11096B;
}
</style>
border-color css
<style>
span { border-color: #11096B; }
span { border-color: rgb(17,9,107); }
td.TdClassName
{
border-color: #11096B;
}
.TagClassName
{
border-color: #11096B;
}
</style>