Shades of Midnight Blue #121458
Tints of Midnight Blue #121458
RGB
CMYK
RGB Variations
Color information
#121458 (or 0x121458) is known color: Midnight Blue. HEX triplet: 12, 14 and 58. RGB value is (18,20,88). Sum of RGB (Red+Green+Blue) = 18+20+88=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #121458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121458 is #EDEBA7. Grayscale: #1A1A1A. Windows color (decimal): -15592360 or 5772306. OLE color: 5772306.
HSL color Cylindrical-coordinate representation of color #121458: hue angle of 238.29º 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 #121458 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 20 | 88 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.65 |
| HSL | 238.29º | 0.66% | 0.21% | - |
| HSV(B) | 238.29º | 0.8% | 0.35% | - |
| XYZ | 2.26 | 1.33 | 9.37 | - |
| YUV | 27.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 88 | 0.80 | 0.77 | 0 | 0.65 | 238.29 | 0.66 | 0.21 |
| Hex | 12 | 14 | 58 | 50 | 4D | 0 | 41 | EE | 42 | 15 |
| Octal | 22 | 24 | 130 | 120 | 115 | 0 | 101 | 356 | 102 | 25 |
| Binary | 10010 | 10100 | 1011000 | 1010000 | 1001101 | 0 | 1000001 | 11101110 | 1000010 | 10101 |
Color Harmonies of #121458
Complementary color
Monochromatic Colors of #121458
Black with #121458
Text Example
Text Example
White with #121458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121458; }
p { color: rgb(18,20,88); }
H1.HeaderClassName
{
color: #121458;
}
.AnyTagClassName
{
color: #121458;
}
</style>
background-color css
<style>
a { background-color: #121458; }
a { background-color: rgb(18,20,88); }
div.DivClassName
{
background-color: #121458;
}
.BgClassName
{
background-color: #121458;
}
</style>
border-color css
<style>
span { border-color: #121458; }
span { border-color: rgb(18,20,88); }
td.TdClassName
{
border-color: #121458;
}
.TagClassName
{
border-color: #121458;
}
</style>