Shades of Midnight Express #121448
Tints of Midnight Express #121448
RGB
CMYK
RGB Variations
Color information
#121448 (or 0x121448) is known color: Midnight Express. HEX triplet: 12, 14 and 48. RGB value is (18,20,72). Sum of RGB (Red+Green+Blue) = 18+20+72=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #121448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121448 is #EDEBB7. Grayscale: #191919. Windows color (decimal): -15592376 or 4723730. OLE color: 4723730.
HSL color Cylindrical-coordinate representation of color #121448: hue angle of 237.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121448 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 20 | 72 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.72 |
| HSL | 237.78º | 0.6% | 0.18% | - |
| HSV(B) | 237.78º | 0.75% | 0.28% | - |
| XYZ | 1.67 | 1.1 | 6.25 | - |
| YUV | 25.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 72 | 0.75 | 0.72 | 0 | 0.72 | 237.78 | 0.6 | 0.18 |
| Hex | 12 | 14 | 48 | 4B | 48 | 0 | 48 | EE | 3C | 12 |
| Octal | 22 | 24 | 110 | 113 | 110 | 0 | 110 | 356 | 74 | 22 |
| Binary | 10010 | 10100 | 1001000 | 1001011 | 1001000 | 0 | 1001000 | 11101110 | 111100 | 10010 |
Color Harmonies of #121448
Complementary color
Monochromatic Colors of #121448
Black with #121448
Text Example
Text Example
White with #121448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121448; }
p { color: rgb(18,20,72); }
H1.HeaderClassName
{
color: #121448;
}
.AnyTagClassName
{
color: #121448;
}
</style>
background-color css
<style>
a { background-color: #121448; }
a { background-color: rgb(18,20,72); }
div.DivClassName
{
background-color: #121448;
}
.BgClassName
{
background-color: #121448;
}
</style>
border-color css
<style>
span { border-color: #121448; }
span { border-color: rgb(18,20,72); }
td.TdClassName
{
border-color: #121448;
}
.TagClassName
{
border-color: #121448;
}
</style>