Shades of Midnight Blue #15086C
Tints of Midnight Blue #15086C
RGB
CMYK
RGB Variations
Color information
#15086C (or 0x15086C) is known color: Midnight Blue. HEX triplet: 15, 08 and 6C. RGB value is (21,8,108). Sum of RGB (Red+Green+Blue) = 21+8+108=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #15086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15086C is #EAF793. Grayscale: #161616. Windows color (decimal): -15398804 or 7079957. OLE color: 7079957.
HSL color Cylindrical-coordinate representation of color #15086C: hue angle of 247.8º 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 #15086C is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 8 | 108 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.58 |
| HSL | 247.8º | 0.86% | 0.23% | - |
| HSV(B) | 247.8º | 0.93% | 0.42% | - |
| XYZ | 3.1 | 1.42 | 14.3 | - |
| YUV | 23.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 108 | 0.81 | 0.93 | 0 | 0.58 | 247.8 | 0.86 | 0.23 |
| Hex | 15 | 8 | 6C | 51 | 5D | 0 | 3A | F8 | 56 | 17 |
| Octal | 25 | 10 | 154 | 121 | 135 | 0 | 72 | 370 | 126 | 27 |
| Binary | 10101 | 1000 | 1101100 | 1010001 | 1011101 | 0 | 111010 | 11111000 | 1010110 | 10111 |
Color Harmonies of #15086C
Complementary color
Monochromatic Colors of #15086C
Black with #15086C
Text Example
Text Example
White with #15086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15086C; }
p { color: rgb(21,8,108); }
H1.HeaderClassName
{
color: #15086C;
}
.AnyTagClassName
{
color: #15086C;
}
</style>
background-color css
<style>
a { background-color: #15086C; }
a { background-color: rgb(21,8,108); }
div.DivClassName
{
background-color: #15086C;
}
.BgClassName
{
background-color: #15086C;
}
</style>
border-color css
<style>
span { border-color: #15086C; }
span { border-color: rgb(21,8,108); }
td.TdClassName
{
border-color: #15086C;
}
.TagClassName
{
border-color: #15086C;
}
</style>