Shades of Midnight Express #151E30
Tints of Midnight Express #151E30
RGB
CMYK
RGB Variations
Color information
#151E30 (or 0x151E30) is known color: Midnight Express. HEX triplet: 15, 1E and 30. RGB value is (21,30,48). Sum of RGB (Red+Green+Blue) = 21+30+48=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #151E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E30 is #EAE1CF. Grayscale: #1D1D1D. Windows color (decimal): -15393232 or 3153429. OLE color: 3153429.
HSL color Cylindrical-coordinate representation of color #151E30: hue angle of 220º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151E30 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 30 | 48 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.81 |
| HSL | 220º | 0.39% | 0.14% | - |
| HSV(B) | 220º | 0.56% | 0.19% | - |
| XYZ | 1.31 | 1.3 | 2.98 | - |
| YUV | 29.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 48 | 0.56 | 0.37 | 0 | 0.81 | 220 | 0.39 | 0.14 |
| Hex | 15 | 1E | 30 | 38 | 25 | 0 | 51 | DC | 27 | E |
| Octal | 25 | 36 | 60 | 70 | 45 | 0 | 121 | 334 | 47 | 16 |
| Binary | 10101 | 11110 | 110000 | 111000 | 100101 | 0 | 1010001 | 11011100 | 100111 | 1110 |
Color Harmonies of #151E30
Complementary color
Monochromatic Colors of #151E30
Black with #151E30
Text Example
Text Example
White with #151E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E30; }
p { color: rgb(21,30,48); }
H1.HeaderClassName
{
color: #151E30;
}
.AnyTagClassName
{
color: #151E30;
}
</style>
background-color css
<style>
a { background-color: #151E30; }
a { background-color: rgb(21,30,48); }
div.DivClassName
{
background-color: #151E30;
}
.BgClassName
{
background-color: #151E30;
}
</style>
border-color css
<style>
span { border-color: #151E30; }
span { border-color: rgb(21,30,48); }
td.TdClassName
{
border-color: #151E30;
}
.TagClassName
{
border-color: #151E30;
}
</style>