Shades of Midnight Blue #05084E
Tints of Midnight Blue #05084E
RGB
CMYK
RGB Variations
Color information
#05084E (or 0x05084E) is known color: Midnight Blue. HEX triplet: 05, 08 and 4E. RGB value is (5,8,78). Sum of RGB (Red+Green+Blue) = 5+8+78=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #05084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05084E is #FAF7B1. Grayscale: #0E0E0E. Windows color (decimal): -16447410 or 5113861. OLE color: 5113861.
HSL color Cylindrical-coordinate representation of color #05084E: hue angle of 237.53º 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 #05084E is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 8 | 78 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.69 |
| HSL | 237.53º | 0.88% | 0.16% | - |
| HSV(B) | 237.53º | 0.94% | 0.31% | - |
| XYZ | 1.52 | 0.76 | 7.27 | - |
| YUV | 15.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 78 | 0.94 | 0.90 | 0 | 0.69 | 237.53 | 0.88 | 0.16 |
| Hex | 5 | 8 | 4E | 5E | 5A | 0 | 45 | EE | 58 | 10 |
| Octal | 5 | 10 | 116 | 136 | 132 | 0 | 105 | 356 | 130 | 20 |
| Binary | 101 | 1000 | 1001110 | 1011110 | 1011010 | 0 | 1000101 | 11101110 | 1011000 | 10000 |
Color Harmonies of #05084E
Complementary color
Monochromatic Colors of #05084E
Black with #05084E
Text Example
Text Example
White with #05084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05084E; }
p { color: rgb(5,8,78); }
H1.HeaderClassName
{
color: #05084E;
}
.AnyTagClassName
{
color: #05084E;
}
</style>
background-color css
<style>
a { background-color: #05084E; }
a { background-color: rgb(5,8,78); }
div.DivClassName
{
background-color: #05084E;
}
.BgClassName
{
background-color: #05084E;
}
</style>
border-color css
<style>
span { border-color: #05084E; }
span { border-color: rgb(5,8,78); }
td.TdClassName
{
border-color: #05084E;
}
.TagClassName
{
border-color: #05084E;
}
</style>