Shades of Midnight Blue #11136D
Tints of Midnight Blue #11136D
RGB
CMYK
RGB Variations
Color information
#11136D (or 0x11136D) is known color: Midnight Blue. HEX triplet: 11, 13 and 6D. RGB value is (17,19,109). Sum of RGB (Red+Green+Blue) = 17+19+109=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #11136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11136D is #EEEC92. Grayscale: #1C1C1C. Windows color (decimal): -15658131 or 7148305. OLE color: 7148305.
HSL color Cylindrical-coordinate representation of color #11136D: hue angle of 238.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11136D is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 19 | 109 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.57 |
| HSL | 238.7º | 0.73% | 0.25% | - |
| HSV(B) | 238.7º | 0.84% | 0.43% | - |
| XYZ | 3.22 | 1.69 | 14.62 | - |
| YUV | 28.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 109 | 0.84 | 0.83 | 0 | 0.57 | 238.7 | 0.73 | 0.25 |
| Hex | 11 | 13 | 6D | 54 | 53 | 0 | 39 | EF | 49 | 19 |
| Octal | 21 | 23 | 155 | 124 | 123 | 0 | 71 | 357 | 111 | 31 |
| Binary | 10001 | 10011 | 1101101 | 1010100 | 1010011 | 0 | 111001 | 11101111 | 1001001 | 11001 |
Color Harmonies of #11136D
Complementary color
Monochromatic Colors of #11136D
Black with #11136D
Text Example
Text Example
White with #11136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11136D; }
p { color: rgb(17,19,109); }
H1.HeaderClassName
{
color: #11136D;
}
.AnyTagClassName
{
color: #11136D;
}
</style>
background-color css
<style>
a { background-color: #11136D; }
a { background-color: rgb(17,19,109); }
div.DivClassName
{
background-color: #11136D;
}
.BgClassName
{
background-color: #11136D;
}
</style>
border-color css
<style>
span { border-color: #11136D; }
span { border-color: rgb(17,19,109); }
td.TdClassName
{
border-color: #11136D;
}
.TagClassName
{
border-color: #11136D;
}
</style>