Shades of Midnight Express #121F43
Tints of Midnight Express #121F43
RGB
CMYK
RGB Variations
Color information
#121F43 (or 0x121F43) is known color: Midnight Express. HEX triplet: 12, 1F and 43. RGB value is (18,31,67). Sum of RGB (Red+Green+Blue) = 18+31+67=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #121F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F43 is #EDE0BC. Grayscale: #1F1F1F. Windows color (decimal): -15589565 or 4398866. OLE color: 4398866.
HSL color Cylindrical-coordinate representation of color #121F43: hue angle of 224.08º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121F43 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 31 | 67 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.74 |
| HSL | 224.08º | 0.58% | 0.17% | - |
| HSV(B) | 224.08º | 0.73% | 0.26% | - |
| XYZ | 1.75 | 1.51 | 5.51 | - |
| YUV | 31.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 67 | 0.73 | 0.54 | 0 | 0.74 | 224.08 | 0.58 | 0.17 |
| Hex | 12 | 1F | 43 | 49 | 36 | 0 | 4A | E0 | 3A | 11 |
| Octal | 22 | 37 | 103 | 111 | 66 | 0 | 112 | 340 | 72 | 21 |
| Binary | 10010 | 11111 | 1000011 | 1001001 | 110110 | 0 | 1001010 | 11100000 | 111010 | 10001 |
Color Harmonies of #121F43
Complementary color
Monochromatic Colors of #121F43
Black with #121F43
Text Example
Text Example
White with #121F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F43; }
p { color: rgb(18,31,67); }
H1.HeaderClassName
{
color: #121F43;
}
.AnyTagClassName
{
color: #121F43;
}
</style>
background-color css
<style>
a { background-color: #121F43; }
a { background-color: rgb(18,31,67); }
div.DivClassName
{
background-color: #121F43;
}
.BgClassName
{
background-color: #121F43;
}
</style>
border-color css
<style>
span { border-color: #121F43; }
span { border-color: rgb(18,31,67); }
td.TdClassName
{
border-color: #121F43;
}
.TagClassName
{
border-color: #121F43;
}
</style>