Shades of Midnight Blue #05064D
Tints of Midnight Blue #05064D
RGB
CMYK
RGB Variations
Color information
#05064D (or 0x05064D) is known color: Midnight Blue. HEX triplet: 05, 06 and 4D. RGB value is (5,6,77). Sum of RGB (Red+Green+Blue) = 5+6+77=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #05064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05064D is #FAF9B2. Grayscale: #0D0D0D. Windows color (decimal): -16447923 or 5047813. OLE color: 5047813.
HSL color Cylindrical-coordinate representation of color #05064D: hue angle of 239.17º 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 #05064D is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 6 | 77 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.70 |
| HSL | 239.17º | 0.88% | 0.16% | - |
| HSV(B) | 239.17º | 0.94% | 0.3% | - |
| XYZ | 1.47 | 0.7 | 7.08 | - |
| YUV | 13.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 77 | 0.94 | 0.92 | 0 | 0.70 | 239.17 | 0.88 | 0.16 |
| Hex | 5 | 6 | 4D | 5E | 5C | 0 | 46 | EF | 58 | 10 |
| Octal | 5 | 6 | 115 | 136 | 134 | 0 | 106 | 357 | 130 | 20 |
| Binary | 101 | 110 | 1001101 | 1011110 | 1011100 | 0 | 1000110 | 11101111 | 1011000 | 10000 |
Color Harmonies of #05064D
Complementary color
Monochromatic Colors of #05064D
Black with #05064D
Text Example
Text Example
White with #05064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05064D; }
p { color: rgb(5,6,77); }
H1.HeaderClassName
{
color: #05064D;
}
.AnyTagClassName
{
color: #05064D;
}
</style>
background-color css
<style>
a { background-color: #05064D; }
a { background-color: rgb(5,6,77); }
div.DivClassName
{
background-color: #05064D;
}
.BgClassName
{
background-color: #05064D;
}
</style>
border-color css
<style>
span { border-color: #05064D; }
span { border-color: rgb(5,6,77); }
td.TdClassName
{
border-color: #05064D;
}
.TagClassName
{
border-color: #05064D;
}
</style>