Shades of Midnight Express #121D4B
Tints of Midnight Express #121D4B
RGB
CMYK
RGB Variations
Color information
#121D4B (or 0x121D4B) is known color: Midnight Express. HEX triplet: 12, 1D and 4B. RGB value is (18,29,75). Sum of RGB (Red+Green+Blue) = 18+29+75=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #121D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D4B is #EDE2B4. Grayscale: #1E1E1E. Windows color (decimal): -15590069 or 4922642. OLE color: 4922642.
HSL color Cylindrical-coordinate representation of color #121D4B: hue angle of 228.42º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121D4B is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 29 | 75 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.71 |
| HSL | 228.42º | 0.61% | 0.18% | - |
| HSV(B) | 228.42º | 0.76% | 0.29% | - |
| XYZ | 1.96 | 1.52 | 6.85 | - |
| YUV | 30.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 75 | 0.76 | 0.61 | 0 | 0.71 | 228.42 | 0.61 | 0.18 |
| Hex | 12 | 1D | 4B | 4C | 3D | 0 | 47 | E4 | 3D | 12 |
| Octal | 22 | 35 | 113 | 114 | 75 | 0 | 107 | 344 | 75 | 22 |
| Binary | 10010 | 11101 | 1001011 | 1001100 | 111101 | 0 | 1000111 | 11100100 | 111101 | 10010 |
Color Harmonies of #121D4B
Complementary color
Monochromatic Colors of #121D4B
Black with #121D4B
Text Example
Text Example
White with #121D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D4B; }
p { color: rgb(18,29,75); }
H1.HeaderClassName
{
color: #121D4B;
}
.AnyTagClassName
{
color: #121D4B;
}
</style>
background-color css
<style>
a { background-color: #121D4B; }
a { background-color: rgb(18,29,75); }
div.DivClassName
{
background-color: #121D4B;
}
.BgClassName
{
background-color: #121D4B;
}
</style>
border-color css
<style>
span { border-color: #121D4B; }
span { border-color: rgb(18,29,75); }
td.TdClassName
{
border-color: #121D4B;
}
.TagClassName
{
border-color: #121D4B;
}
</style>