Shades of Midnight Express #151A4D
Tints of Midnight Express #151A4D
RGB
CMYK
RGB Variations
Color information
#151A4D (or 0x151A4D) is known color: Midnight Express. HEX triplet: 15, 1A and 4D. RGB value is (21,26,77). Sum of RGB (Red+Green+Blue) = 21+26+77=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #151A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A4D is #EAE5B2. Grayscale: #1E1E1E. Windows color (decimal): -15394227 or 5052949. OLE color: 5052949.
HSL color Cylindrical-coordinate representation of color #151A4D: hue angle of 234.64º 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 #151A4D is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 26 | 77 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.70 |
| HSL | 234.64º | 0.57% | 0.19% | - |
| HSV(B) | 234.64º | 0.73% | 0.3% | - |
| XYZ | 2.02 | 1.43 | 7.19 | - |
| YUV | 30.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 77 | 0.73 | 0.66 | 0 | 0.70 | 234.64 | 0.57 | 0.19 |
| Hex | 15 | 1A | 4D | 49 | 42 | 0 | 46 | EB | 39 | 13 |
| Octal | 25 | 32 | 115 | 111 | 102 | 0 | 106 | 353 | 71 | 23 |
| Binary | 10101 | 11010 | 1001101 | 1001001 | 1000010 | 0 | 1000110 | 11101011 | 111001 | 10011 |
Color Harmonies of #151A4D
Complementary color
Monochromatic Colors of #151A4D
Black with #151A4D
Text Example
Text Example
White with #151A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A4D; }
p { color: rgb(21,26,77); }
H1.HeaderClassName
{
color: #151A4D;
}
.AnyTagClassName
{
color: #151A4D;
}
</style>
background-color css
<style>
a { background-color: #151A4D; }
a { background-color: rgb(21,26,77); }
div.DivClassName
{
background-color: #151A4D;
}
.BgClassName
{
background-color: #151A4D;
}
</style>
border-color css
<style>
span { border-color: #151A4D; }
span { border-color: rgb(21,26,77); }
td.TdClassName
{
border-color: #151A4D;
}
.TagClassName
{
border-color: #151A4D;
}
</style>