Shades of Midnight Express #121D35
Tints of Midnight Express #121D35
RGB
CMYK
RGB Variations
Color information
#121D35 (or 0x121D35) is known color: Midnight Express. HEX triplet: 12, 1D and 35. RGB value is (18,29,53). Sum of RGB (Red+Green+Blue) = 18+29+53=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #121D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D35 is #EDE2CA. Grayscale: #1C1C1C. Windows color (decimal): -15590091 or 3480850. OLE color: 3480850.
HSL color Cylindrical-coordinate representation of color #121D35: hue angle of 221.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121D35 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 29 | 53 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.79 |
| HSL | 221.14º | 0.49% | 0.14% | - |
| HSV(B) | 221.14º | 0.66% | 0.21% | - |
| XYZ | 1.33 | 1.26 | 3.54 | - |
| YUV | 28.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 53 | 0.66 | 0.45 | 0 | 0.79 | 221.14 | 0.49 | 0.14 |
| Hex | 12 | 1D | 35 | 42 | 2D | 0 | 4F | DD | 31 | E |
| Octal | 22 | 35 | 65 | 102 | 55 | 0 | 117 | 335 | 61 | 16 |
| Binary | 10010 | 11101 | 110101 | 1000010 | 101101 | 0 | 1001111 | 11011101 | 110001 | 1110 |
Color Harmonies of #121D35
Complementary color
Monochromatic Colors of #121D35
Black with #121D35
Text Example
Text Example
White with #121D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D35; }
p { color: rgb(18,29,53); }
H1.HeaderClassName
{
color: #121D35;
}
.AnyTagClassName
{
color: #121D35;
}
</style>
background-color css
<style>
a { background-color: #121D35; }
a { background-color: rgb(18,29,53); }
div.DivClassName
{
background-color: #121D35;
}
.BgClassName
{
background-color: #121D35;
}
</style>
border-color css
<style>
span { border-color: #121D35; }
span { border-color: rgb(18,29,53); }
td.TdClassName
{
border-color: #121D35;
}
.TagClassName
{
border-color: #121D35;
}
</style>