Shades of Midnight Express #151C30
Tints of Midnight Express #151C30
RGB
CMYK
RGB Variations
Color information
#151C30 (or 0x151C30) is known color: Midnight Express. HEX triplet: 15, 1C and 30. RGB value is (21,28,48). Sum of RGB (Red+Green+Blue) = 21+28+48=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #151C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C30 is #EAE3CF. Grayscale: #1C1C1C. Windows color (decimal): -15393744 or 3152917. OLE color: 3152917.
HSL color Cylindrical-coordinate representation of color #151C30: hue angle of 224.44º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151C30 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 28 | 48 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.81 |
| HSL | 224.44º | 0.39% | 0.14% | - |
| HSV(B) | 224.44º | 0.56% | 0.19% | - |
| XYZ | 1.26 | 1.2 | 2.96 | - |
| YUV | 28.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 48 | 0.56 | 0.42 | 0 | 0.81 | 224.44 | 0.39 | 0.14 |
| Hex | 15 | 1C | 30 | 38 | 2A | 0 | 51 | E0 | 27 | E |
| Octal | 25 | 34 | 60 | 70 | 52 | 0 | 121 | 340 | 47 | 16 |
| Binary | 10101 | 11100 | 110000 | 111000 | 101010 | 0 | 1010001 | 11100000 | 100111 | 1110 |
Color Harmonies of #151C30
Complementary color
Monochromatic Colors of #151C30
Black with #151C30
Text Example
Text Example
White with #151C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C30; }
p { color: rgb(21,28,48); }
H1.HeaderClassName
{
color: #151C30;
}
.AnyTagClassName
{
color: #151C30;
}
</style>
background-color css
<style>
a { background-color: #151C30; }
a { background-color: rgb(21,28,48); }
div.DivClassName
{
background-color: #151C30;
}
.BgClassName
{
background-color: #151C30;
}
</style>
border-color css
<style>
span { border-color: #151C30; }
span { border-color: rgb(21,28,48); }
td.TdClassName
{
border-color: #151C30;
}
.TagClassName
{
border-color: #151C30;
}
</style>