Shades of Midnight Blue #08084E
Tints of Midnight Blue #08084E
RGB
CMYK
RGB Variations
Color information
#08084E (or 0x08084E) is known color: Midnight Blue. HEX triplet: 08, 08 and 4E. RGB value is (8,8,78). Sum of RGB (Red+Green+Blue) = 8+8+78=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #08084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08084E is #F7F7B1. Grayscale: #0F0F0F. Windows color (decimal): -16250802 or 5113864. OLE color: 5113864.
HSL color Cylindrical-coordinate representation of color #08084E: hue angle of 240º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08084E is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 8 | 78 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.69 |
| HSL | 240º | 0.81% | 0.17% | - |
| HSV(B) | 240º | 0.9% | 0.31% | - |
| XYZ | 1.56 | 0.78 | 7.28 | - |
| YUV | 15.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 78 | 0.90 | 0.90 | 0 | 0.69 | 240 | 0.81 | 0.17 |
| Hex | 8 | 8 | 4E | 5A | 5A | 0 | 45 | F0 | 51 | 11 |
| Octal | 10 | 10 | 116 | 132 | 132 | 0 | 105 | 360 | 121 | 21 |
| Binary | 1000 | 1000 | 1001110 | 1011010 | 1011010 | 0 | 1000101 | 11110000 | 1010001 | 10001 |
Color Harmonies of #08084E
Complementary color
Monochromatic Colors of #08084E
Black with #08084E
Text Example
Text Example
White with #08084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08084E; }
p { color: rgb(8,8,78); }
H1.HeaderClassName
{
color: #08084E;
}
.AnyTagClassName
{
color: #08084E;
}
</style>
background-color css
<style>
a { background-color: #08084E; }
a { background-color: rgb(8,8,78); }
div.DivClassName
{
background-color: #08084E;
}
.BgClassName
{
background-color: #08084E;
}
</style>
border-color css
<style>
span { border-color: #08084E; }
span { border-color: rgb(8,8,78); }
td.TdClassName
{
border-color: #08084E;
}
.TagClassName
{
border-color: #08084E;
}
</style>