Shades of Midnight Express #151D4B
Tints of Midnight Express #151D4B
RGB
CMYK
RGB Variations
Color information
#151D4B (or 0x151D4B) is known color: Midnight Express. HEX triplet: 15, 1D and 4B. RGB value is (21,29,75). Sum of RGB (Red+Green+Blue) = 21+29+75=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #151D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D4B is #EAE2B4. Grayscale: #1F1F1F. Windows color (decimal): -15393461 or 4922645. OLE color: 4922645.
HSL color Cylindrical-coordinate representation of color #151D4B: hue angle of 231.11º 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 #151D4B is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 29 | 75 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.71 |
| HSL | 231.11º | 0.56% | 0.19% | - |
| HSV(B) | 231.11º | 0.72% | 0.29% | - |
| XYZ | 2.02 | 1.55 | 6.85 | - |
| YUV | 31.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 75 | 0.72 | 0.61 | 0 | 0.71 | 231.11 | 0.56 | 0.19 |
| Hex | 15 | 1D | 4B | 48 | 3D | 0 | 47 | E7 | 38 | 13 |
| Octal | 25 | 35 | 113 | 110 | 75 | 0 | 107 | 347 | 70 | 23 |
| Binary | 10101 | 11101 | 1001011 | 1001000 | 111101 | 0 | 1000111 | 11100111 | 111000 | 10011 |
Color Harmonies of #151D4B
Complementary color
Monochromatic Colors of #151D4B
Black with #151D4B
Text Example
Text Example
White with #151D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D4B; }
p { color: rgb(21,29,75); }
H1.HeaderClassName
{
color: #151D4B;
}
.AnyTagClassName
{
color: #151D4B;
}
</style>
background-color css
<style>
a { background-color: #151D4B; }
a { background-color: rgb(21,29,75); }
div.DivClassName
{
background-color: #151D4B;
}
.BgClassName
{
background-color: #151D4B;
}
</style>
border-color css
<style>
span { border-color: #151D4B; }
span { border-color: rgb(21,29,75); }
td.TdClassName
{
border-color: #151D4B;
}
.TagClassName
{
border-color: #151D4B;
}
</style>