Shades of Midnight Blue #121554
Tints of Midnight Blue #121554
RGB
CMYK
RGB Variations
Color information
#121554 (or 0x121554) is known color: Midnight Blue. HEX triplet: 12, 15 and 54. RGB value is (18,21,84). Sum of RGB (Red+Green+Blue) = 18+21+84=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #121554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121554 is #EDEAAB. Grayscale: #1B1B1B. Windows color (decimal): -15592108 or 5510418. OLE color: 5510418.
HSL color Cylindrical-coordinate representation of color #121554: hue angle of 237.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121554 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 21 | 84 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.67 |
| HSL | 237.27º | 0.65% | 0.2% | - |
| HSV(B) | 237.27º | 0.79% | 0.33% | - |
| XYZ | 2.12 | 1.31 | 8.53 | - |
| YUV | 27.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 84 | 0.79 | 0.75 | 0 | 0.67 | 237.27 | 0.65 | 0.2 |
| Hex | 12 | 15 | 54 | 4F | 4B | 0 | 43 | ED | 41 | 14 |
| Octal | 22 | 25 | 124 | 117 | 113 | 0 | 103 | 355 | 101 | 24 |
| Binary | 10010 | 10101 | 1010100 | 1001111 | 1001011 | 0 | 1000011 | 11101101 | 1000001 | 10100 |
Color Harmonies of #121554
Complementary color
Monochromatic Colors of #121554
Black with #121554
Text Example
Text Example
White with #121554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121554; }
p { color: rgb(18,21,84); }
H1.HeaderClassName
{
color: #121554;
}
.AnyTagClassName
{
color: #121554;
}
</style>
background-color css
<style>
a { background-color: #121554; }
a { background-color: rgb(18,21,84); }
div.DivClassName
{
background-color: #121554;
}
.BgClassName
{
background-color: #121554;
}
</style>
border-color css
<style>
span { border-color: #121554; }
span { border-color: rgb(18,21,84); }
td.TdClassName
{
border-color: #121554;
}
.TagClassName
{
border-color: #121554;
}
</style>