Shades of Midnight Blue #12115F
Tints of Midnight Blue #12115F
RGB
CMYK
RGB Variations
Color information
#12115F (or 0x12115F) is known color: Midnight Blue. HEX triplet: 12, 11 and 5F. RGB value is (18,17,95). Sum of RGB (Red+Green+Blue) = 18+17+95=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #12115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12115F is #EDEEA0. Grayscale: #191919. Windows color (decimal): -15593121 or 6230290. OLE color: 6230290.
HSL color Cylindrical-coordinate representation of color #12115F: hue angle of 240.77º degrees, saturation: 0.7, 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 #12115F is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 17 | 95 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.63 |
| HSL | 240.77º | 0.7% | 0.22% | - |
| HSV(B) | 240.77º | 0.82% | 0.37% | - |
| XYZ | 2.52 | 1.36 | 10.96 | - |
| YUV | 26.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 95 | 0.81 | 0.82 | 0 | 0.63 | 240.77 | 0.7 | 0.22 |
| Hex | 12 | 11 | 5F | 51 | 52 | 0 | 3F | F1 | 46 | 16 |
| Octal | 22 | 21 | 137 | 121 | 122 | 0 | 77 | 361 | 106 | 26 |
| Binary | 10010 | 10001 | 1011111 | 1010001 | 1010010 | 0 | 111111 | 11110001 | 1000110 | 10110 |
Color Harmonies of #12115F
Complementary color
Monochromatic Colors of #12115F
Black with #12115F
Text Example
Text Example
White with #12115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12115F; }
p { color: rgb(18,17,95); }
H1.HeaderClassName
{
color: #12115F;
}
.AnyTagClassName
{
color: #12115F;
}
</style>
background-color css
<style>
a { background-color: #12115F; }
a { background-color: rgb(18,17,95); }
div.DivClassName
{
background-color: #12115F;
}
.BgClassName
{
background-color: #12115F;
}
</style>
border-color css
<style>
span { border-color: #12115F; }
span { border-color: rgb(18,17,95); }
td.TdClassName
{
border-color: #12115F;
}
.TagClassName
{
border-color: #12115F;
}
</style>