Shades of Midnight Blue #08064E
Tints of Midnight Blue #08064E
RGB
CMYK
RGB Variations
Color information
#08064E (or 0x08064E) is known color: Midnight Blue. HEX triplet: 08, 06 and 4E. RGB value is (8,6,78). Sum of RGB (Red+Green+Blue) = 8+6+78=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #08064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08064E is #F7F9B1. Grayscale: #0E0E0E. Windows color (decimal): -16251314 or 5113352. OLE color: 5113352.
HSL color Cylindrical-coordinate representation of color #08064E: hue angle of 241.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08064E is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 6 | 78 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.69 |
| HSL | 241.67º | 0.86% | 0.16% | - |
| HSV(B) | 241.67º | 0.92% | 0.31% | - |
| XYZ | 1.54 | 0.73 | 7.27 | - |
| YUV | 14.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 78 | 0.90 | 0.92 | 0 | 0.69 | 241.67 | 0.86 | 0.16 |
| Hex | 8 | 6 | 4E | 5A | 5C | 0 | 45 | F2 | 56 | 10 |
| Octal | 10 | 6 | 116 | 132 | 134 | 0 | 105 | 362 | 126 | 20 |
| Binary | 1000 | 110 | 1001110 | 1011010 | 1011100 | 0 | 1000101 | 11110010 | 1010110 | 10000 |
Color Harmonies of #08064E
Complementary color
Monochromatic Colors of #08064E
Black with #08064E
Text Example
Text Example
White with #08064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08064E; }
p { color: rgb(8,6,78); }
H1.HeaderClassName
{
color: #08064E;
}
.AnyTagClassName
{
color: #08064E;
}
</style>
background-color css
<style>
a { background-color: #08064E; }
a { background-color: rgb(8,6,78); }
div.DivClassName
{
background-color: #08064E;
}
.BgClassName
{
background-color: #08064E;
}
</style>
border-color css
<style>
span { border-color: #08064E; }
span { border-color: rgb(8,6,78); }
td.TdClassName
{
border-color: #08064E;
}
.TagClassName
{
border-color: #08064E;
}
</style>