Shades of Midnight Blue #121256
Tints of Midnight Blue #121256
RGB
CMYK
RGB Variations
Color information
#121256 (or 0x121256) is known color: Midnight Blue. HEX triplet: 12, 12 and 56. RGB value is (18,18,86). Sum of RGB (Red+Green+Blue) = 18+18+86=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #121256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121256 is #EDEDA9. Grayscale: #191919. Windows color (decimal): -15592874 or 5640722. OLE color: 5640722.
HSL color Cylindrical-coordinate representation of color #121256: hue angle of 240º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121256 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 18 | 86 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.66 |
| HSL | 240º | 0.65% | 0.2% | - |
| HSV(B) | 240º | 0.79% | 0.34% | - |
| XYZ | 2.15 | 1.23 | 8.93 | - |
| YUV | 25.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 86 | 0.79 | 0.79 | 0 | 0.66 | 240 | 0.65 | 0.2 |
| Hex | 12 | 12 | 56 | 4F | 4F | 0 | 42 | F0 | 41 | 14 |
| Octal | 22 | 22 | 126 | 117 | 117 | 0 | 102 | 360 | 101 | 24 |
| Binary | 10010 | 10010 | 1010110 | 1001111 | 1001111 | 0 | 1000010 | 11110000 | 1000001 | 10100 |
Color Harmonies of #121256
Complementary color
Monochromatic Colors of #121256
Black with #121256
Text Example
Text Example
White with #121256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121256; }
p { color: rgb(18,18,86); }
H1.HeaderClassName
{
color: #121256;
}
.AnyTagClassName
{
color: #121256;
}
</style>
background-color css
<style>
a { background-color: #121256; }
a { background-color: rgb(18,18,86); }
div.DivClassName
{
background-color: #121256;
}
.BgClassName
{
background-color: #121256;
}
</style>
border-color css
<style>
span { border-color: #121256; }
span { border-color: rgb(18,18,86); }
td.TdClassName
{
border-color: #121256;
}
.TagClassName
{
border-color: #121256;
}
</style>