Shades of Midnight Express #121B43
Tints of Midnight Express #121B43
RGB
CMYK
RGB Variations
Color information
#121B43 (or 0x121B43) is known color: Midnight Express. HEX triplet: 12, 1B and 43. RGB value is (18,27,67). Sum of RGB (Red+Green+Blue) = 18+27+67=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #121B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B43 is #EDE4BC. Grayscale: #1C1C1C. Windows color (decimal): -15590589 or 4397842. OLE color: 4397842.
HSL color Cylindrical-coordinate representation of color #121B43: hue angle of 228.98º 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 #121B43 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 27 | 67 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.74 |
| HSL | 228.98º | 0.58% | 0.17% | - |
| HSV(B) | 228.98º | 0.73% | 0.26% | - |
| XYZ | 1.65 | 1.32 | 5.48 | - |
| YUV | 28.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 67 | 0.73 | 0.60 | 0 | 0.74 | 228.98 | 0.58 | 0.17 |
| Hex | 12 | 1B | 43 | 49 | 3C | 0 | 4A | E5 | 3A | 11 |
| Octal | 22 | 33 | 103 | 111 | 74 | 0 | 112 | 345 | 72 | 21 |
| Binary | 10010 | 11011 | 1000011 | 1001001 | 111100 | 0 | 1001010 | 11100101 | 111010 | 10001 |
Color Harmonies of #121B43
Complementary color
Monochromatic Colors of #121B43
Black with #121B43
Text Example
Text Example
White with #121B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B43; }
p { color: rgb(18,27,67); }
H1.HeaderClassName
{
color: #121B43;
}
.AnyTagClassName
{
color: #121B43;
}
</style>
background-color css
<style>
a { background-color: #121B43; }
a { background-color: rgb(18,27,67); }
div.DivClassName
{
background-color: #121B43;
}
.BgClassName
{
background-color: #121B43;
}
</style>
border-color css
<style>
span { border-color: #121B43; }
span { border-color: rgb(18,27,67); }
td.TdClassName
{
border-color: #121B43;
}
.TagClassName
{
border-color: #121B43;
}
</style>