Shades of Midnight Blue #04084E
Tints of Midnight Blue #04084E
RGB
CMYK
RGB Variations
Color information
#04084E (or 0x04084E) is known color: Midnight Blue. HEX triplet: 04, 08 and 4E. RGB value is (4,8,78). Sum of RGB (Red+Green+Blue) = 4+8+78=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 78 (30.86% from 255 or 86.67% from 90); Max value from RGB is 78 - color contains mainly: blue. Hex color #04084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04084E is #FBF7B1. Grayscale: #0E0E0E. Windows color (decimal): -16512946 or 5113860. OLE color: 5113860.
HSL color Cylindrical-coordinate representation of color #04084E: hue angle of 236.76º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04084E is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 8 | 78 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.69 |
| HSL | 236.76º | 0.9% | 0.16% | - |
| HSV(B) | 236.76º | 0.95% | 0.31% | - |
| XYZ | 1.51 | 0.75 | 7.27 | - |
| YUV | 14.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 78 | 0.95 | 0.90 | 0 | 0.69 | 236.76 | 0.9 | 0.16 |
| Hex | 4 | 8 | 4E | 5F | 5A | 0 | 45 | ED | 5A | 10 |
| Octal | 4 | 10 | 116 | 137 | 132 | 0 | 105 | 355 | 132 | 20 |
| Binary | 100 | 1000 | 1001110 | 1011111 | 1011010 | 0 | 1000101 | 11101101 | 1011010 | 10000 |
Color Harmonies of #04084E
Complementary color
Monochromatic Colors of #04084E
Black with #04084E
Text Example
Text Example
White with #04084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04084E; }
p { color: rgb(4,8,78); }
H1.HeaderClassName
{
color: #04084E;
}
.AnyTagClassName
{
color: #04084E;
}
</style>
background-color css
<style>
a { background-color: #04084E; }
a { background-color: rgb(4,8,78); }
div.DivClassName
{
background-color: #04084E;
}
.BgClassName
{
background-color: #04084E;
}
</style>
border-color css
<style>
span { border-color: #04084E; }
span { border-color: rgb(4,8,78); }
td.TdClassName
{
border-color: #04084E;
}
.TagClassName
{
border-color: #04084E;
}
</style>