Shades of Midnight Express #15264E
Tints of Midnight Express #15264E
RGB
CMYK
RGB Variations
Color information
#15264E (or 0x15264E) is known color: Midnight Express. HEX triplet: 15, 26 and 4E. RGB value is (21,38,78). Sum of RGB (Red+Green+Blue) = 21+38+78=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #15264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15264E is #EAD9B1. Grayscale: #252525. Windows color (decimal): -15391154 or 5121557. OLE color: 5121557.
HSL color Cylindrical-coordinate representation of color #15264E: hue angle of 222.11º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15264E is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 38 | 78 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.69 |
| HSL | 222.11º | 0.58% | 0.19% | - |
| HSV(B) | 222.11º | 0.73% | 0.31% | - |
| XYZ | 2.38 | 2.1 | 7.49 | - |
| YUV | 37.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 78 | 0.73 | 0.51 | 0 | 0.69 | 222.11 | 0.58 | 0.19 |
| Hex | 15 | 26 | 4E | 49 | 33 | 0 | 45 | DE | 3A | 13 |
| Octal | 25 | 46 | 116 | 111 | 63 | 0 | 105 | 336 | 72 | 23 |
| Binary | 10101 | 100110 | 1001110 | 1001001 | 110011 | 0 | 1000101 | 11011110 | 111010 | 10011 |
Color Harmonies of #15264E
Complementary color
Monochromatic Colors of #15264E
Black with #15264E
Text Example
Text Example
White with #15264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15264E; }
p { color: rgb(21,38,78); }
H1.HeaderClassName
{
color: #15264E;
}
.AnyTagClassName
{
color: #15264E;
}
</style>
background-color css
<style>
a { background-color: #15264E; }
a { background-color: rgb(21,38,78); }
div.DivClassName
{
background-color: #15264E;
}
.BgClassName
{
background-color: #15264E;
}
</style>
border-color css
<style>
span { border-color: #15264E; }
span { border-color: rgb(21,38,78); }
td.TdClassName
{
border-color: #15264E;
}
.TagClassName
{
border-color: #15264E;
}
</style>