Shades of Midnight Express #151F34
Tints of Midnight Express #151F34
RGB
CMYK
RGB Variations
Color information
#151F34 (or 0x151F34) is known color: Midnight Express. HEX triplet: 15, 1F and 34. RGB value is (21,31,52). Sum of RGB (Red+Green+Blue) = 21+31+52=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #151F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F34 is #EAE0CB. Grayscale: #1E1E1E. Windows color (decimal): -15392972 or 3415829. OLE color: 3415829.
HSL color Cylindrical-coordinate representation of color #151F34: hue angle of 220.65º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #151F34 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 31 | 52 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.80 |
| HSL | 220.65º | 0.42% | 0.14% | - |
| HSV(B) | 220.65º | 0.6% | 0.2% | - |
| XYZ | 1.42 | 1.39 | 3.44 | - |
| YUV | 30.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 52 | 0.60 | 0.40 | 0 | 0.80 | 220.65 | 0.42 | 0.14 |
| Hex | 15 | 1F | 34 | 3C | 28 | 0 | 50 | DD | 2A | E |
| Octal | 25 | 37 | 64 | 74 | 50 | 0 | 120 | 335 | 52 | 16 |
| Binary | 10101 | 11111 | 110100 | 111100 | 101000 | 0 | 1010000 | 11011101 | 101010 | 1110 |
Color Harmonies of #151F34
Complementary color
Monochromatic Colors of #151F34
Black with #151F34
Text Example
Text Example
White with #151F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F34; }
p { color: rgb(21,31,52); }
H1.HeaderClassName
{
color: #151F34;
}
.AnyTagClassName
{
color: #151F34;
}
</style>
background-color css
<style>
a { background-color: #151F34; }
a { background-color: rgb(21,31,52); }
div.DivClassName
{
background-color: #151F34;
}
.BgClassName
{
background-color: #151F34;
}
</style>
border-color css
<style>
span { border-color: #151F34; }
span { border-color: rgb(21,31,52); }
td.TdClassName
{
border-color: #151F34;
}
.TagClassName
{
border-color: #151F34;
}
</style>