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