Shades of Midnight Blue #11136B
Tints of Midnight Blue #11136B
RGB
CMYK
RGB Variations
Color information
#11136B (or 0x11136B) is known color: Midnight Blue. HEX triplet: 11, 13 and 6B. RGB value is (17,19,107). Sum of RGB (Red+Green+Blue) = 17+19+107=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #11136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11136B is #EEEC94. Grayscale: #1C1C1C. Windows color (decimal): -15658133 or 7017233. OLE color: 7017233.
HSL color Cylindrical-coordinate representation of color #11136B: hue angle of 238.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11136B is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 19 | 107 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.58 |
| HSL | 238.67º | 0.73% | 0.24% | - |
| HSV(B) | 238.67º | 0.84% | 0.42% | - |
| XYZ | 3.12 | 1.65 | 14.06 | - |
| YUV | 28.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 107 | 0.84 | 0.82 | 0 | 0.58 | 238.67 | 0.73 | 0.24 |
| Hex | 11 | 13 | 6B | 54 | 52 | 0 | 3A | EF | 49 | 18 |
| Octal | 21 | 23 | 153 | 124 | 122 | 0 | 72 | 357 | 111 | 30 |
| Binary | 10001 | 10011 | 1101011 | 1010100 | 1010010 | 0 | 111010 | 11101111 | 1001001 | 11000 |
Color Harmonies of #11136B
Complementary color
Monochromatic Colors of #11136B
Black with #11136B
Text Example
Text Example
White with #11136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11136B; }
p { color: rgb(17,19,107); }
H1.HeaderClassName
{
color: #11136B;
}
.AnyTagClassName
{
color: #11136B;
}
</style>
background-color css
<style>
a { background-color: #11136B; }
a { background-color: rgb(17,19,107); }
div.DivClassName
{
background-color: #11136B;
}
.BgClassName
{
background-color: #11136B;
}
</style>
border-color css
<style>
span { border-color: #11136B; }
span { border-color: rgb(17,19,107); }
td.TdClassName
{
border-color: #11136B;
}
.TagClassName
{
border-color: #11136B;
}
</style>