Shades of Midnight Blue #150460
Tints of Midnight Blue #150460
RGB
CMYK
RGB Variations
Color information
#150460 (or 0x150460) is known color: Midnight Blue. HEX triplet: 15, 04 and 60. RGB value is (21,4,96). Sum of RGB (Red+Green+Blue) = 21+4+96=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #150460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150460 is #EAFB9F. Grayscale: #131313. Windows color (decimal): -15399840 or 6292501. OLE color: 6292501.
HSL color Cylindrical-coordinate representation of color #150460: hue angle of 251.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150460 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 4 | 96 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.62 |
| HSL | 251.09º | 0.92% | 0.2% | - |
| HSV(B) | 251.09º | 0.96% | 0.38% | - |
| XYZ | 2.46 | 1.09 | 11.15 | - |
| YUV | 19.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 96 | 0.78 | 0.96 | 0 | 0.62 | 251.09 | 0.92 | 0.2 |
| Hex | 15 | 4 | 60 | 4E | 60 | 0 | 3E | FB | 5C | 14 |
| Octal | 25 | 4 | 140 | 116 | 140 | 0 | 76 | 373 | 134 | 24 |
| Binary | 10101 | 100 | 1100000 | 1001110 | 1100000 | 0 | 111110 | 11111011 | 1011100 | 10100 |
Color Harmonies of #150460
Complementary color
Monochromatic Colors of #150460
Black with #150460
Text Example
Text Example
White with #150460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150460; }
p { color: rgb(21,4,96); }
H1.HeaderClassName
{
color: #150460;
}
.AnyTagClassName
{
color: #150460;
}
</style>
background-color css
<style>
a { background-color: #150460; }
a { background-color: rgb(21,4,96); }
div.DivClassName
{
background-color: #150460;
}
.BgClassName
{
background-color: #150460;
}
</style>
border-color css
<style>
span { border-color: #150460; }
span { border-color: rgb(21,4,96); }
td.TdClassName
{
border-color: #150460;
}
.TagClassName
{
border-color: #150460;
}
</style>