Shades of Midnight Blue #151356
Tints of Midnight Blue #151356
RGB
CMYK
RGB Variations
Color information
#151356 (or 0x151356) is known color: Midnight Blue. HEX triplet: 15, 13 and 56. RGB value is (21,19,86). Sum of RGB (Red+Green+Blue) = 21+19+86=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #151356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151356 is #EAECA9. Grayscale: #1A1A1A. Windows color (decimal): -15396010 or 5640981. OLE color: 5640981.
HSL color Cylindrical-coordinate representation of color #151356: hue angle of 241.79º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151356 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 19 | 86 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.66 |
| HSL | 241.79º | 0.64% | 0.21% | - |
| HSV(B) | 241.79º | 0.78% | 0.34% | - |
| XYZ | 2.22 | 1.3 | 8.94 | - |
| YUV | 27.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 86 | 0.76 | 0.78 | 0 | 0.66 | 241.79 | 0.64 | 0.21 |
| Hex | 15 | 13 | 56 | 4C | 4E | 0 | 42 | F2 | 40 | 15 |
| Octal | 25 | 23 | 126 | 114 | 116 | 0 | 102 | 362 | 100 | 25 |
| Binary | 10101 | 10011 | 1010110 | 1001100 | 1001110 | 0 | 1000010 | 11110010 | 1000000 | 10101 |
Color Harmonies of #151356
Complementary color
Monochromatic Colors of #151356
Black with #151356
Text Example
Text Example
White with #151356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151356; }
p { color: rgb(21,19,86); }
H1.HeaderClassName
{
color: #151356;
}
.AnyTagClassName
{
color: #151356;
}
</style>
background-color css
<style>
a { background-color: #151356; }
a { background-color: rgb(21,19,86); }
div.DivClassName
{
background-color: #151356;
}
.BgClassName
{
background-color: #151356;
}
</style>
border-color css
<style>
span { border-color: #151356; }
span { border-color: rgb(21,19,86); }
td.TdClassName
{
border-color: #151356;
}
.TagClassName
{
border-color: #151356;
}
</style>