Shades of Midnight Express #15204B
Tints of Midnight Express #15204B
RGB
CMYK
RGB Variations
Color information
#15204B (or 0x15204B) is known color: Midnight Express. HEX triplet: 15, 20 and 4B. RGB value is (21,32,75). Sum of RGB (Red+Green+Blue) = 21+32+75=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #15204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15204B is #EADFB4. Grayscale: #212121. Windows color (decimal): -15392693 or 4923413. OLE color: 4923413.
HSL color Cylindrical-coordinate representation of color #15204B: hue angle of 227.78º 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 #15204B is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 32 | 75 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.71 |
| HSL | 227.78º | 0.56% | 0.19% | - |
| HSV(B) | 227.78º | 0.72% | 0.29% | - |
| XYZ | 2.1 | 1.7 | 6.87 | - |
| YUV | 33.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 75 | 0.72 | 0.57 | 0 | 0.71 | 227.78 | 0.56 | 0.19 |
| Hex | 15 | 20 | 4B | 48 | 39 | 0 | 47 | E4 | 38 | 13 |
| Octal | 25 | 40 | 113 | 110 | 71 | 0 | 107 | 344 | 70 | 23 |
| Binary | 10101 | 100000 | 1001011 | 1001000 | 111001 | 0 | 1000111 | 11100100 | 111000 | 10011 |
Color Harmonies of #15204B
Complementary color
Monochromatic Colors of #15204B
Black with #15204B
Text Example
Text Example
White with #15204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15204B; }
p { color: rgb(21,32,75); }
H1.HeaderClassName
{
color: #15204B;
}
.AnyTagClassName
{
color: #15204B;
}
</style>
background-color css
<style>
a { background-color: #15204B; }
a { background-color: rgb(21,32,75); }
div.DivClassName
{
background-color: #15204B;
}
.BgClassName
{
background-color: #15204B;
}
</style>
border-color css
<style>
span { border-color: #15204B; }
span { border-color: rgb(21,32,75); }
td.TdClassName
{
border-color: #15204B;
}
.TagClassName
{
border-color: #15204B;
}
</style>