Shades of Midnight Blue #150E55
Tints of Midnight Blue #150E55
RGB
CMYK
RGB Variations
Color information
#150E55 (or 0x150E55) is known color: Midnight Blue. HEX triplet: 15, 0E and 55. RGB value is (21,14,85). Sum of RGB (Red+Green+Blue) = 21+14+85=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #150E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E55 is #EAF1AA. Grayscale: #171717. Windows color (decimal): -15397291 or 5574165. OLE color: 5574165.
HSL color Cylindrical-coordinate representation of color #150E55: hue angle of 245.92º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150E55 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 14 | 85 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.67 |
| HSL | 245.92º | 0.72% | 0.19% | - |
| HSV(B) | 245.92º | 0.84% | 0.33% | - |
| XYZ | 2.11 | 1.13 | 8.7 | - |
| YUV | 24.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 85 | 0.75 | 0.84 | 0 | 0.67 | 245.92 | 0.72 | 0.19 |
| Hex | 15 | E | 55 | 4B | 54 | 0 | 43 | F6 | 48 | 13 |
| Octal | 25 | 16 | 125 | 113 | 124 | 0 | 103 | 366 | 110 | 23 |
| Binary | 10101 | 1110 | 1010101 | 1001011 | 1010100 | 0 | 1000011 | 11110110 | 1001000 | 10011 |
Color Harmonies of #150E55
Complementary color
Monochromatic Colors of #150E55
Black with #150E55
Text Example
Text Example
White with #150E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E55; }
p { color: rgb(21,14,85); }
H1.HeaderClassName
{
color: #150E55;
}
.AnyTagClassName
{
color: #150E55;
}
</style>
background-color css
<style>
a { background-color: #150E55; }
a { background-color: rgb(21,14,85); }
div.DivClassName
{
background-color: #150E55;
}
.BgClassName
{
background-color: #150E55;
}
</style>
border-color css
<style>
span { border-color: #150E55; }
span { border-color: rgb(21,14,85); }
td.TdClassName
{
border-color: #150E55;
}
.TagClassName
{
border-color: #150E55;
}
</style>