Shades of Midnight Express #151942
Tints of Midnight Express #151942
RGB
CMYK
RGB Variations
Color information
#151942 (or 0x151942) is known color: Midnight Express. HEX triplet: 15, 19 and 42. RGB value is (21,25,66). Sum of RGB (Red+Green+Blue) = 21+25+66=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 66 (26.17% from 255 or 58.93% from 112); Max value from RGB is 66 - color contains mainly: blue. Hex color #151942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151942 is #EAE6BD. Grayscale: #1C1C1C. Windows color (decimal): -15394494 or 4331797. OLE color: 4331797.
HSL color Cylindrical-coordinate representation of color #151942: hue angle of 234.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #151942 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 25 | 66 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.74 |
| HSL | 234.67º | 0.52% | 0.17% | - |
| HSV(B) | 234.67º | 0.68% | 0.26% | - |
| XYZ | 1.64 | 1.25 | 5.31 | - |
| YUV | 28.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 66 | 0.68 | 0.62 | 0 | 0.74 | 234.67 | 0.52 | 0.17 |
| Hex | 15 | 19 | 42 | 44 | 3E | 0 | 4A | EB | 34 | 11 |
| Octal | 25 | 31 | 102 | 104 | 76 | 0 | 112 | 353 | 64 | 21 |
| Binary | 10101 | 11001 | 1000010 | 1000100 | 111110 | 0 | 1001010 | 11101011 | 110100 | 10001 |
Color Harmonies of #151942
Complementary color
Monochromatic Colors of #151942
Black with #151942
Text Example
Text Example
White with #151942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151942; }
p { color: rgb(21,25,66); }
H1.HeaderClassName
{
color: #151942;
}
.AnyTagClassName
{
color: #151942;
}
</style>
background-color css
<style>
a { background-color: #151942; }
a { background-color: rgb(21,25,66); }
div.DivClassName
{
background-color: #151942;
}
.BgClassName
{
background-color: #151942;
}
</style>
border-color css
<style>
span { border-color: #151942; }
span { border-color: rgb(21,25,66); }
td.TdClassName
{
border-color: #151942;
}
.TagClassName
{
border-color: #151942;
}
</style>