Shades of Midnight Blue #150D76
Tints of Midnight Blue #150D76
RGB
CMYK
RGB Variations
Color information
#150D76 (or 0x150D76) is known color: Midnight Blue. HEX triplet: 15, 0D and 76. RGB value is (21,13,118). Sum of RGB (Red+Green+Blue) = 21+13+118=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #150D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D76 is #EAF289. Grayscale: #1A1A1A. Windows color (decimal): -15397514 or 7736597. OLE color: 7736597.
HSL color Cylindrical-coordinate representation of color #150D76: hue angle of 244.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150D76 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 13 | 118 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.54 |
| HSL | 244.57º | 0.8% | 0.26% | - |
| HSV(B) | 244.57º | 0.89% | 0.46% | - |
| XYZ | 3.72 | 1.76 | 17.28 | - |
| YUV | 27.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 118 | 0.82 | 0.89 | 0 | 0.54 | 244.57 | 0.8 | 0.26 |
| Hex | 15 | D | 76 | 52 | 59 | 0 | 36 | F5 | 50 | 1A |
| Octal | 25 | 15 | 166 | 122 | 131 | 0 | 66 | 365 | 120 | 32 |
| Binary | 10101 | 1101 | 1110110 | 1010010 | 1011001 | 0 | 110110 | 11110101 | 1010000 | 11010 |
Color Harmonies of #150D76
Complementary color
Monochromatic Colors of #150D76
Black with #150D76
Text Example
Text Example
White with #150D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D76; }
p { color: rgb(21,13,118); }
H1.HeaderClassName
{
color: #150D76;
}
.AnyTagClassName
{
color: #150D76;
}
</style>
background-color css
<style>
a { background-color: #150D76; }
a { background-color: rgb(21,13,118); }
div.DivClassName
{
background-color: #150D76;
}
.BgClassName
{
background-color: #150D76;
}
</style>
border-color css
<style>
span { border-color: #150D76; }
span { border-color: rgb(21,13,118); }
td.TdClassName
{
border-color: #150D76;
}
.TagClassName
{
border-color: #150D76;
}
</style>