Shades of Midnight Express #152045
Tints of Midnight Express #152045
RGB
CMYK
RGB Variations
Color information
#152045 (or 0x152045) is known color: Midnight Express. HEX triplet: 15, 20 and 45. RGB value is (21,32,69). Sum of RGB (Red+Green+Blue) = 21+32+69=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #152045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152045 is #EADFBA. Grayscale: #202020. Windows color (decimal): -15392699 or 4530197. OLE color: 4530197.
HSL color Cylindrical-coordinate representation of color #152045: hue angle of 226.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152045 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 32 | 69 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.73 |
| HSL | 226.25º | 0.53% | 0.18% | - |
| HSV(B) | 226.25º | 0.7% | 0.27% | - |
| XYZ | 1.9 | 1.62 | 5.84 | - |
| YUV | 32.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 69 | 0.70 | 0.54 | 0 | 0.73 | 226.25 | 0.53 | 0.18 |
| Hex | 15 | 20 | 45 | 46 | 36 | 0 | 49 | E2 | 35 | 12 |
| Octal | 25 | 40 | 105 | 106 | 66 | 0 | 111 | 342 | 65 | 22 |
| Binary | 10101 | 100000 | 1000101 | 1000110 | 110110 | 0 | 1001001 | 11100010 | 110101 | 10010 |
Color Harmonies of #152045
Complementary color
Monochromatic Colors of #152045
Black with #152045
Text Example
Text Example
White with #152045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152045; }
p { color: rgb(21,32,69); }
H1.HeaderClassName
{
color: #152045;
}
.AnyTagClassName
{
color: #152045;
}
</style>
background-color css
<style>
a { background-color: #152045; }
a { background-color: rgb(21,32,69); }
div.DivClassName
{
background-color: #152045;
}
.BgClassName
{
background-color: #152045;
}
</style>
border-color css
<style>
span { border-color: #152045; }
span { border-color: rgb(21,32,69); }
td.TdClassName
{
border-color: #152045;
}
.TagClassName
{
border-color: #152045;
}
</style>