Shades of Midnight Express #151F4D
Tints of Midnight Express #151F4D
RGB
CMYK
RGB Variations
Color information
#151F4D (or 0x151F4D) is known color: Midnight Express. HEX triplet: 15, 1F and 4D. RGB value is (21,31,77). Sum of RGB (Red+Green+Blue) = 21+31+77=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #151F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F4D is #EAE0B2. Grayscale: #212121. Windows color (decimal): -15392947 or 5054229. OLE color: 5054229.
HSL color Cylindrical-coordinate representation of color #151F4D: hue angle of 229.29º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151F4D is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 31 | 77 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.70 |
| HSL | 229.29º | 0.57% | 0.19% | - |
| HSV(B) | 229.29º | 0.73% | 0.3% | - |
| XYZ | 2.14 | 1.68 | 7.23 | - |
| YUV | 33.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 77 | 0.73 | 0.60 | 0 | 0.70 | 229.29 | 0.57 | 0.19 |
| Hex | 15 | 1F | 4D | 49 | 3C | 0 | 46 | E5 | 39 | 13 |
| Octal | 25 | 37 | 115 | 111 | 74 | 0 | 106 | 345 | 71 | 23 |
| Binary | 10101 | 11111 | 1001101 | 1001001 | 111100 | 0 | 1000110 | 11100101 | 111001 | 10011 |
Color Harmonies of #151F4D
Complementary color
Monochromatic Colors of #151F4D
Black with #151F4D
Text Example
Text Example
White with #151F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F4D; }
p { color: rgb(21,31,77); }
H1.HeaderClassName
{
color: #151F4D;
}
.AnyTagClassName
{
color: #151F4D;
}
</style>
background-color css
<style>
a { background-color: #151F4D; }
a { background-color: rgb(21,31,77); }
div.DivClassName
{
background-color: #151F4D;
}
.BgClassName
{
background-color: #151F4D;
}
</style>
border-color css
<style>
span { border-color: #151F4D; }
span { border-color: rgb(21,31,77); }
td.TdClassName
{
border-color: #151F4D;
}
.TagClassName
{
border-color: #151F4D;
}
</style>