Shades of Midnight Express #121A33
Tints of Midnight Express #121A33
RGB
CMYK
RGB Variations
Color information
#121A33 (or 0x121A33) is known color: Midnight Express. HEX triplet: 12, 1A and 33. RGB value is (18,26,51). Sum of RGB (Red+Green+Blue) = 18+26+51=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #121A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A33 is #EDE5CC. Grayscale: #1A1A1A. Windows color (decimal): -15590861 or 3349010. OLE color: 3349010.
HSL color Cylindrical-coordinate representation of color #121A33: hue angle of 225.45º degrees, saturation: 0.48, 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 #121A33 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 26 | 51 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.8 |
| HSL | 225.45º | 0.48% | 0.14% | - |
| HSV(B) | 225.45º | 0.65% | 0.2% | - |
| XYZ | 1.22 | 1.11 | 3.28 | - |
| YUV | 26.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 51 | 0.65 | 0.49 | 0 | 0.8 | 225.45 | 0.48 | 0.14 |
| Hex | 12 | 1A | 33 | 41 | 31 | 0 | 50 | E1 | 30 | E |
| Octal | 22 | 32 | 63 | 101 | 61 | 0 | 120 | 341 | 60 | 16 |
| Binary | 10010 | 11010 | 110011 | 1000001 | 110001 | 0 | 1010000 | 11100001 | 110000 | 1110 |
Color Harmonies of #121A33
Complementary color
Monochromatic Colors of #121A33
Black with #121A33
Text Example
Text Example
White with #121A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A33; }
p { color: rgb(18,26,51); }
H1.HeaderClassName
{
color: #121A33;
}
.AnyTagClassName
{
color: #121A33;
}
</style>
background-color css
<style>
a { background-color: #121A33; }
a { background-color: rgb(18,26,51); }
div.DivClassName
{
background-color: #121A33;
}
.BgClassName
{
background-color: #121A33;
}
</style>
border-color css
<style>
span { border-color: #121A33; }
span { border-color: rgb(18,26,51); }
td.TdClassName
{
border-color: #121A33;
}
.TagClassName
{
border-color: #121A33;
}
</style>