Shades of Midnight Express #121345
Tints of Midnight Express #121345
RGB
CMYK
RGB Variations
Color information
#121345 (or 0x121345) is known color: Midnight Express. HEX triplet: 12, 13 and 45. RGB value is (18,19,69). Sum of RGB (Red+Green+Blue) = 18+19+69=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #121345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121345 is #EDECBA. Grayscale: #181818. Windows color (decimal): -15592635 or 4526866. OLE color: 4526866.
HSL color Cylindrical-coordinate representation of color #121345: hue angle of 238.82º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121345 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 19 | 69 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.73 |
| HSL | 238.82º | 0.59% | 0.17% | - |
| HSV(B) | 238.82º | 0.74% | 0.27% | - |
| XYZ | 1.56 | 1.02 | 5.75 | - |
| YUV | 24.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 69 | 0.74 | 0.72 | 0 | 0.73 | 238.82 | 0.59 | 0.17 |
| Hex | 12 | 13 | 45 | 4A | 48 | 0 | 49 | EF | 3B | 11 |
| Octal | 22 | 23 | 105 | 112 | 110 | 0 | 111 | 357 | 73 | 21 |
| Binary | 10010 | 10011 | 1000101 | 1001010 | 1001000 | 0 | 1001001 | 11101111 | 111011 | 10001 |
Color Harmonies of #121345
Complementary color
Monochromatic Colors of #121345
Black with #121345
Text Example
Text Example
White with #121345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121345; }
p { color: rgb(18,19,69); }
H1.HeaderClassName
{
color: #121345;
}
.AnyTagClassName
{
color: #121345;
}
</style>
background-color css
<style>
a { background-color: #121345; }
a { background-color: rgb(18,19,69); }
div.DivClassName
{
background-color: #121345;
}
.BgClassName
{
background-color: #121345;
}
</style>
border-color css
<style>
span { border-color: #121345; }
span { border-color: rgb(18,19,69); }
td.TdClassName
{
border-color: #121345;
}
.TagClassName
{
border-color: #121345;
}
</style>