Shades of Midnight Express #15274A
Tints of Midnight Express #15274A
RGB
CMYK
RGB Variations
Color information
#15274A (or 0x15274A) is known color: Midnight Express. HEX triplet: 15, 27 and 4A. RGB value is (21,39,74). Sum of RGB (Red+Green+Blue) = 21+39+74=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #15274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15274A is #EAD8B5. Grayscale: #252525. Windows color (decimal): -15390902 or 4859669. OLE color: 4859669.
HSL color Cylindrical-coordinate representation of color #15274A: hue angle of 219.62º 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 #15274A is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 39 | 74 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.71 |
| HSL | 219.62º | 0.56% | 0.19% | - |
| HSV(B) | 219.62º | 0.72% | 0.29% | - |
| XYZ | 2.27 | 2.1 | 6.77 | - |
| YUV | 37.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 74 | 0.72 | 0.47 | 0 | 0.71 | 219.62 | 0.56 | 0.19 |
| Hex | 15 | 27 | 4A | 48 | 2F | 0 | 47 | DC | 38 | 13 |
| Octal | 25 | 47 | 112 | 110 | 57 | 0 | 107 | 334 | 70 | 23 |
| Binary | 10101 | 100111 | 1001010 | 1001000 | 101111 | 0 | 1000111 | 11011100 | 111000 | 10011 |
Color Harmonies of #15274A
Complementary color
Monochromatic Colors of #15274A
Black with #15274A
Text Example
Text Example
White with #15274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15274A; }
p { color: rgb(21,39,74); }
H1.HeaderClassName
{
color: #15274A;
}
.AnyTagClassName
{
color: #15274A;
}
</style>
background-color css
<style>
a { background-color: #15274A; }
a { background-color: rgb(21,39,74); }
div.DivClassName
{
background-color: #15274A;
}
.BgClassName
{
background-color: #15274A;
}
</style>
border-color css
<style>
span { border-color: #15274A; }
span { border-color: rgb(21,39,74); }
td.TdClassName
{
border-color: #15274A;
}
.TagClassName
{
border-color: #15274A;
}
</style>