Shades of Midnight Express #121C45
Tints of Midnight Express #121C45
RGB
CMYK
RGB Variations
Color information
#121C45 (or 0x121C45) is known color: Midnight Express. HEX triplet: 12, 1C and 45. RGB value is (18,28,69). Sum of RGB (Red+Green+Blue) = 18+28+69=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 69 (27.34% from 255 or 60% from 115); Max value from RGB is 69 - color contains mainly: blue. Hex color #121C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C45 is #EDE3BA. Grayscale: #1D1D1D. Windows color (decimal): -15590331 or 4529170. OLE color: 4529170.
HSL color Cylindrical-coordinate representation of color #121C45: hue angle of 228.24º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121C45 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 28 | 69 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.73 |
| HSL | 228.24º | 0.59% | 0.17% | - |
| HSV(B) | 228.24º | 0.74% | 0.27% | - |
| XYZ | 1.74 | 1.39 | 5.81 | - |
| YUV | 29.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 69 | 0.74 | 0.59 | 0 | 0.73 | 228.24 | 0.59 | 0.17 |
| Hex | 12 | 1C | 45 | 4A | 3B | 0 | 49 | E4 | 3B | 11 |
| Octal | 22 | 34 | 105 | 112 | 73 | 0 | 111 | 344 | 73 | 21 |
| Binary | 10010 | 11100 | 1000101 | 1001010 | 111011 | 0 | 1001001 | 11100100 | 111011 | 10001 |
Color Harmonies of #121C45
Complementary color
Monochromatic Colors of #121C45
Black with #121C45
Text Example
Text Example
White with #121C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C45; }
p { color: rgb(18,28,69); }
H1.HeaderClassName
{
color: #121C45;
}
.AnyTagClassName
{
color: #121C45;
}
</style>
background-color css
<style>
a { background-color: #121C45; }
a { background-color: rgb(18,28,69); }
div.DivClassName
{
background-color: #121C45;
}
.BgClassName
{
background-color: #121C45;
}
</style>
border-color css
<style>
span { border-color: #121C45; }
span { border-color: rgb(18,28,69); }
td.TdClassName
{
border-color: #121C45;
}
.TagClassName
{
border-color: #121C45;
}
</style>