Shades of Midnight Blue #11105B
Tints of Midnight Blue #11105B
RGB
CMYK
RGB Variations
Color information
#11105B (or 0x11105B) is known color: Midnight Blue. HEX triplet: 11, 10 and 5B. RGB value is (17,16,91). Sum of RGB (Red+Green+Blue) = 17+16+91=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #11105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11105B is #EEEFA4. Grayscale: #181818. Windows color (decimal): -15658917 or 5967889. OLE color: 5967889.
HSL color Cylindrical-coordinate representation of color #11105B: hue angle of 240.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11105B is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 16 | 91 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.64 |
| HSL | 240.8º | 0.7% | 0.21% | - |
| HSV(B) | 240.8º | 0.82% | 0.36% | - |
| XYZ | 2.3 | 1.25 | 10.02 | - |
| YUV | 24.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 91 | 0.81 | 0.82 | 0 | 0.64 | 240.8 | 0.7 | 0.21 |
| Hex | 11 | 10 | 5B | 51 | 52 | 0 | 40 | F1 | 46 | 15 |
| Octal | 21 | 20 | 133 | 121 | 122 | 0 | 100 | 361 | 106 | 25 |
| Binary | 10001 | 10000 | 1011011 | 1010001 | 1010010 | 0 | 1000000 | 11110001 | 1000110 | 10101 |
Color Harmonies of #11105B
Complementary color
Monochromatic Colors of #11105B
Black with #11105B
Text Example
Text Example
White with #11105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11105B; }
p { color: rgb(17,16,91); }
H1.HeaderClassName
{
color: #11105B;
}
.AnyTagClassName
{
color: #11105B;
}
</style>
background-color css
<style>
a { background-color: #11105B; }
a { background-color: rgb(17,16,91); }
div.DivClassName
{
background-color: #11105B;
}
.BgClassName
{
background-color: #11105B;
}
</style>
border-color css
<style>
span { border-color: #11105B; }
span { border-color: rgb(17,16,91); }
td.TdClassName
{
border-color: #11105B;
}
.TagClassName
{
border-color: #11105B;
}
</style>