Shades of Midnight Express #12153B
Tints of Midnight Express #12153B
RGB
CMYK
RGB Variations
Color information
#12153B (or 0x12153B) is known color: Midnight Express. HEX triplet: 12, 15 and 3B. RGB value is (18,21,59). Sum of RGB (Red+Green+Blue) = 18+21+59=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #12153B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12153B is #EDEAC4. Grayscale: #181818. Windows color (decimal): -15592133 or 3872018. OLE color: 3872018.
HSL color Cylindrical-coordinate representation of color #12153B: hue angle of 235.61º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12153B is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 21 | 59 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.77 |
| HSL | 235.61º | 0.53% | 0.15% | - |
| HSV(B) | 235.61º | 0.69% | 0.23% | - |
| XYZ | 1.31 | 0.98 | 4.26 | - |
| YUV | 24.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 59 | 0.69 | 0.64 | 0 | 0.77 | 235.61 | 0.53 | 0.15 |
| Hex | 12 | 15 | 3B | 45 | 40 | 0 | 4D | EC | 35 | F |
| Octal | 22 | 25 | 73 | 105 | 100 | 0 | 115 | 354 | 65 | 17 |
| Binary | 10010 | 10101 | 111011 | 1000101 | 1000000 | 0 | 1001101 | 11101100 | 110101 | 1111 |
Color Harmonies of #12153B
Complementary color
Monochromatic Colors of #12153B
Black with #12153B
Text Example
Text Example
White with #12153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12153B; }
p { color: rgb(18,21,59); }
H1.HeaderClassName
{
color: #12153B;
}
.AnyTagClassName
{
color: #12153B;
}
</style>
background-color css
<style>
a { background-color: #12153B; }
a { background-color: rgb(18,21,59); }
div.DivClassName
{
background-color: #12153B;
}
.BgClassName
{
background-color: #12153B;
}
</style>
border-color css
<style>
span { border-color: #12153B; }
span { border-color: rgb(18,21,59); }
td.TdClassName
{
border-color: #12153B;
}
.TagClassName
{
border-color: #12153B;
}
</style>