Shades of Midnight Blue #11135E
Tints of Midnight Blue #11135E
RGB
CMYK
RGB Variations
Color information
#11135E (or 0x11135E) is known color: Midnight Blue. HEX triplet: 11, 13 and 5E. RGB value is (17,19,94). Sum of RGB (Red+Green+Blue) = 17+19+94=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #11135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11135E is #EEECA1. Grayscale: #1A1A1A. Windows color (decimal): -15658146 or 6165265. OLE color: 6165265.
HSL color Cylindrical-coordinate representation of color #11135E: hue angle of 238.44º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11135E is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 19 | 94 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.63 |
| HSL | 238.44º | 0.69% | 0.22% | - |
| HSV(B) | 238.44º | 0.82% | 0.37% | - |
| XYZ | 2.48 | 1.39 | 10.73 | - |
| YUV | 26.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 94 | 0.82 | 0.80 | 0 | 0.63 | 238.44 | 0.69 | 0.22 |
| Hex | 11 | 13 | 5E | 52 | 50 | 0 | 3F | EE | 45 | 16 |
| Octal | 21 | 23 | 136 | 122 | 120 | 0 | 77 | 356 | 105 | 26 |
| Binary | 10001 | 10011 | 1011110 | 1010010 | 1010000 | 0 | 111111 | 11101110 | 1000101 | 10110 |
Color Harmonies of #11135E
Complementary color
Monochromatic Colors of #11135E
Black with #11135E
Text Example
Text Example
White with #11135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11135E; }
p { color: rgb(17,19,94); }
H1.HeaderClassName
{
color: #11135E;
}
.AnyTagClassName
{
color: #11135E;
}
</style>
background-color css
<style>
a { background-color: #11135E; }
a { background-color: rgb(17,19,94); }
div.DivClassName
{
background-color: #11135E;
}
.BgClassName
{
background-color: #11135E;
}
</style>
border-color css
<style>
span { border-color: #11135E; }
span { border-color: rgb(17,19,94); }
td.TdClassName
{
border-color: #11135E;
}
.TagClassName
{
border-color: #11135E;
}
</style>