Shades of Midnight Express #151B3C
Tints of Midnight Express #151B3C
RGB
CMYK
RGB Variations
Color information
#151B3C (or 0x151B3C) is known color: Midnight Express. HEX triplet: 15, 1B and 3C. RGB value is (21,27,60). Sum of RGB (Red+Green+Blue) = 21+27+60=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #151B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B3C is #EAE4C3. Grayscale: #1C1C1C. Windows color (decimal): -15393988 or 3939093. OLE color: 3939093.
HSL color Cylindrical-coordinate representation of color #151B3C: hue angle of 230.77º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #151B3C is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 27 | 60 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.76 |
| HSL | 230.77º | 0.48% | 0.16% | - |
| HSV(B) | 230.77º | 0.65% | 0.24% | - |
| XYZ | 1.52 | 1.27 | 4.44 | - |
| YUV | 28.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 60 | 0.65 | 0.55 | 0 | 0.76 | 230.77 | 0.48 | 0.16 |
| Hex | 15 | 1B | 3C | 41 | 37 | 0 | 4C | E7 | 30 | 10 |
| Octal | 25 | 33 | 74 | 101 | 67 | 0 | 114 | 347 | 60 | 20 |
| Binary | 10101 | 11011 | 111100 | 1000001 | 110111 | 0 | 1001100 | 11100111 | 110000 | 10000 |
Color Harmonies of #151B3C
Complementary color
Monochromatic Colors of #151B3C
Black with #151B3C
Text Example
Text Example
White with #151B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B3C; }
p { color: rgb(21,27,60); }
H1.HeaderClassName
{
color: #151B3C;
}
.AnyTagClassName
{
color: #151B3C;
}
</style>
background-color css
<style>
a { background-color: #151B3C; }
a { background-color: rgb(21,27,60); }
div.DivClassName
{
background-color: #151B3C;
}
.BgClassName
{
background-color: #151B3C;
}
</style>
border-color css
<style>
span { border-color: #151B3C; }
span { border-color: rgb(21,27,60); }
td.TdClassName
{
border-color: #151B3C;
}
.TagClassName
{
border-color: #151B3C;
}
</style>