Shades of Midnight Blue #05054D
Tints of Midnight Blue #05054D
RGB
CMYK
RGB Variations
Color information
#05054D (or 0x05054D) is known color: Midnight Blue. HEX triplet: 05, 05 and 4D. RGB value is (5,5,77). Sum of RGB (Red+Green+Blue) = 5+5+77=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 77 (30.47% from 255 or 88.51% from 87); Max value from RGB is 77 - color contains mainly: blue. Hex color #05054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05054D is #FAFAB2. Grayscale: #0C0C0C. Windows color (decimal): -16448179 or 5047557. OLE color: 5047557.
HSL color Cylindrical-coordinate representation of color #05054D: hue angle of 240º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05054D is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 5 | 77 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.70 |
| HSL | 240º | 0.88% | 0.16% | - |
| HSV(B) | 240º | 0.94% | 0.3% | - |
| XYZ | 1.46 | 0.68 | 7.08 | - |
| YUV | 13.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 77 | 0.94 | 0.94 | 0 | 0.70 | 240 | 0.88 | 0.16 |
| Hex | 5 | 5 | 4D | 5E | 5E | 0 | 46 | F0 | 58 | 10 |
| Octal | 5 | 5 | 115 | 136 | 136 | 0 | 106 | 360 | 130 | 20 |
| Binary | 101 | 101 | 1001101 | 1011110 | 1011110 | 0 | 1000110 | 11110000 | 1011000 | 10000 |
Color Harmonies of #05054D
Complementary color
Monochromatic Colors of #05054D
Black with #05054D
Text Example
Text Example
White with #05054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05054D; }
p { color: rgb(5,5,77); }
H1.HeaderClassName
{
color: #05054D;
}
.AnyTagClassName
{
color: #05054D;
}
</style>
background-color css
<style>
a { background-color: #05054D; }
a { background-color: rgb(5,5,77); }
div.DivClassName
{
background-color: #05054D;
}
.BgClassName
{
background-color: #05054D;
}
</style>
border-color css
<style>
span { border-color: #05054D; }
span { border-color: rgb(5,5,77); }
td.TdClassName
{
border-color: #05054D;
}
.TagClassName
{
border-color: #05054D;
}
</style>