Shades of Midnight Express #151B4D
Tints of Midnight Express #151B4D
RGB
CMYK
RGB Variations
Color information
#151B4D (or 0x151B4D) is known color: Midnight Express. HEX triplet: 15, 1B and 4D. RGB value is (21,27,77). Sum of RGB (Red+Green+Blue) = 21+27+77=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #151B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B4D is #EAE4B2. Grayscale: #1E1E1E. Windows color (decimal): -15393971 or 5053205. OLE color: 5053205.
HSL color Cylindrical-coordinate representation of color #151B4D: hue angle of 233.57º 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 #151B4D is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 27 | 77 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.70 |
| HSL | 233.57º | 0.57% | 0.19% | - |
| HSV(B) | 233.57º | 0.73% | 0.3% | - |
| XYZ | 2.04 | 1.48 | 7.2 | - |
| YUV | 30.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 77 | 0.73 | 0.65 | 0 | 0.70 | 233.57 | 0.57 | 0.19 |
| Hex | 15 | 1B | 4D | 49 | 41 | 0 | 46 | EA | 39 | 13 |
| Octal | 25 | 33 | 115 | 111 | 101 | 0 | 106 | 352 | 71 | 23 |
| Binary | 10101 | 11011 | 1001101 | 1001001 | 1000001 | 0 | 1000110 | 11101010 | 111001 | 10011 |
Color Harmonies of #151B4D
Complementary color
Monochromatic Colors of #151B4D
Black with #151B4D
Text Example
Text Example
White with #151B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B4D; }
p { color: rgb(21,27,77); }
H1.HeaderClassName
{
color: #151B4D;
}
.AnyTagClassName
{
color: #151B4D;
}
</style>
background-color css
<style>
a { background-color: #151B4D; }
a { background-color: rgb(21,27,77); }
div.DivClassName
{
background-color: #151B4D;
}
.BgClassName
{
background-color: #151B4D;
}
</style>
border-color css
<style>
span { border-color: #151B4D; }
span { border-color: rgb(21,27,77); }
td.TdClassName
{
border-color: #151B4D;
}
.TagClassName
{
border-color: #151B4D;
}
</style>