Shades of Midnight Blue #150D73
Tints of Midnight Blue #150D73
RGB
CMYK
RGB Variations
Color information
#150D73 (or 0x150D73) is known color: Midnight Blue. HEX triplet: 15, 0D and 73. RGB value is (21,13,115). Sum of RGB (Red+Green+Blue) = 21+13+115=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #150D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D73 is #EAF28C. Grayscale: #1A1A1A. Windows color (decimal): -15397517 or 7539989. OLE color: 7539989.
HSL color Cylindrical-coordinate representation of color #150D73: hue angle of 244.71º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150D73 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 13 | 115 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.55 |
| HSL | 244.71º | 0.8% | 0.25% | - |
| HSV(B) | 244.71º | 0.89% | 0.45% | - |
| XYZ | 3.55 | 1.69 | 16.36 | - |
| YUV | 27.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 115 | 0.82 | 0.89 | 0 | 0.55 | 244.71 | 0.8 | 0.25 |
| Hex | 15 | D | 73 | 52 | 59 | 0 | 37 | F5 | 50 | 19 |
| Octal | 25 | 15 | 163 | 122 | 131 | 0 | 67 | 365 | 120 | 31 |
| Binary | 10101 | 1101 | 1110011 | 1010010 | 1011001 | 0 | 110111 | 11110101 | 1010000 | 11001 |
Color Harmonies of #150D73
Complementary color
Monochromatic Colors of #150D73
Black with #150D73
Text Example
Text Example
White with #150D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D73; }
p { color: rgb(21,13,115); }
H1.HeaderClassName
{
color: #150D73;
}
.AnyTagClassName
{
color: #150D73;
}
</style>
background-color css
<style>
a { background-color: #150D73; }
a { background-color: rgb(21,13,115); }
div.DivClassName
{
background-color: #150D73;
}
.BgClassName
{
background-color: #150D73;
}
</style>
border-color css
<style>
span { border-color: #150D73; }
span { border-color: rgb(21,13,115); }
td.TdClassName
{
border-color: #150D73;
}
.TagClassName
{
border-color: #150D73;
}
</style>