Shades of Midnight Blue #04074E
Tints of Midnight Blue #04074E
RGB
CMYK
RGB Variations
Color information
#04074E (or 0x04074E) is known color: Midnight Blue. HEX triplet: 04, 07 and 4E. RGB value is (4,7,78). Sum of RGB (Red+Green+Blue) = 4+7+78=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 78 (30.86% from 255 or 87.64% from 89); Max value from RGB is 78 - color contains mainly: blue. Hex color #04074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04074E is #FBF8B1. Grayscale: #0D0D0D. Windows color (decimal): -16513202 or 5113604. OLE color: 5113604.
HSL color Cylindrical-coordinate representation of color #04074E: hue angle of 237.57º 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 #04074E is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 7 | 78 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.69 |
| HSL | 237.57º | 0.9% | 0.16% | - |
| HSV(B) | 237.57º | 0.95% | 0.31% | - |
| XYZ | 1.5 | 0.73 | 7.27 | - |
| YUV | 14.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 78 | 0.95 | 0.91 | 0 | 0.69 | 237.57 | 0.9 | 0.16 |
| Hex | 4 | 7 | 4E | 5F | 5B | 0 | 45 | EE | 5A | 10 |
| Octal | 4 | 7 | 116 | 137 | 133 | 0 | 105 | 356 | 132 | 20 |
| Binary | 100 | 111 | 1001110 | 1011111 | 1011011 | 0 | 1000101 | 11101110 | 1011010 | 10000 |
Color Harmonies of #04074E
Complementary color
Monochromatic Colors of #04074E
Black with #04074E
Text Example
Text Example
White with #04074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04074E; }
p { color: rgb(4,7,78); }
H1.HeaderClassName
{
color: #04074E;
}
.AnyTagClassName
{
color: #04074E;
}
</style>
background-color css
<style>
a { background-color: #04074E; }
a { background-color: rgb(4,7,78); }
div.DivClassName
{
background-color: #04074E;
}
.BgClassName
{
background-color: #04074E;
}
</style>
border-color css
<style>
span { border-color: #04074E; }
span { border-color: rgb(4,7,78); }
td.TdClassName
{
border-color: #04074E;
}
.TagClassName
{
border-color: #04074E;
}
</style>