Shades of Midnight Blue #05064E
Tints of Midnight Blue #05064E
RGB
CMYK
RGB Variations
Color information
#05064E (or 0x05064E) is known color: Midnight Blue. HEX triplet: 05, 06 and 4E. RGB value is (5,6,78). Sum of RGB (Red+Green+Blue) = 5+6+78=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 6 (2.73% from 255 or 6.74% 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 #05064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05064E is #FAF9B1. Grayscale: #0D0D0D. Windows color (decimal): -16447922 or 5113349. OLE color: 5113349.
HSL color Cylindrical-coordinate representation of color #05064E: hue angle of 239.18º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05064E is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 6 | 78 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.69 |
| HSL | 239.18º | 0.88% | 0.16% | - |
| HSV(B) | 239.18º | 0.94% | 0.31% | - |
| XYZ | 1.5 | 0.71 | 7.27 | - |
| YUV | 13.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 78 | 0.94 | 0.92 | 0 | 0.69 | 239.18 | 0.88 | 0.16 |
| Hex | 5 | 6 | 4E | 5E | 5C | 0 | 45 | EF | 58 | 10 |
| Octal | 5 | 6 | 116 | 136 | 134 | 0 | 105 | 357 | 130 | 20 |
| Binary | 101 | 110 | 1001110 | 1011110 | 1011100 | 0 | 1000101 | 11101111 | 1011000 | 10000 |
Color Harmonies of #05064E
Complementary color
Monochromatic Colors of #05064E
Black with #05064E
Text Example
Text Example
White with #05064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05064E; }
p { color: rgb(5,6,78); }
H1.HeaderClassName
{
color: #05064E;
}
.AnyTagClassName
{
color: #05064E;
}
</style>
background-color css
<style>
a { background-color: #05064E; }
a { background-color: rgb(5,6,78); }
div.DivClassName
{
background-color: #05064E;
}
.BgClassName
{
background-color: #05064E;
}
</style>
border-color css
<style>
span { border-color: #05064E; }
span { border-color: rgb(5,6,78); }
td.TdClassName
{
border-color: #05064E;
}
.TagClassName
{
border-color: #05064E;
}
</style>