Shades of Midnight Blue #08015D
Tints of Midnight Blue #08015D
RGB
CMYK
RGB Variations
Color information
#08015D (or 0x08015D) is known color: Midnight Blue. HEX triplet: 08, 01 and 5D. RGB value is (8,1,93). Sum of RGB (Red+Green+Blue) = 8+1+93=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 93 (36.72% from 255 or 91.18% from 102); Max value from RGB is 93 - color contains mainly: blue. Hex color #08015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08015D is #F7FEA2. Grayscale: #0D0D0D. Windows color (decimal): -16252579 or 6095112. OLE color: 6095112.
HSL color Cylindrical-coordinate representation of color #08015D: hue angle of 244.57º 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 #08015D is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 1 | 93 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.64 |
| HSL | 244.57º | 0.98% | 0.18% | - |
| HSV(B) | 244.57º | 0.99% | 0.36% | - |
| XYZ | 2.09 | 0.86 | 10.41 | - |
| YUV | 13.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 93 | 0.91 | 0.99 | 0 | 0.64 | 244.57 | 0.98 | 0.18 |
| Hex | 8 | 1 | 5D | 5B | 63 | 0 | 40 | F5 | 62 | 12 |
| Octal | 10 | 1 | 135 | 133 | 143 | 0 | 100 | 365 | 142 | 22 |
| Binary | 1000 | 1 | 1011101 | 1011011 | 1100011 | 0 | 1000000 | 11110101 | 1100010 | 10010 |
Color Harmonies of #08015D
Complementary color
Monochromatic Colors of #08015D
Black with #08015D
Text Example
Text Example
White with #08015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08015D; }
p { color: rgb(8,1,93); }
H1.HeaderClassName
{
color: #08015D;
}
.AnyTagClassName
{
color: #08015D;
}
</style>
background-color css
<style>
a { background-color: #08015D; }
a { background-color: rgb(8,1,93); }
div.DivClassName
{
background-color: #08015D;
}
.BgClassName
{
background-color: #08015D;
}
</style>
border-color css
<style>
span { border-color: #08015D; }
span { border-color: rgb(8,1,93); }
td.TdClassName
{
border-color: #08015D;
}
.TagClassName
{
border-color: #08015D;
}
</style>