Shades of Midnight Express #151E2F
Tints of Midnight Express #151E2F
RGB
CMYK
RGB Variations
Color information
#151E2F (or 0x151E2F) is known color: Midnight Express. HEX triplet: 15, 1E and 2F. RGB value is (21,30,47). Sum of RGB (Red+Green+Blue) = 21+30+47=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #151E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E2F is #EAE1D0. Grayscale: #1D1D1D. Windows color (decimal): -15393233 or 3087893. OLE color: 3087893.
HSL color Cylindrical-coordinate representation of color #151E2F: hue angle of 219.23º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151E2F is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 30 | 47 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.82 |
| HSL | 219.23º | 0.38% | 0.13% | - |
| HSV(B) | 219.23º | 0.55% | 0.18% | - |
| XYZ | 1.29 | 1.29 | 2.87 | - |
| YUV | 29.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 47 | 0.55 | 0.36 | 0 | 0.82 | 219.23 | 0.38 | 0.13 |
| Hex | 15 | 1E | 2F | 37 | 24 | 0 | 52 | DB | 26 | D |
| Octal | 25 | 36 | 57 | 67 | 44 | 0 | 122 | 333 | 46 | 15 |
| Binary | 10101 | 11110 | 101111 | 110111 | 100100 | 0 | 1010010 | 11011011 | 100110 | 1101 |
Color Harmonies of #151E2F
Complementary color
Monochromatic Colors of #151E2F
Black with #151E2F
Text Example
Text Example
White with #151E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E2F; }
p { color: rgb(21,30,47); }
H1.HeaderClassName
{
color: #151E2F;
}
.AnyTagClassName
{
color: #151E2F;
}
</style>
background-color css
<style>
a { background-color: #151E2F; }
a { background-color: rgb(21,30,47); }
div.DivClassName
{
background-color: #151E2F;
}
.BgClassName
{
background-color: #151E2F;
}
</style>
border-color css
<style>
span { border-color: #151E2F; }
span { border-color: rgb(21,30,47); }
td.TdClassName
{
border-color: #151E2F;
}
.TagClassName
{
border-color: #151E2F;
}
</style>