Shades of Midnight Blue #121454
Tints of Midnight Blue #121454
RGB
CMYK
RGB Variations
Color information
#121454 (or 0x121454) is known color: Midnight Blue. HEX triplet: 12, 14 and 54. RGB value is (18,20,84). Sum of RGB (Red+Green+Blue) = 18+20+84=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #121454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121454 is #EDEBAB. Grayscale: #1A1A1A. Windows color (decimal): -15592364 or 5510162. OLE color: 5510162.
HSL color Cylindrical-coordinate representation of color #121454: hue angle of 238.18º 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 #121454 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 20 | 84 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.67 |
| HSL | 238.18º | 0.65% | 0.2% | - |
| HSV(B) | 238.18º | 0.79% | 0.33% | - |
| XYZ | 2.1 | 1.27 | 8.52 | - |
| YUV | 26.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 84 | 0.79 | 0.76 | 0 | 0.67 | 238.18 | 0.65 | 0.2 |
| Hex | 12 | 14 | 54 | 4F | 4C | 0 | 43 | EE | 41 | 14 |
| Octal | 22 | 24 | 124 | 117 | 114 | 0 | 103 | 356 | 101 | 24 |
| Binary | 10010 | 10100 | 1010100 | 1001111 | 1001100 | 0 | 1000011 | 11101110 | 1000001 | 10100 |
Color Harmonies of #121454
Complementary color
Monochromatic Colors of #121454
Black with #121454
Text Example
Text Example
White with #121454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121454; }
p { color: rgb(18,20,84); }
H1.HeaderClassName
{
color: #121454;
}
.AnyTagClassName
{
color: #121454;
}
</style>
background-color css
<style>
a { background-color: #121454; }
a { background-color: rgb(18,20,84); }
div.DivClassName
{
background-color: #121454;
}
.BgClassName
{
background-color: #121454;
}
</style>
border-color css
<style>
span { border-color: #121454; }
span { border-color: rgb(18,20,84); }
td.TdClassName
{
border-color: #121454;
}
.TagClassName
{
border-color: #121454;
}
</style>