Shades of Midnight Blue #121558
Tints of Midnight Blue #121558
RGB
CMYK
RGB Variations
Color information
#121558 (or 0x121558) is known color: Midnight Blue. HEX triplet: 12, 15 and 58. RGB value is (18,21,88). Sum of RGB (Red+Green+Blue) = 18+21+88=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #121558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121558 is #EDEAA7. Grayscale: #1B1B1B. Windows color (decimal): -15592104 or 5772562. OLE color: 5772562.
HSL color Cylindrical-coordinate representation of color #121558: hue angle of 237.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121558 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 21 | 88 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.65 |
| HSL | 237.43º | 0.66% | 0.21% | - |
| HSV(B) | 237.43º | 0.8% | 0.35% | - |
| XYZ | 2.28 | 1.37 | 9.38 | - |
| YUV | 27.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 88 | 0.80 | 0.76 | 0 | 0.65 | 237.43 | 0.66 | 0.21 |
| Hex | 12 | 15 | 58 | 50 | 4C | 0 | 41 | ED | 42 | 15 |
| Octal | 22 | 25 | 130 | 120 | 114 | 0 | 101 | 355 | 102 | 25 |
| Binary | 10010 | 10101 | 1011000 | 1010000 | 1001100 | 0 | 1000001 | 11101101 | 1000010 | 10101 |
Color Harmonies of #121558
Complementary color
Monochromatic Colors of #121558
Black with #121558
Text Example
Text Example
White with #121558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121558; }
p { color: rgb(18,21,88); }
H1.HeaderClassName
{
color: #121558;
}
.AnyTagClassName
{
color: #121558;
}
</style>
background-color css
<style>
a { background-color: #121558; }
a { background-color: rgb(18,21,88); }
div.DivClassName
{
background-color: #121558;
}
.BgClassName
{
background-color: #121558;
}
</style>
border-color css
<style>
span { border-color: #121558; }
span { border-color: rgb(18,21,88); }
td.TdClassName
{
border-color: #121558;
}
.TagClassName
{
border-color: #121558;
}
</style>