Shades of Midnight Express #121348
Tints of Midnight Express #121348
RGB
CMYK
RGB Variations
Color information
#121348 (or 0x121348) is known color: Midnight Express. HEX triplet: 12, 13 and 48. RGB value is (18,19,72). Sum of RGB (Red+Green+Blue) = 18+19+72=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #121348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121348 is #EDECB7. Grayscale: #181818. Windows color (decimal): -15592632 or 4723474. OLE color: 4723474.
HSL color Cylindrical-coordinate representation of color #121348: hue angle of 238.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121348 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 19 | 72 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.72 |
| HSL | 238.89º | 0.6% | 0.18% | - |
| HSV(B) | 238.89º | 0.75% | 0.28% | - |
| XYZ | 1.65 | 1.06 | 6.25 | - |
| YUV | 24.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 72 | 0.75 | 0.74 | 0 | 0.72 | 238.89 | 0.6 | 0.18 |
| Hex | 12 | 13 | 48 | 4B | 4A | 0 | 48 | EF | 3C | 12 |
| Octal | 22 | 23 | 110 | 113 | 112 | 0 | 110 | 357 | 74 | 22 |
| Binary | 10010 | 10011 | 1001000 | 1001011 | 1001010 | 0 | 1001000 | 11101111 | 111100 | 10010 |
Color Harmonies of #121348
Complementary color
Monochromatic Colors of #121348
Black with #121348
Text Example
Text Example
White with #121348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121348; }
p { color: rgb(18,19,72); }
H1.HeaderClassName
{
color: #121348;
}
.AnyTagClassName
{
color: #121348;
}
</style>
background-color css
<style>
a { background-color: #121348; }
a { background-color: rgb(18,19,72); }
div.DivClassName
{
background-color: #121348;
}
.BgClassName
{
background-color: #121348;
}
</style>
border-color css
<style>
span { border-color: #121348; }
span { border-color: rgb(18,19,72); }
td.TdClassName
{
border-color: #121348;
}
.TagClassName
{
border-color: #121348;
}
</style>