Shades of Midnight Express #152238
Tints of Midnight Express #152238
RGB
CMYK
RGB Variations
Color information
#152238 (or 0x152238) is known color: Midnight Express. HEX triplet: 15, 22 and 38. RGB value is (21,34,56). Sum of RGB (Red+Green+Blue) = 21+34+56=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #152238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152238 is #EADDC7. Grayscale: #202020. Windows color (decimal): -15392200 or 3678741. OLE color: 3678741.
HSL color Cylindrical-coordinate representation of color #152238: hue angle of 217.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152238 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 34 | 56 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.78 |
| HSL | 217.71º | 0.45% | 0.15% | - |
| HSV(B) | 217.71º | 0.63% | 0.22% | - |
| XYZ | 1.6 | 1.59 | 3.96 | - |
| YUV | 32.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 56 | 0.63 | 0.39 | 0 | 0.78 | 217.71 | 0.45 | 0.15 |
| Hex | 15 | 22 | 38 | 3F | 27 | 0 | 4E | DA | 2D | F |
| Octal | 25 | 42 | 70 | 77 | 47 | 0 | 116 | 332 | 55 | 17 |
| Binary | 10101 | 100010 | 111000 | 111111 | 100111 | 0 | 1001110 | 11011010 | 101101 | 1111 |
Color Harmonies of #152238
Complementary color
Monochromatic Colors of #152238
Black with #152238
Text Example
Text Example
White with #152238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152238; }
p { color: rgb(21,34,56); }
H1.HeaderClassName
{
color: #152238;
}
.AnyTagClassName
{
color: #152238;
}
</style>
background-color css
<style>
a { background-color: #152238; }
a { background-color: rgb(21,34,56); }
div.DivClassName
{
background-color: #152238;
}
.BgClassName
{
background-color: #152238;
}
</style>
border-color css
<style>
span { border-color: #152238; }
span { border-color: rgb(21,34,56); }
td.TdClassName
{
border-color: #152238;
}
.TagClassName
{
border-color: #152238;
}
</style>