Shades of Midnight Blue #11145E
Tints of Midnight Blue #11145E
RGB
CMYK
RGB Variations
Color information
#11145E (or 0x11145E) is known color: Midnight Blue. HEX triplet: 11, 14 and 5E. RGB value is (17,20,94). Sum of RGB (Red+Green+Blue) = 17+20+94=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #11145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11145E is #EEEBA1. Grayscale: #1B1B1B. Windows color (decimal): -15657890 or 6165521. OLE color: 6165521.
HSL color Cylindrical-coordinate representation of color #11145E: hue angle of 237.66º 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 #11145E is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 20 | 94 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.63 |
| HSL | 237.66º | 0.69% | 0.22% | - |
| HSV(B) | 237.66º | 0.82% | 0.37% | - |
| XYZ | 2.5 | 1.43 | 10.73 | - |
| YUV | 27.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 94 | 0.82 | 0.79 | 0 | 0.63 | 237.66 | 0.69 | 0.22 |
| Hex | 11 | 14 | 5E | 52 | 4F | 0 | 3F | EE | 45 | 16 |
| Octal | 21 | 24 | 136 | 122 | 117 | 0 | 77 | 356 | 105 | 26 |
| Binary | 10001 | 10100 | 1011110 | 1010010 | 1001111 | 0 | 111111 | 11101110 | 1000101 | 10110 |
Color Harmonies of #11145E
Complementary color
Monochromatic Colors of #11145E
Black with #11145E
Text Example
Text Example
White with #11145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11145E; }
p { color: rgb(17,20,94); }
H1.HeaderClassName
{
color: #11145E;
}
.AnyTagClassName
{
color: #11145E;
}
</style>
background-color css
<style>
a { background-color: #11145E; }
a { background-color: rgb(17,20,94); }
div.DivClassName
{
background-color: #11145E;
}
.BgClassName
{
background-color: #11145E;
}
</style>
border-color css
<style>
span { border-color: #11145E; }
span { border-color: rgb(17,20,94); }
td.TdClassName
{
border-color: #11145E;
}
.TagClassName
{
border-color: #11145E;
}
</style>