Shades of Midnight Blue #120054
Tints of Midnight Blue #120054
RGB
CMYK
RGB Variations
Color information
#120054 (or 0x120054) is known color: Midnight Blue. HEX triplet: 12, 00 and 54. RGB value is (18,0,84). Sum of RGB (Red+Green+Blue) = 18+0+84=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 84 (33.20% from 255 or 82.35% from 102); Max value from RGB is 84 - color contains mainly: blue. Hex color #120054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120054 is #EDFFAB. Grayscale: #0E0E0E. Windows color (decimal): -15597484 or 5505042. OLE color: 5505042.
HSL color Cylindrical-coordinate representation of color #120054: hue angle of 252.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120054 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 0 | 84 | - |
| CMYK | 0.79 | 1 | 0 | 0.67 |
| HSL | 252.86º | 1% | 0.16% | - |
| HSV(B) | 252.86º | 1% | 0.33% | - |
| XYZ | 1.85 | 0.77 | 8.44 | - |
| YUV | 14.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 84 | 0.79 | 1 | 0 | 0.67 | 252.86 | 1 | 0.16 |
| Hex | 12 | 0 | 54 | 4F | 64 | 0 | 43 | FD | 64 | 10 |
| Octal | 22 | 0 | 124 | 117 | 144 | 0 | 103 | 375 | 144 | 20 |
| Binary | 10010 | 0 | 1010100 | 1001111 | 1100100 | 0 | 1000011 | 11111101 | 1100100 | 10000 |
Color Harmonies of #120054
Complementary color
Monochromatic Colors of #120054
Black with #120054
Text Example
Text Example
White with #120054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120054; }
p { color: rgb(18,0,84); }
H1.HeaderClassName
{
color: #120054;
}
.AnyTagClassName
{
color: #120054;
}
</style>
background-color css
<style>
a { background-color: #120054; }
a { background-color: rgb(18,0,84); }
div.DivClassName
{
background-color: #120054;
}
.BgClassName
{
background-color: #120054;
}
</style>
border-color css
<style>
span { border-color: #120054; }
span { border-color: rgb(18,0,84); }
td.TdClassName
{
border-color: #120054;
}
.TagClassName
{
border-color: #120054;
}
</style>