Shades of Midnight Express #151A36
Tints of Midnight Express #151A36
RGB
CMYK
RGB Variations
Color information
#151A36 (or 0x151A36) is known color: Midnight Express. HEX triplet: 15, 1A and 36. RGB value is (21,26,54). Sum of RGB (Red+Green+Blue) = 21+26+54=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #151A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A36 is #EAE5C9. Grayscale: #1B1B1B. Windows color (decimal): -15394250 or 3545621. OLE color: 3545621.
HSL color Cylindrical-coordinate representation of color #151A36: hue angle of 230.91º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #151A36 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 26 | 54 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.79 |
| HSL | 230.91º | 0.44% | 0.15% | - |
| HSV(B) | 230.91º | 0.61% | 0.21% | - |
| XYZ | 1.34 | 1.16 | 3.64 | - |
| YUV | 27.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 54 | 0.61 | 0.52 | 0 | 0.79 | 230.91 | 0.44 | 0.15 |
| Hex | 15 | 1A | 36 | 3D | 34 | 0 | 4F | E7 | 2C | F |
| Octal | 25 | 32 | 66 | 75 | 64 | 0 | 117 | 347 | 54 | 17 |
| Binary | 10101 | 11010 | 110110 | 111101 | 110100 | 0 | 1001111 | 11100111 | 101100 | 1111 |
Color Harmonies of #151A36
Complementary color
Monochromatic Colors of #151A36
Black with #151A36
Text Example
Text Example
White with #151A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A36; }
p { color: rgb(21,26,54); }
H1.HeaderClassName
{
color: #151A36;
}
.AnyTagClassName
{
color: #151A36;
}
</style>
background-color css
<style>
a { background-color: #151A36; }
a { background-color: rgb(21,26,54); }
div.DivClassName
{
background-color: #151A36;
}
.BgClassName
{
background-color: #151A36;
}
</style>
border-color css
<style>
span { border-color: #151A36; }
span { border-color: rgb(21,26,54); }
td.TdClassName
{
border-color: #151A36;
}
.TagClassName
{
border-color: #151A36;
}
</style>