Shades of Midnight Blue #04084D
Tints of Midnight Blue #04084D
RGB
CMYK
RGB Variations
Color information
#04084D (or 0x04084D) is known color: Midnight Blue. HEX triplet: 04, 08 and 4D. RGB value is (4,8,77). Sum of RGB (Red+Green+Blue) = 4+8+77=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #04084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04084D is #FBF7B2. Grayscale: #0E0E0E. Windows color (decimal): -16512947 or 5048324. OLE color: 5048324.
HSL color Cylindrical-coordinate representation of color #04084D: hue angle of 236.71º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04084D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 8 | 77 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.70 |
| HSL | 236.71º | 0.9% | 0.16% | - |
| HSV(B) | 236.71º | 0.95% | 0.3% | - |
| XYZ | 1.48 | 0.74 | 7.09 | - |
| YUV | 14.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 77 | 0.95 | 0.90 | 0 | 0.70 | 236.71 | 0.9 | 0.16 |
| Hex | 4 | 8 | 4D | 5F | 5A | 0 | 46 | ED | 5A | 10 |
| Octal | 4 | 10 | 115 | 137 | 132 | 0 | 106 | 355 | 132 | 20 |
| Binary | 100 | 1000 | 1001101 | 1011111 | 1011010 | 0 | 1000110 | 11101101 | 1011010 | 10000 |
Color Harmonies of #04084D
Complementary color
Monochromatic Colors of #04084D
Black with #04084D
Text Example
Text Example
White with #04084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04084D; }
p { color: rgb(4,8,77); }
H1.HeaderClassName
{
color: #04084D;
}
.AnyTagClassName
{
color: #04084D;
}
</style>
background-color css
<style>
a { background-color: #04084D; }
a { background-color: rgb(4,8,77); }
div.DivClassName
{
background-color: #04084D;
}
.BgClassName
{
background-color: #04084D;
}
</style>
border-color css
<style>
span { border-color: #04084D; }
span { border-color: rgb(4,8,77); }
td.TdClassName
{
border-color: #04084D;
}
.TagClassName
{
border-color: #04084D;
}
</style>