Shades of Midnight Blue #150F56
Tints of Midnight Blue #150F56
RGB
CMYK
RGB Variations
Color information
#150F56 (or 0x150F56) is known color: Midnight Blue. HEX triplet: 15, 0F and 56. RGB value is (21,15,86). Sum of RGB (Red+Green+Blue) = 21+15+86=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #150F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F56 is #EAF0A9. Grayscale: #181818. Windows color (decimal): -15397034 or 5639957. OLE color: 5639957.
HSL color Cylindrical-coordinate representation of color #150F56: hue angle of 245.07º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150F56 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 15 | 86 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.66 |
| HSL | 245.07º | 0.7% | 0.2% | - |
| HSV(B) | 245.07º | 0.83% | 0.34% | - |
| XYZ | 2.16 | 1.17 | 8.92 | - |
| YUV | 24.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 86 | 0.76 | 0.83 | 0 | 0.66 | 245.07 | 0.7 | 0.2 |
| Hex | 15 | F | 56 | 4C | 53 | 0 | 42 | F5 | 46 | 14 |
| Octal | 25 | 17 | 126 | 114 | 123 | 0 | 102 | 365 | 106 | 24 |
| Binary | 10101 | 1111 | 1010110 | 1001100 | 1010011 | 0 | 1000010 | 11110101 | 1000110 | 10100 |
Color Harmonies of #150F56
Complementary color
Monochromatic Colors of #150F56
Black with #150F56
Text Example
Text Example
White with #150F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F56; }
p { color: rgb(21,15,86); }
H1.HeaderClassName
{
color: #150F56;
}
.AnyTagClassName
{
color: #150F56;
}
</style>
background-color css
<style>
a { background-color: #150F56; }
a { background-color: rgb(21,15,86); }
div.DivClassName
{
background-color: #150F56;
}
.BgClassName
{
background-color: #150F56;
}
</style>
border-color css
<style>
span { border-color: #150F56; }
span { border-color: rgb(21,15,86); }
td.TdClassName
{
border-color: #150F56;
}
.TagClassName
{
border-color: #150F56;
}
</style>