Shades of Midnight Express #151C34
Tints of Midnight Express #151C34
RGB
CMYK
RGB Variations
Color information
#151C34 (or 0x151C34) is known color: Midnight Express. HEX triplet: 15, 1C and 34. RGB value is (21,28,52). Sum of RGB (Red+Green+Blue) = 21+28+52=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #151C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C34 is #EAE3CB. Grayscale: #1C1C1C. Windows color (decimal): -15393740 or 3415061. OLE color: 3415061.
HSL color Cylindrical-coordinate representation of color #151C34: hue angle of 226.45º 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 #151C34 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 28 | 52 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.80 |
| HSL | 226.45º | 0.42% | 0.14% | - |
| HSV(B) | 226.45º | 0.6% | 0.2% | - |
| XYZ | 1.34 | 1.24 | 3.42 | - |
| YUV | 28.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 52 | 0.60 | 0.46 | 0 | 0.80 | 226.45 | 0.42 | 0.14 |
| Hex | 15 | 1C | 34 | 3C | 2E | 0 | 50 | E2 | 2A | E |
| Octal | 25 | 34 | 64 | 74 | 56 | 0 | 120 | 342 | 52 | 16 |
| Binary | 10101 | 11100 | 110100 | 111100 | 101110 | 0 | 1010000 | 11100010 | 101010 | 1110 |
Color Harmonies of #151C34
Complementary color
Monochromatic Colors of #151C34
Black with #151C34
Text Example
Text Example
White with #151C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C34; }
p { color: rgb(21,28,52); }
H1.HeaderClassName
{
color: #151C34;
}
.AnyTagClassName
{
color: #151C34;
}
</style>
background-color css
<style>
a { background-color: #151C34; }
a { background-color: rgb(21,28,52); }
div.DivClassName
{
background-color: #151C34;
}
.BgClassName
{
background-color: #151C34;
}
</style>
border-color css
<style>
span { border-color: #151C34; }
span { border-color: rgb(21,28,52); }
td.TdClassName
{
border-color: #151C34;
}
.TagClassName
{
border-color: #151C34;
}
</style>