Shades of Midnight Blue #08015E
Tints of Midnight Blue #08015E
RGB
CMYK
RGB Variations
Color information
#08015E (or 0x08015E) is known color: Midnight Blue. HEX triplet: 08, 01 and 5E. RGB value is (8,1,94). Sum of RGB (Red+Green+Blue) = 8+1+94=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 94 (37.11% from 255 or 91.26% from 103); Max value from RGB is 94 - color contains mainly: blue. Hex color #08015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08015E is #F7FEA1. Grayscale: #0D0D0D. Windows color (decimal): -16252578 or 6160648. OLE color: 6160648.
HSL color Cylindrical-coordinate representation of color #08015E: hue angle of 244.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08015E is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 1 | 94 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.63 |
| HSL | 244.52º | 0.98% | 0.19% | - |
| HSV(B) | 244.52º | 0.99% | 0.37% | - |
| XYZ | 2.13 | 0.88 | 10.65 | - |
| YUV | 13.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 94 | 0.91 | 0.99 | 0 | 0.63 | 244.52 | 0.98 | 0.19 |
| Hex | 8 | 1 | 5E | 5B | 63 | 0 | 3F | F5 | 62 | 13 |
| Octal | 10 | 1 | 136 | 133 | 143 | 0 | 77 | 365 | 142 | 23 |
| Binary | 1000 | 1 | 1011110 | 1011011 | 1100011 | 0 | 111111 | 11110101 | 1100010 | 10011 |
Color Harmonies of #08015E
Complementary color
Monochromatic Colors of #08015E
Black with #08015E
Text Example
Text Example
White with #08015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08015E; }
p { color: rgb(8,1,94); }
H1.HeaderClassName
{
color: #08015E;
}
.AnyTagClassName
{
color: #08015E;
}
</style>
background-color css
<style>
a { background-color: #08015E; }
a { background-color: rgb(8,1,94); }
div.DivClassName
{
background-color: #08015E;
}
.BgClassName
{
background-color: #08015E;
}
</style>
border-color css
<style>
span { border-color: #08015E; }
span { border-color: rgb(8,1,94); }
td.TdClassName
{
border-color: #08015E;
}
.TagClassName
{
border-color: #08015E;
}
</style>