Shades of Midnight Blue #12115D
Tints of Midnight Blue #12115D
RGB
CMYK
RGB Variations
Color information
#12115D (or 0x12115D) is known color: Midnight Blue. HEX triplet: 12, 11 and 5D. RGB value is (18,17,93). Sum of RGB (Red+Green+Blue) = 18+17+93=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #12115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12115D is #EDEEA2. Grayscale: #191919. Windows color (decimal): -15593123 or 6099218. OLE color: 6099218.
HSL color Cylindrical-coordinate representation of color #12115D: hue angle of 240.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12115D is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 17 | 93 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.64 |
| HSL | 240.79º | 0.69% | 0.22% | - |
| HSV(B) | 240.79º | 0.82% | 0.36% | - |
| XYZ | 2.43 | 1.32 | 10.48 | - |
| YUV | 25.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 93 | 0.81 | 0.82 | 0 | 0.64 | 240.79 | 0.69 | 0.22 |
| Hex | 12 | 11 | 5D | 51 | 52 | 0 | 40 | F1 | 45 | 16 |
| Octal | 22 | 21 | 135 | 121 | 122 | 0 | 100 | 361 | 105 | 26 |
| Binary | 10010 | 10001 | 1011101 | 1010001 | 1010010 | 0 | 1000000 | 11110001 | 1000101 | 10110 |
Color Harmonies of #12115D
Complementary color
Monochromatic Colors of #12115D
Black with #12115D
Text Example
Text Example
White with #12115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12115D; }
p { color: rgb(18,17,93); }
H1.HeaderClassName
{
color: #12115D;
}
.AnyTagClassName
{
color: #12115D;
}
</style>
background-color css
<style>
a { background-color: #12115D; }
a { background-color: rgb(18,17,93); }
div.DivClassName
{
background-color: #12115D;
}
.BgClassName
{
background-color: #12115D;
}
</style>
border-color css
<style>
span { border-color: #12115D; }
span { border-color: rgb(18,17,93); }
td.TdClassName
{
border-color: #12115D;
}
.TagClassName
{
border-color: #12115D;
}
</style>