Shades of Midnight Express #15254A
Tints of Midnight Express #15254A
RGB
CMYK
RGB Variations
Color information
#15254A (or 0x15254A) is known color: Midnight Express. HEX triplet: 15, 25 and 4A. RGB value is (21,37,74). Sum of RGB (Red+Green+Blue) = 21+37+74=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #15254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15254A is #EADAB5. Grayscale: #242424. Windows color (decimal): -15391414 or 4859157. OLE color: 4859157.
HSL color Cylindrical-coordinate representation of color #15254A: hue angle of 221.89º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15254A is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 37 | 74 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.71 |
| HSL | 221.89º | 0.56% | 0.19% | - |
| HSV(B) | 221.89º | 0.72% | 0.29% | - |
| XYZ | 2.21 | 1.98 | 6.74 | - |
| YUV | 36.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 74 | 0.72 | 0.50 | 0 | 0.71 | 221.89 | 0.56 | 0.19 |
| Hex | 15 | 25 | 4A | 48 | 32 | 0 | 47 | DE | 38 | 13 |
| Octal | 25 | 45 | 112 | 110 | 62 | 0 | 107 | 336 | 70 | 23 |
| Binary | 10101 | 100101 | 1001010 | 1001000 | 110010 | 0 | 1000111 | 11011110 | 111000 | 10011 |
Color Harmonies of #15254A
Complementary color
Monochromatic Colors of #15254A
Black with #15254A
Text Example
Text Example
White with #15254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15254A; }
p { color: rgb(21,37,74); }
H1.HeaderClassName
{
color: #15254A;
}
.AnyTagClassName
{
color: #15254A;
}
</style>
background-color css
<style>
a { background-color: #15254A; }
a { background-color: rgb(21,37,74); }
div.DivClassName
{
background-color: #15254A;
}
.BgClassName
{
background-color: #15254A;
}
</style>
border-color css
<style>
span { border-color: #15254A; }
span { border-color: rgb(21,37,74); }
td.TdClassName
{
border-color: #15254A;
}
.TagClassName
{
border-color: #15254A;
}
</style>