Shades of Midnight Blue #150D70
Tints of Midnight Blue #150D70
RGB
CMYK
RGB Variations
Color information
#150D70 (or 0x150D70) is known color: Midnight Blue. HEX triplet: 15, 0D and 70. RGB value is (21,13,112). Sum of RGB (Red+Green+Blue) = 21+13+112=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #150D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D70 is #EAF28F. Grayscale: #1A1A1A. Windows color (decimal): -15397520 or 7343381. OLE color: 7343381.
HSL color Cylindrical-coordinate representation of color #150D70: hue angle of 244.85º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150D70 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 13 | 112 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.56 |
| HSL | 244.85º | 0.79% | 0.25% | - |
| HSV(B) | 244.85º | 0.88% | 0.44% | - |
| XYZ | 3.38 | 1.62 | 15.46 | - |
| YUV | 26.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 112 | 0.81 | 0.88 | 0 | 0.56 | 244.85 | 0.79 | 0.25 |
| Hex | 15 | D | 70 | 51 | 58 | 0 | 38 | F5 | 4F | 19 |
| Octal | 25 | 15 | 160 | 121 | 130 | 0 | 70 | 365 | 117 | 31 |
| Binary | 10101 | 1101 | 1110000 | 1010001 | 1011000 | 0 | 111000 | 11110101 | 1001111 | 11001 |
Color Harmonies of #150D70
Complementary color
Monochromatic Colors of #150D70
Black with #150D70
Text Example
Text Example
White with #150D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D70; }
p { color: rgb(21,13,112); }
H1.HeaderClassName
{
color: #150D70;
}
.AnyTagClassName
{
color: #150D70;
}
</style>
background-color css
<style>
a { background-color: #150D70; }
a { background-color: rgb(21,13,112); }
div.DivClassName
{
background-color: #150D70;
}
.BgClassName
{
background-color: #150D70;
}
</style>
border-color css
<style>
span { border-color: #150D70; }
span { border-color: rgb(21,13,112); }
td.TdClassName
{
border-color: #150D70;
}
.TagClassName
{
border-color: #150D70;
}
</style>