Shades of Midnight Express #121538
Tints of Midnight Express #121538
RGB
CMYK
RGB Variations
Color information
#121538 (or 0x121538) is known color: Midnight Express. HEX triplet: 12, 15 and 38. RGB value is (18,21,56). Sum of RGB (Red+Green+Blue) = 18+21+56=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #121538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121538 is #EDEAC7. Grayscale: #171717. Windows color (decimal): -15592136 or 3675410. OLE color: 3675410.
HSL color Cylindrical-coordinate representation of color #121538: hue angle of 235.26º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121538 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 21 | 56 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.78 |
| HSL | 235.26º | 0.51% | 0.15% | - |
| HSV(B) | 235.26º | 0.68% | 0.22% | - |
| XYZ | 1.23 | 0.95 | 3.86 | - |
| YUV | 24.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 56 | 0.68 | 0.63 | 0 | 0.78 | 235.26 | 0.51 | 0.15 |
| Hex | 12 | 15 | 38 | 44 | 3F | 0 | 4E | EB | 33 | F |
| Octal | 22 | 25 | 70 | 104 | 77 | 0 | 116 | 353 | 63 | 17 |
| Binary | 10010 | 10101 | 111000 | 1000100 | 111111 | 0 | 1001110 | 11101011 | 110011 | 1111 |
Color Harmonies of #121538
Complementary color
Monochromatic Colors of #121538
Black with #121538
Text Example
Text Example
White with #121538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121538; }
p { color: rgb(18,21,56); }
H1.HeaderClassName
{
color: #121538;
}
.AnyTagClassName
{
color: #121538;
}
</style>
background-color css
<style>
a { background-color: #121538; }
a { background-color: rgb(18,21,56); }
div.DivClassName
{
background-color: #121538;
}
.BgClassName
{
background-color: #121538;
}
</style>
border-color css
<style>
span { border-color: #121538; }
span { border-color: rgb(18,21,56); }
td.TdClassName
{
border-color: #121538;
}
.TagClassName
{
border-color: #121538;
}
</style>