Shades of Midnight Blue #150574
Tints of Midnight Blue #150574
RGB
CMYK
RGB Variations
Color information
#150574 (or 0x150574) is known color: Midnight Blue. HEX triplet: 15, 05 and 74. RGB value is (21,5,116). Sum of RGB (Red+Green+Blue) = 21+5+116=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #150574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150574 is #EAFA8B. Grayscale: #161616. Windows color (decimal): -15399564 or 7603477. OLE color: 7603477.
HSL color Cylindrical-coordinate representation of color #150574: hue angle of 248.65º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150574 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 5 | 116 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.55 |
| HSL | 248.65º | 0.92% | 0.24% | - |
| HSV(B) | 248.65º | 0.96% | 0.45% | - |
| XYZ | 3.52 | 1.53 | 16.63 | - |
| YUV | 22.44 | 180.8 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 116 | 0.82 | 0.96 | 0 | 0.55 | 248.65 | 0.92 | 0.24 |
| Hex | 15 | 5 | 74 | 52 | 60 | 0 | 37 | F9 | 5C | 18 |
| Octal | 25 | 5 | 164 | 122 | 140 | 0 | 67 | 371 | 134 | 30 |
| Binary | 10101 | 101 | 1110100 | 1010010 | 1100000 | 0 | 110111 | 11111001 | 1011100 | 11000 |
Color Harmonies of #150574
Complementary color
Monochromatic Colors of #150574
Black with #150574
Text Example
Text Example
White with #150574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150574; }
p { color: rgb(21,5,116); }
H1.HeaderClassName
{
color: #150574;
}
.AnyTagClassName
{
color: #150574;
}
</style>
background-color css
<style>
a { background-color: #150574; }
a { background-color: rgb(21,5,116); }
div.DivClassName
{
background-color: #150574;
}
.BgClassName
{
background-color: #150574;
}
</style>
border-color css
<style>
span { border-color: #150574; }
span { border-color: rgb(21,5,116); }
td.TdClassName
{
border-color: #150574;
}
.TagClassName
{
border-color: #150574;
}
</style>