Shades of Midnight Express #121F42
Tints of Midnight Express #121F42
RGB
CMYK
RGB Variations
Color information
#121F42 (or 0x121F42) is known color: Midnight Express. HEX triplet: 12, 1F and 42. RGB value is (18,31,66). Sum of RGB (Red+Green+Blue) = 18+31+66=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #121F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F42 is #EDE0BD. Grayscale: #1E1E1E. Windows color (decimal): -15589566 or 4333330. OLE color: 4333330.
HSL color Cylindrical-coordinate representation of color #121F42: hue angle of 223.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121F42 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 31 | 66 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.74 |
| HSL | 223.75º | 0.57% | 0.16% | - |
| HSV(B) | 223.75º | 0.73% | 0.26% | - |
| XYZ | 1.72 | 1.5 | 5.35 | - |
| YUV | 31.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 66 | 0.73 | 0.53 | 0 | 0.74 | 223.75 | 0.57 | 0.16 |
| Hex | 12 | 1F | 42 | 49 | 35 | 0 | 4A | E0 | 39 | 10 |
| Octal | 22 | 37 | 102 | 111 | 65 | 0 | 112 | 340 | 71 | 20 |
| Binary | 10010 | 11111 | 1000010 | 1001001 | 110101 | 0 | 1001010 | 11100000 | 111001 | 10000 |
Color Harmonies of #121F42
Complementary color
Monochromatic Colors of #121F42
Black with #121F42
Text Example
Text Example
White with #121F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F42; }
p { color: rgb(18,31,66); }
H1.HeaderClassName
{
color: #121F42;
}
.AnyTagClassName
{
color: #121F42;
}
</style>
background-color css
<style>
a { background-color: #121F42; }
a { background-color: rgb(18,31,66); }
div.DivClassName
{
background-color: #121F42;
}
.BgClassName
{
background-color: #121F42;
}
</style>
border-color css
<style>
span { border-color: #121F42; }
span { border-color: rgb(18,31,66); }
td.TdClassName
{
border-color: #121F42;
}
.TagClassName
{
border-color: #121F42;
}
</style>