Shades of Midnight Express #15143C
Tints of Midnight Express #15143C
RGB
CMYK
RGB Variations
Color information
#15143C (or 0x15143C) is known color: Midnight Express. HEX triplet: 15, 14 and 3C. RGB value is (21,20,60). Sum of RGB (Red+Green+Blue) = 21+20+60=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #15143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15143C is #EAEBC3. Grayscale: #181818. Windows color (decimal): -15395780 or 3937301. OLE color: 3937301.
HSL color Cylindrical-coordinate representation of color #15143C: hue angle of 241.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15143C is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 20 | 60 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.76 |
| HSL | 241.5º | 0.5% | 0.16% | - |
| HSV(B) | 241.5º | 0.67% | 0.24% | - |
| XYZ | 1.38 | 0.99 | 4.39 | - |
| YUV | 24.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 60 | 0.65 | 0.67 | 0 | 0.76 | 241.5 | 0.5 | 0.16 |
| Hex | 15 | 14 | 3C | 41 | 43 | 0 | 4C | F2 | 32 | 10 |
| Octal | 25 | 24 | 74 | 101 | 103 | 0 | 114 | 362 | 62 | 20 |
| Binary | 10101 | 10100 | 111100 | 1000001 | 1000011 | 0 | 1001100 | 11110010 | 110010 | 10000 |
Color Harmonies of #15143C
Complementary color
Monochromatic Colors of #15143C
Black with #15143C
Text Example
Text Example
White with #15143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15143C; }
p { color: rgb(21,20,60); }
H1.HeaderClassName
{
color: #15143C;
}
.AnyTagClassName
{
color: #15143C;
}
</style>
background-color css
<style>
a { background-color: #15143C; }
a { background-color: rgb(21,20,60); }
div.DivClassName
{
background-color: #15143C;
}
.BgClassName
{
background-color: #15143C;
}
</style>
border-color css
<style>
span { border-color: #15143C; }
span { border-color: rgb(21,20,60); }
td.TdClassName
{
border-color: #15143C;
}
.TagClassName
{
border-color: #15143C;
}
</style>