Shades of Midnight Blue #11137E
Tints of Midnight Blue #11137E
RGB
CMYK
RGB Variations
Color information
#11137E (or 0x11137E) is known color: Midnight Blue. HEX triplet: 11, 13 and 7E. RGB value is (17,19,126). Sum of RGB (Red+Green+Blue) = 17+19+126=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #11137E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11137E is #EEEC81. Grayscale: #1E1E1E. Windows color (decimal): -15658114 or 8262417. OLE color: 8262417.
HSL color Cylindrical-coordinate representation of color #11137E: hue angle of 238.9º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11137E is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 19 | 126 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.51 |
| HSL | 238.9º | 0.76% | 0.28% | - |
| HSV(B) | 238.9º | 0.87% | 0.49% | - |
| XYZ | 4.23 | 2.09 | 19.92 | - |
| YUV | 30.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 126 | 0.87 | 0.85 | 0 | 0.51 | 238.9 | 0.76 | 0.28 |
| Hex | 11 | 13 | 7E | 57 | 55 | 0 | 33 | EF | 4C | 1C |
| Octal | 21 | 23 | 176 | 127 | 125 | 0 | 63 | 357 | 114 | 34 |
| Binary | 10001 | 10011 | 1111110 | 1010111 | 1010101 | 0 | 110011 | 11101111 | 1001100 | 11100 |
Color Harmonies of #11137E
Complementary color
Monochromatic Colors of #11137E
Black with #11137E
Text Example
Text Example
White with #11137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11137E; }
p { color: rgb(17,19,126); }
H1.HeaderClassName
{
color: #11137E;
}
.AnyTagClassName
{
color: #11137E;
}
</style>
background-color css
<style>
a { background-color: #11137E; }
a { background-color: rgb(17,19,126); }
div.DivClassName
{
background-color: #11137E;
}
.BgClassName
{
background-color: #11137E;
}
</style>
border-color css
<style>
span { border-color: #11137E; }
span { border-color: rgb(17,19,126); }
td.TdClassName
{
border-color: #11137E;
}
.TagClassName
{
border-color: #11137E;
}
</style>