Shades of Midnight Blue #08004E
Tints of Midnight Blue #08004E
RGB
CMYK
RGB Variations
Color information
#08004E (or 0x08004E) is known color: Midnight Blue. HEX triplet: 08, 00 and 4E. RGB value is (8,0,78). Sum of RGB (Red+Green+Blue) = 8+0+78=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 78 (30.86% from 255 or 90.70% from 86); Max value from RGB is 78 - color contains mainly: blue. Hex color #08004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08004E is #F7FFB1. Grayscale: #0A0A0A. Windows color (decimal): -16252850 or 5111816. OLE color: 5111816.
HSL color Cylindrical-coordinate representation of color #08004E: hue angle of 246.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08004E is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 0 | 78 | - |
| CMYK | 0.90 | 1 | 0 | 0.69 |
| HSL | 246.15º | 1% | 0.15% | - |
| HSV(B) | 246.15º | 1% | 0.31% | - |
| XYZ | 1.48 | 0.6 | 7.25 | - |
| YUV | 11.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 78 | 0.90 | 1 | 0 | 0.69 | 246.15 | 1 | 0.15 |
| Hex | 8 | 0 | 4E | 5A | 64 | 0 | 45 | F6 | 64 | F |
| Octal | 10 | 0 | 116 | 132 | 144 | 0 | 105 | 366 | 144 | 17 |
| Binary | 1000 | 0 | 1001110 | 1011010 | 1100100 | 0 | 1000101 | 11110110 | 1100100 | 1111 |
Color Harmonies of #08004E
Complementary color
Monochromatic Colors of #08004E
Black with #08004E
Text Example
Text Example
White with #08004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08004E; }
p { color: rgb(8,0,78); }
H1.HeaderClassName
{
color: #08004E;
}
.AnyTagClassName
{
color: #08004E;
}
</style>
background-color css
<style>
a { background-color: #08004E; }
a { background-color: rgb(8,0,78); }
div.DivClassName
{
background-color: #08004E;
}
.BgClassName
{
background-color: #08004E;
}
</style>
border-color css
<style>
span { border-color: #08004E; }
span { border-color: rgb(8,0,78); }
td.TdClassName
{
border-color: #08004E;
}
.TagClassName
{
border-color: #08004E;
}
</style>