Shades of Midnight Blue #121957
Tints of Midnight Blue #121957
RGB
CMYK
RGB Variations
Color information
#121957 (or 0x121957) is known color: Midnight Blue. HEX triplet: 12, 19 and 57. RGB value is (18,25,87). Sum of RGB (Red+Green+Blue) = 18+25+87=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #121957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121957 is #EDE6A8. Grayscale: #1D1D1D. Windows color (decimal): -15591081 or 5708050. OLE color: 5708050.
HSL color Cylindrical-coordinate representation of color #121957: hue angle of 233.91º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121957 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 25 | 87 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.66 |
| HSL | 233.91º | 0.66% | 0.21% | - |
| HSV(B) | 233.91º | 0.79% | 0.34% | - |
| XYZ | 2.32 | 1.51 | 9.19 | - |
| YUV | 29.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 87 | 0.79 | 0.71 | 0 | 0.66 | 233.91 | 0.66 | 0.21 |
| Hex | 12 | 19 | 57 | 4F | 47 | 0 | 42 | EA | 42 | 15 |
| Octal | 22 | 31 | 127 | 117 | 107 | 0 | 102 | 352 | 102 | 25 |
| Binary | 10010 | 11001 | 1010111 | 1001111 | 1000111 | 0 | 1000010 | 11101010 | 1000010 | 10101 |
Color Harmonies of #121957
Complementary color
Monochromatic Colors of #121957
Black with #121957
Text Example
Text Example
White with #121957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121957; }
p { color: rgb(18,25,87); }
H1.HeaderClassName
{
color: #121957;
}
.AnyTagClassName
{
color: #121957;
}
</style>
background-color css
<style>
a { background-color: #121957; }
a { background-color: rgb(18,25,87); }
div.DivClassName
{
background-color: #121957;
}
.BgClassName
{
background-color: #121957;
}
</style>
border-color css
<style>
span { border-color: #121957; }
span { border-color: rgb(18,25,87); }
td.TdClassName
{
border-color: #121957;
}
.TagClassName
{
border-color: #121957;
}
</style>