Shades of Midnight Express #151A33
Tints of Midnight Express #151A33
RGB
CMYK
RGB Variations
Color information
#151A33 (or 0x151A33) is known color: Midnight Express. HEX triplet: 15, 1A and 33. RGB value is (21,26,51). Sum of RGB (Red+Green+Blue) = 21+26+51=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #151A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A33 is #EAE5CC. Grayscale: #1B1B1B. Windows color (decimal): -15394253 or 3349013. OLE color: 3349013.
HSL color Cylindrical-coordinate representation of color #151A33: hue angle of 230º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #151A33 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 26 | 51 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.8 |
| HSL | 230º | 0.42% | 0.14% | - |
| HSV(B) | 230º | 0.59% | 0.2% | - |
| XYZ | 1.28 | 1.14 | 3.28 | - |
| YUV | 27.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 51 | 0.59 | 0.49 | 0 | 0.8 | 230 | 0.42 | 0.14 |
| Hex | 15 | 1A | 33 | 3B | 31 | 0 | 50 | E6 | 2A | E |
| Octal | 25 | 32 | 63 | 73 | 61 | 0 | 120 | 346 | 52 | 16 |
| Binary | 10101 | 11010 | 110011 | 111011 | 110001 | 0 | 1010000 | 11100110 | 101010 | 1110 |
Color Harmonies of #151A33
Complementary color
Monochromatic Colors of #151A33
Black with #151A33
Text Example
Text Example
White with #151A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A33; }
p { color: rgb(21,26,51); }
H1.HeaderClassName
{
color: #151A33;
}
.AnyTagClassName
{
color: #151A33;
}
</style>
background-color css
<style>
a { background-color: #151A33; }
a { background-color: rgb(21,26,51); }
div.DivClassName
{
background-color: #151A33;
}
.BgClassName
{
background-color: #151A33;
}
</style>
border-color css
<style>
span { border-color: #151A33; }
span { border-color: rgb(21,26,51); }
td.TdClassName
{
border-color: #151A33;
}
.TagClassName
{
border-color: #151A33;
}
</style>