Shades of Midnight Express #151A4C
Tints of Midnight Express #151A4C
RGB
CMYK
RGB Variations
Color information
#151A4C (or 0x151A4C) is known color: Midnight Express. HEX triplet: 15, 1A and 4C. RGB value is (21,26,76). Sum of RGB (Red+Green+Blue) = 21+26+76=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #151A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A4C is #EAE5B3. Grayscale: #1E1E1E. Windows color (decimal): -15394228 or 4987413. OLE color: 4987413.
HSL color Cylindrical-coordinate representation of color #151A4C: hue angle of 234.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #151A4C is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 26 | 76 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.70 |
| HSL | 234.55º | 0.57% | 0.19% | - |
| HSV(B) | 234.55º | 0.72% | 0.3% | - |
| XYZ | 1.98 | 1.42 | 7.01 | - |
| YUV | 30.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 76 | 0.72 | 0.66 | 0 | 0.70 | 234.55 | 0.57 | 0.19 |
| Hex | 15 | 1A | 4C | 48 | 42 | 0 | 46 | EB | 39 | 13 |
| Octal | 25 | 32 | 114 | 110 | 102 | 0 | 106 | 353 | 71 | 23 |
| Binary | 10101 | 11010 | 1001100 | 1001000 | 1000010 | 0 | 1000110 | 11101011 | 111001 | 10011 |
Color Harmonies of #151A4C
Complementary color
Monochromatic Colors of #151A4C
Black with #151A4C
Text Example
Text Example
White with #151A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A4C; }
p { color: rgb(21,26,76); }
H1.HeaderClassName
{
color: #151A4C;
}
.AnyTagClassName
{
color: #151A4C;
}
</style>
background-color css
<style>
a { background-color: #151A4C; }
a { background-color: rgb(21,26,76); }
div.DivClassName
{
background-color: #151A4C;
}
.BgClassName
{
background-color: #151A4C;
}
</style>
border-color css
<style>
span { border-color: #151A4C; }
span { border-color: rgb(21,26,76); }
td.TdClassName
{
border-color: #151A4C;
}
.TagClassName
{
border-color: #151A4C;
}
</style>