Shades of Midnight Blue #04004D
Tints of Midnight Blue #04004D
RGB
CMYK
RGB Variations
Color information
#04004D (or 0x04004D) is known color: Midnight Blue. HEX triplet: 04, 00 and 4D. RGB value is (4,0,77). Sum of RGB (Red+Green+Blue) = 4+0+77=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 77 (30.47% from 255 or 95.06% from 81); Max value from RGB is 77 - color contains mainly: blue. Hex color #04004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04004D is #FBFFB2. Grayscale: #090909. Windows color (decimal): -16514995 or 5046276. OLE color: 5046276.
HSL color Cylindrical-coordinate representation of color #04004D: hue angle of 243.12º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04004D is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 0 | 77 | - |
| CMYK | 0.95 | 1 | 0 | 0.70 |
| HSL | 243.12º | 1% | 0.15% | - |
| HSV(B) | 243.12º | 1% | 0.3% | - |
| XYZ | 1.39 | 0.56 | 7.06 | - |
| YUV | 9.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 77 | 0.95 | 1 | 0 | 0.70 | 243.12 | 1 | 0.15 |
| Hex | 4 | 0 | 4D | 5F | 64 | 0 | 46 | F3 | 64 | F |
| Octal | 4 | 0 | 115 | 137 | 144 | 0 | 106 | 363 | 144 | 17 |
| Binary | 100 | 0 | 1001101 | 1011111 | 1100100 | 0 | 1000110 | 11110011 | 1100100 | 1111 |
Color Harmonies of #04004D
Complementary color
Monochromatic Colors of #04004D
Black with #04004D
Text Example
Text Example
White with #04004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04004D; }
p { color: rgb(4,0,77); }
H1.HeaderClassName
{
color: #04004D;
}
.AnyTagClassName
{
color: #04004D;
}
</style>
background-color css
<style>
a { background-color: #04004D; }
a { background-color: rgb(4,0,77); }
div.DivClassName
{
background-color: #04004D;
}
.BgClassName
{
background-color: #04004D;
}
</style>
border-color css
<style>
span { border-color: #04004D; }
span { border-color: rgb(4,0,77); }
td.TdClassName
{
border-color: #04004D;
}
.TagClassName
{
border-color: #04004D;
}
</style>