Shades of Midnight Express #15274B
Tints of Midnight Express #15274B
RGB
CMYK
RGB Variations
Color information
#15274B (or 0x15274B) is known color: Midnight Express. HEX triplet: 15, 27 and 4B. RGB value is (21,39,75). Sum of RGB (Red+Green+Blue) = 21+39+75=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #15274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15274B is #EAD8B4. Grayscale: #252525. Windows color (decimal): -15390901 or 4925205. OLE color: 4925205.
HSL color Cylindrical-coordinate representation of color #15274B: hue angle of 220º 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 #15274B is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 39 | 75 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.71 |
| HSL | 220º | 0.56% | 0.19% | - |
| HSV(B) | 220º | 0.72% | 0.29% | - |
| XYZ | 2.3 | 2.12 | 6.94 | - |
| YUV | 37.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 75 | 0.72 | 0.48 | 0 | 0.71 | 220 | 0.56 | 0.19 |
| Hex | 15 | 27 | 4B | 48 | 30 | 0 | 47 | DC | 38 | 13 |
| Octal | 25 | 47 | 113 | 110 | 60 | 0 | 107 | 334 | 70 | 23 |
| Binary | 10101 | 100111 | 1001011 | 1001000 | 110000 | 0 | 1000111 | 11011100 | 111000 | 10011 |
Color Harmonies of #15274B
Complementary color
Monochromatic Colors of #15274B
Black with #15274B
Text Example
Text Example
White with #15274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15274B; }
p { color: rgb(21,39,75); }
H1.HeaderClassName
{
color: #15274B;
}
.AnyTagClassName
{
color: #15274B;
}
</style>
background-color css
<style>
a { background-color: #15274B; }
a { background-color: rgb(21,39,75); }
div.DivClassName
{
background-color: #15274B;
}
.BgClassName
{
background-color: #15274B;
}
</style>
border-color css
<style>
span { border-color: #15274B; }
span { border-color: rgb(21,39,75); }
td.TdClassName
{
border-color: #15274B;
}
.TagClassName
{
border-color: #15274B;
}
</style>