Shades of Midnight Blue #08015B
Tints of Midnight Blue #08015B
RGB
CMYK
RGB Variations
Color information
#08015B (or 0x08015B) is known color: Midnight Blue. HEX triplet: 08, 01 and 5B. RGB value is (8,1,91). Sum of RGB (Red+Green+Blue) = 8+1+91=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #08015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08015B is #F7FEA4. Grayscale: #0D0D0D. Windows color (decimal): -16252581 or 5964040. OLE color: 5964040.
HSL color Cylindrical-coordinate representation of color #08015B: hue angle of 244.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08015B is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 1 | 91 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.64 |
| HSL | 244.67º | 0.98% | 0.18% | - |
| HSV(B) | 244.67º | 0.99% | 0.36% | - |
| XYZ | 2 | 0.83 | 9.95 | - |
| YUV | 13.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 91 | 0.91 | 0.99 | 0 | 0.64 | 244.67 | 0.98 | 0.18 |
| Hex | 8 | 1 | 5B | 5B | 63 | 0 | 40 | F5 | 62 | 12 |
| Octal | 10 | 1 | 133 | 133 | 143 | 0 | 100 | 365 | 142 | 22 |
| Binary | 1000 | 1 | 1011011 | 1011011 | 1100011 | 0 | 1000000 | 11110101 | 1100010 | 10010 |
Color Harmonies of #08015B
Complementary color
Monochromatic Colors of #08015B
Black with #08015B
Text Example
Text Example
White with #08015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08015B; }
p { color: rgb(8,1,91); }
H1.HeaderClassName
{
color: #08015B;
}
.AnyTagClassName
{
color: #08015B;
}
</style>
background-color css
<style>
a { background-color: #08015B; }
a { background-color: rgb(8,1,91); }
div.DivClassName
{
background-color: #08015B;
}
.BgClassName
{
background-color: #08015B;
}
</style>
border-color css
<style>
span { border-color: #08015B; }
span { border-color: rgb(8,1,91); }
td.TdClassName
{
border-color: #08015B;
}
.TagClassName
{
border-color: #08015B;
}
</style>