Shades of Midnight Express #15194B
Tints of Midnight Express #15194B
RGB
CMYK
RGB Variations
Color information
#15194B (or 0x15194B) is known color: Midnight Express. HEX triplet: 15, 19 and 4B. RGB value is (21,25,75). Sum of RGB (Red+Green+Blue) = 21+25+75=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #15194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15194B is #EAE6B4. Grayscale: #1D1D1D. Windows color (decimal): -15394485 or 4921621. OLE color: 4921621.
HSL color Cylindrical-coordinate representation of color #15194B: hue angle of 235.56º 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 #15194B is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 25 | 75 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.71 |
| HSL | 235.56º | 0.56% | 0.19% | - |
| HSV(B) | 235.56º | 0.72% | 0.29% | - |
| XYZ | 1.93 | 1.36 | 6.82 | - |
| YUV | 29.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 75 | 0.72 | 0.67 | 0 | 0.71 | 235.56 | 0.56 | 0.19 |
| Hex | 15 | 19 | 4B | 48 | 43 | 0 | 47 | EC | 38 | 13 |
| Octal | 25 | 31 | 113 | 110 | 103 | 0 | 107 | 354 | 70 | 23 |
| Binary | 10101 | 11001 | 1001011 | 1001000 | 1000011 | 0 | 1000111 | 11101100 | 111000 | 10011 |
Color Harmonies of #15194B
Complementary color
Monochromatic Colors of #15194B
Black with #15194B
Text Example
Text Example
White with #15194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15194B; }
p { color: rgb(21,25,75); }
H1.HeaderClassName
{
color: #15194B;
}
.AnyTagClassName
{
color: #15194B;
}
</style>
background-color css
<style>
a { background-color: #15194B; }
a { background-color: rgb(21,25,75); }
div.DivClassName
{
background-color: #15194B;
}
.BgClassName
{
background-color: #15194B;
}
</style>
border-color css
<style>
span { border-color: #15194B; }
span { border-color: rgb(21,25,75); }
td.TdClassName
{
border-color: #15194B;
}
.TagClassName
{
border-color: #15194B;
}
</style>