Shades of Midnight Blue #15085B
Tints of Midnight Blue #15085B
RGB
CMYK
RGB Variations
Color information
#15085B (or 0x15085B) is known color: Midnight Blue. HEX triplet: 15, 08 and 5B. RGB value is (21,8,91). Sum of RGB (Red+Green+Blue) = 21+8+91=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #15085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15085B is #EAF7A4. Grayscale: #151515. Windows color (decimal): -15398821 or 5965845. OLE color: 5965845.
HSL color Cylindrical-coordinate representation of color #15085B: hue angle of 249.4º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15085B is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 8 | 91 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.64 |
| HSL | 249.4º | 0.84% | 0.19% | - |
| HSV(B) | 249.4º | 0.91% | 0.36% | - |
| XYZ | 2.28 | 1.09 | 9.99 | - |
| YUV | 21.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 91 | 0.77 | 0.91 | 0 | 0.64 | 249.4 | 0.84 | 0.19 |
| Hex | 15 | 8 | 5B | 4D | 5B | 0 | 40 | F9 | 54 | 13 |
| Octal | 25 | 10 | 133 | 115 | 133 | 0 | 100 | 371 | 124 | 23 |
| Binary | 10101 | 1000 | 1011011 | 1001101 | 1011011 | 0 | 1000000 | 11111001 | 1010100 | 10011 |
Color Harmonies of #15085B
Complementary color
Monochromatic Colors of #15085B
Black with #15085B
Text Example
Text Example
White with #15085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15085B; }
p { color: rgb(21,8,91); }
H1.HeaderClassName
{
color: #15085B;
}
.AnyTagClassName
{
color: #15085B;
}
</style>
background-color css
<style>
a { background-color: #15085B; }
a { background-color: rgb(21,8,91); }
div.DivClassName
{
background-color: #15085B;
}
.BgClassName
{
background-color: #15085B;
}
</style>
border-color css
<style>
span { border-color: #15085B; }
span { border-color: rgb(21,8,91); }
td.TdClassName
{
border-color: #15085B;
}
.TagClassName
{
border-color: #15085B;
}
</style>