Shades of Midnight Blue #08005B
Tints of Midnight Blue #08005B
RGB
CMYK
RGB Variations
Color information
#08005B (or 0x08005B) is known color: Midnight Blue. HEX triplet: 08, 00 and 5B. RGB value is (8,0,91). Sum of RGB (Red+Green+Blue) = 8+0+91=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 91 (35.94% from 255 or 91.92% from 99); Max value from RGB is 91 - color contains mainly: blue. Hex color #08005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08005B is #F7FFA4. Grayscale: #0C0C0C. Windows color (decimal): -16252837 or 5963784. OLE color: 5963784.
HSL color Cylindrical-coordinate representation of color #08005B: hue angle of 245.27º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08005B is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 0 | 91 | - |
| CMYK | 0.91 | 1 | 0 | 0.64 |
| HSL | 245.27º | 1% | 0.18% | - |
| HSV(B) | 245.27º | 1% | 0.36% | - |
| XYZ | 1.99 | 0.81 | 9.95 | - |
| YUV | 12.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 91 | 0.91 | 1 | 0 | 0.64 | 245.27 | 1 | 0.18 |
| Hex | 8 | 0 | 5B | 5B | 64 | 0 | 40 | F5 | 64 | 12 |
| Octal | 10 | 0 | 133 | 133 | 144 | 0 | 100 | 365 | 144 | 22 |
| Binary | 1000 | 0 | 1011011 | 1011011 | 1100100 | 0 | 1000000 | 11110101 | 1100100 | 10010 |
Color Harmonies of #08005B
Complementary color
Monochromatic Colors of #08005B
Black with #08005B
Text Example
Text Example
White with #08005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08005B; }
p { color: rgb(8,0,91); }
H1.HeaderClassName
{
color: #08005B;
}
.AnyTagClassName
{
color: #08005B;
}
</style>
background-color css
<style>
a { background-color: #08005B; }
a { background-color: rgb(8,0,91); }
div.DivClassName
{
background-color: #08005B;
}
.BgClassName
{
background-color: #08005B;
}
</style>
border-color css
<style>
span { border-color: #08005B; }
span { border-color: rgb(8,0,91); }
td.TdClassName
{
border-color: #08005B;
}
.TagClassName
{
border-color: #08005B;
}
</style>