Shades of Midnight Blue #15086B
Tints of Midnight Blue #15086B
RGB
CMYK
RGB Variations
Color information
#15086B (or 0x15086B) is known color: Midnight Blue. HEX triplet: 15, 08 and 6B. RGB value is (21,8,107). Sum of RGB (Red+Green+Blue) = 21+8+107=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #15086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15086B is #EAF794. Grayscale: #161616. Windows color (decimal): -15398805 or 7014421. OLE color: 7014421.
HSL color Cylindrical-coordinate representation of color #15086B: hue angle of 247.88º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15086B is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 8 | 107 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.58 |
| HSL | 247.88º | 0.86% | 0.23% | - |
| HSV(B) | 247.88º | 0.93% | 0.42% | - |
| XYZ | 3.05 | 1.39 | 14.02 | - |
| YUV | 23.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 107 | 0.80 | 0.93 | 0 | 0.58 | 247.88 | 0.86 | 0.23 |
| Hex | 15 | 8 | 6B | 50 | 5D | 0 | 3A | F8 | 56 | 17 |
| Octal | 25 | 10 | 153 | 120 | 135 | 0 | 72 | 370 | 126 | 27 |
| Binary | 10101 | 1000 | 1101011 | 1010000 | 1011101 | 0 | 111010 | 11111000 | 1010110 | 10111 |
Color Harmonies of #15086B
Complementary color
Monochromatic Colors of #15086B
Black with #15086B
Text Example
Text Example
White with #15086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15086B; }
p { color: rgb(21,8,107); }
H1.HeaderClassName
{
color: #15086B;
}
.AnyTagClassName
{
color: #15086B;
}
</style>
background-color css
<style>
a { background-color: #15086B; }
a { background-color: rgb(21,8,107); }
div.DivClassName
{
background-color: #15086B;
}
.BgClassName
{
background-color: #15086B;
}
</style>
border-color css
<style>
span { border-color: #15086B; }
span { border-color: rgb(21,8,107); }
td.TdClassName
{
border-color: #15086B;
}
.TagClassName
{
border-color: #15086B;
}
</style>