Shades of Midnight Blue #150569
Tints of Midnight Blue #150569
RGB
CMYK
RGB Variations
Color information
#150569 (or 0x150569) is known color: Midnight Blue. HEX triplet: 15, 05 and 69. RGB value is (21,5,105). Sum of RGB (Red+Green+Blue) = 21+5+105=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #150569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150569 is #EAFA96. Grayscale: #141414. Windows color (decimal): -15399575 or 6882581. OLE color: 6882581.
HSL color Cylindrical-coordinate representation of color #150569: hue angle of 249.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150569 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 5 | 105 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.59 |
| HSL | 249.6º | 0.91% | 0.22% | - |
| HSV(B) | 249.6º | 0.95% | 0.41% | - |
| XYZ | 2.91 | 1.29 | 13.46 | - |
| YUV | 21.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 105 | 0.80 | 0.95 | 0 | 0.59 | 249.6 | 0.91 | 0.22 |
| Hex | 15 | 5 | 69 | 50 | 5F | 0 | 3B | FA | 5B | 16 |
| Octal | 25 | 5 | 151 | 120 | 137 | 0 | 73 | 372 | 133 | 26 |
| Binary | 10101 | 101 | 1101001 | 1010000 | 1011111 | 0 | 111011 | 11111010 | 1011011 | 10110 |
Color Harmonies of #150569
Complementary color
Monochromatic Colors of #150569
Black with #150569
Text Example
Text Example
White with #150569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150569; }
p { color: rgb(21,5,105); }
H1.HeaderClassName
{
color: #150569;
}
.AnyTagClassName
{
color: #150569;
}
</style>
background-color css
<style>
a { background-color: #150569; }
a { background-color: rgb(21,5,105); }
div.DivClassName
{
background-color: #150569;
}
.BgClassName
{
background-color: #150569;
}
</style>
border-color css
<style>
span { border-color: #150569; }
span { border-color: rgb(21,5,105); }
td.TdClassName
{
border-color: #150569;
}
.TagClassName
{
border-color: #150569;
}
</style>