Shades of Midnight Blue #05004D
Tints of Midnight Blue #05004D
RGB
CMYK
RGB Variations
Color information
#05004D (or 0x05004D) is known color: Midnight Blue. HEX triplet: 05, 00 and 4D. RGB value is (5,0,77). Sum of RGB (Red+Green+Blue) = 5+0+77=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 77 (30.47% from 255 or 93.90% from 82); Max value from RGB is 77 - color contains mainly: blue. Hex color #05004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05004D is #FAFFB2. Grayscale: #090909. Windows color (decimal): -16449459 or 5046277. OLE color: 5046277.
HSL color Cylindrical-coordinate representation of color #05004D: hue angle of 243.9º 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 #05004D is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 0 | 77 | - |
| CMYK | 0.94 | 1 | 0 | 0.70 |
| HSL | 243.9º | 1% | 0.15% | - |
| HSV(B) | 243.9º | 1% | 0.3% | - |
| XYZ | 1.4 | 0.57 | 7.06 | - |
| YUV | 10.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 77 | 0.94 | 1 | 0 | 0.70 | 243.9 | 1 | 0.15 |
| Hex | 5 | 0 | 4D | 5E | 64 | 0 | 46 | F4 | 64 | F |
| Octal | 5 | 0 | 115 | 136 | 144 | 0 | 106 | 364 | 144 | 17 |
| Binary | 101 | 0 | 1001101 | 1011110 | 1100100 | 0 | 1000110 | 11110100 | 1100100 | 1111 |
Color Harmonies of #05004D
Complementary color
Monochromatic Colors of #05004D
Black with #05004D
Text Example
Text Example
White with #05004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05004D; }
p { color: rgb(5,0,77); }
H1.HeaderClassName
{
color: #05004D;
}
.AnyTagClassName
{
color: #05004D;
}
</style>
background-color css
<style>
a { background-color: #05004D; }
a { background-color: rgb(5,0,77); }
div.DivClassName
{
background-color: #05004D;
}
.BgClassName
{
background-color: #05004D;
}
</style>
border-color css
<style>
span { border-color: #05004D; }
span { border-color: rgb(5,0,77); }
td.TdClassName
{
border-color: #05004D;
}
.TagClassName
{
border-color: #05004D;
}
</style>