Shades of Midnight Blue #151056
Tints of Midnight Blue #151056
RGB
CMYK
RGB Variations
Color information
#151056 (or 0x151056) is known color: Midnight Blue. HEX triplet: 15, 10 and 56. RGB value is (21,16,86). Sum of RGB (Red+Green+Blue) = 21+16+86=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #151056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151056 is #EAEFA9. Grayscale: #191919. Windows color (decimal): -15396778 or 5640213. OLE color: 5640213.
HSL color Cylindrical-coordinate representation of color #151056: hue angle of 244.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151056 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 16 | 86 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.66 |
| HSL | 244.29º | 0.69% | 0.2% | - |
| HSV(B) | 244.29º | 0.81% | 0.34% | - |
| XYZ | 2.17 | 1.2 | 8.92 | - |
| YUV | 25.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 86 | 0.76 | 0.81 | 0 | 0.66 | 244.29 | 0.69 | 0.2 |
| Hex | 15 | 10 | 56 | 4C | 51 | 0 | 42 | F4 | 45 | 14 |
| Octal | 25 | 20 | 126 | 114 | 121 | 0 | 102 | 364 | 105 | 24 |
| Binary | 10101 | 10000 | 1010110 | 1001100 | 1010001 | 0 | 1000010 | 11110100 | 1000101 | 10100 |
Color Harmonies of #151056
Complementary color
Monochromatic Colors of #151056
Black with #151056
Text Example
Text Example
White with #151056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151056; }
p { color: rgb(21,16,86); }
H1.HeaderClassName
{
color: #151056;
}
.AnyTagClassName
{
color: #151056;
}
</style>
background-color css
<style>
a { background-color: #151056; }
a { background-color: rgb(21,16,86); }
div.DivClassName
{
background-color: #151056;
}
.BgClassName
{
background-color: #151056;
}
</style>
border-color css
<style>
span { border-color: #151056; }
span { border-color: rgb(21,16,86); }
td.TdClassName
{
border-color: #151056;
}
.TagClassName
{
border-color: #151056;
}
</style>