Shades of Midnight Blue #151160
Tints of Midnight Blue #151160
RGB
CMYK
RGB Variations
Color information
#151160 (or 0x151160) is known color: Midnight Blue. HEX triplet: 15, 11 and 60. RGB value is (21,17,96). Sum of RGB (Red+Green+Blue) = 21+17+96=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #151160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151160 is #EAEE9F. Grayscale: #1A1A1A. Windows color (decimal): -15396512 or 6295829. OLE color: 6295829.
HSL color Cylindrical-coordinate representation of color #151160: hue angle of 243.04º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151160 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 17 | 96 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.62 |
| HSL | 243.04º | 0.7% | 0.22% | - |
| HSV(B) | 243.04º | 0.82% | 0.38% | - |
| XYZ | 2.62 | 1.4 | 11.2 | - |
| YUV | 27.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 96 | 0.78 | 0.82 | 0 | 0.62 | 243.04 | 0.7 | 0.22 |
| Hex | 15 | 11 | 60 | 4E | 52 | 0 | 3E | F3 | 46 | 16 |
| Octal | 25 | 21 | 140 | 116 | 122 | 0 | 76 | 363 | 106 | 26 |
| Binary | 10101 | 10001 | 1100000 | 1001110 | 1010010 | 0 | 111110 | 11110011 | 1000110 | 10110 |
Color Harmonies of #151160
Complementary color
Monochromatic Colors of #151160
Black with #151160
Text Example
Text Example
White with #151160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151160; }
p { color: rgb(21,17,96); }
H1.HeaderClassName
{
color: #151160;
}
.AnyTagClassName
{
color: #151160;
}
</style>
background-color css
<style>
a { background-color: #151160; }
a { background-color: rgb(21,17,96); }
div.DivClassName
{
background-color: #151160;
}
.BgClassName
{
background-color: #151160;
}
</style>
border-color css
<style>
span { border-color: #151160; }
span { border-color: rgb(21,17,96); }
td.TdClassName
{
border-color: #151160;
}
.TagClassName
{
border-color: #151160;
}
</style>