Shades of Midnight Blue #11137B
Tints of Midnight Blue #11137B
RGB
CMYK
RGB Variations
Color information
#11137B (or 0x11137B) is known color: Midnight Blue. HEX triplet: 11, 13 and 7B. RGB value is (17,19,123). Sum of RGB (Red+Green+Blue) = 17+19+123=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #11137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11137B is #EEEC84. Grayscale: #1D1D1D. Windows color (decimal): -15658117 or 8065809. OLE color: 8065809.
HSL color Cylindrical-coordinate representation of color #11137B: hue angle of 238.87º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11137B is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 19 | 123 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.52 |
| HSL | 238.87º | 0.76% | 0.27% | - |
| HSV(B) | 238.87º | 0.86% | 0.48% | - |
| XYZ | 4.04 | 2.01 | 18.91 | - |
| YUV | 30.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 123 | 0.86 | 0.85 | 0 | 0.52 | 238.87 | 0.76 | 0.27 |
| Hex | 11 | 13 | 7B | 56 | 55 | 0 | 34 | EF | 4C | 1B |
| Octal | 21 | 23 | 173 | 126 | 125 | 0 | 64 | 357 | 114 | 33 |
| Binary | 10001 | 10011 | 1111011 | 1010110 | 1010101 | 0 | 110100 | 11101111 | 1001100 | 11011 |
Color Harmonies of #11137B
Complementary color
Monochromatic Colors of #11137B
Black with #11137B
Text Example
Text Example
White with #11137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11137B; }
p { color: rgb(17,19,123); }
H1.HeaderClassName
{
color: #11137B;
}
.AnyTagClassName
{
color: #11137B;
}
</style>
background-color css
<style>
a { background-color: #11137B; }
a { background-color: rgb(17,19,123); }
div.DivClassName
{
background-color: #11137B;
}
.BgClassName
{
background-color: #11137B;
}
</style>
border-color css
<style>
span { border-color: #11137B; }
span { border-color: rgb(17,19,123); }
td.TdClassName
{
border-color: #11137B;
}
.TagClassName
{
border-color: #11137B;
}
</style>