Shades of Midnight Express #121A34
Tints of Midnight Express #121A34
RGB
CMYK
RGB Variations
Color information
#121A34 (or 0x121A34) is known color: Midnight Express. HEX triplet: 12, 1A and 34. RGB value is (18,26,52). Sum of RGB (Red+Green+Blue) = 18+26+52=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #121A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A34 is #EDE5CB. Grayscale: #1A1A1A. Windows color (decimal): -15590860 or 3414546. OLE color: 3414546.
HSL color Cylindrical-coordinate representation of color #121A34: hue angle of 225.88º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121A34 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 26 | 52 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.80 |
| HSL | 225.88º | 0.49% | 0.14% | - |
| HSV(B) | 225.88º | 0.65% | 0.2% | - |
| XYZ | 1.24 | 1.12 | 3.4 | - |
| YUV | 26.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 52 | 0.65 | 0.50 | 0 | 0.80 | 225.88 | 0.49 | 0.14 |
| Hex | 12 | 1A | 34 | 41 | 32 | 0 | 50 | E2 | 31 | E |
| Octal | 22 | 32 | 64 | 101 | 62 | 0 | 120 | 342 | 61 | 16 |
| Binary | 10010 | 11010 | 110100 | 1000001 | 110010 | 0 | 1010000 | 11100010 | 110001 | 1110 |
Color Harmonies of #121A34
Complementary color
Monochromatic Colors of #121A34
Black with #121A34
Text Example
Text Example
White with #121A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A34; }
p { color: rgb(18,26,52); }
H1.HeaderClassName
{
color: #121A34;
}
.AnyTagClassName
{
color: #121A34;
}
</style>
background-color css
<style>
a { background-color: #121A34; }
a { background-color: rgb(18,26,52); }
div.DivClassName
{
background-color: #121A34;
}
.BgClassName
{
background-color: #121A34;
}
</style>
border-color css
<style>
span { border-color: #121A34; }
span { border-color: rgb(18,26,52); }
td.TdClassName
{
border-color: #121A34;
}
.TagClassName
{
border-color: #121A34;
}
</style>