Shades of Midnight Blue #150472
Tints of Midnight Blue #150472
RGB
CMYK
RGB Variations
Color information
#150472 (or 0x150472) is known color: Midnight Blue. HEX triplet: 15, 04 and 72. RGB value is (21,4,114). Sum of RGB (Red+Green+Blue) = 21+4+114=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #150472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150472 is #EAFB8D. Grayscale: #151515. Windows color (decimal): -15399822 or 7472149. OLE color: 7472149.
HSL color Cylindrical-coordinate representation of color #150472: hue angle of 249.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150472 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 4 | 114 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.55 |
| HSL | 249.27º | 0.93% | 0.23% | - |
| HSV(B) | 249.27º | 0.96% | 0.45% | - |
| XYZ | 3.39 | 1.46 | 16.02 | - |
| YUV | 21.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 114 | 0.82 | 0.96 | 0 | 0.55 | 249.27 | 0.93 | 0.23 |
| Hex | 15 | 4 | 72 | 52 | 60 | 0 | 37 | F9 | 5D | 17 |
| Octal | 25 | 4 | 162 | 122 | 140 | 0 | 67 | 371 | 135 | 27 |
| Binary | 10101 | 100 | 1110010 | 1010010 | 1100000 | 0 | 110111 | 11111001 | 1011101 | 10111 |
Color Harmonies of #150472
Complementary color
Monochromatic Colors of #150472
Black with #150472
Text Example
Text Example
White with #150472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150472; }
p { color: rgb(21,4,114); }
H1.HeaderClassName
{
color: #150472;
}
.AnyTagClassName
{
color: #150472;
}
</style>
background-color css
<style>
a { background-color: #150472; }
a { background-color: rgb(21,4,114); }
div.DivClassName
{
background-color: #150472;
}
.BgClassName
{
background-color: #150472;
}
</style>
border-color css
<style>
span { border-color: #150472; }
span { border-color: rgb(21,4,114); }
td.TdClassName
{
border-color: #150472;
}
.TagClassName
{
border-color: #150472;
}
</style>