Shades of Midnight Blue #05084D
Tints of Midnight Blue #05084D
RGB
CMYK
RGB Variations
Color information
#05084D (or 0x05084D) is known color: Midnight Blue. HEX triplet: 05, 08 and 4D. RGB value is (5,8,77). Sum of RGB (Red+Green+Blue) = 5+8+77=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #05084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05084D is #FAF7B2. Grayscale: #0E0E0E. Windows color (decimal): -16447411 or 5048325. OLE color: 5048325.
HSL color Cylindrical-coordinate representation of color #05084D: hue angle of 237.5º 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 #05084D is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 8 | 77 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.70 |
| HSL | 237.5º | 0.88% | 0.16% | - |
| HSV(B) | 237.5º | 0.94% | 0.3% | - |
| XYZ | 1.49 | 0.74 | 7.09 | - |
| YUV | 14.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 77 | 0.94 | 0.90 | 0 | 0.70 | 237.5 | 0.88 | 0.16 |
| Hex | 5 | 8 | 4D | 5E | 5A | 0 | 46 | EE | 58 | 10 |
| Octal | 5 | 10 | 115 | 136 | 132 | 0 | 106 | 356 | 130 | 20 |
| Binary | 101 | 1000 | 1001101 | 1011110 | 1011010 | 0 | 1000110 | 11101110 | 1011000 | 10000 |
Color Harmonies of #05084D
Complementary color
Monochromatic Colors of #05084D
Black with #05084D
Text Example
Text Example
White with #05084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05084D; }
p { color: rgb(5,8,77); }
H1.HeaderClassName
{
color: #05084D;
}
.AnyTagClassName
{
color: #05084D;
}
</style>
background-color css
<style>
a { background-color: #05084D; }
a { background-color: rgb(5,8,77); }
div.DivClassName
{
background-color: #05084D;
}
.BgClassName
{
background-color: #05084D;
}
</style>
border-color css
<style>
span { border-color: #05084D; }
span { border-color: rgb(5,8,77); }
td.TdClassName
{
border-color: #05084D;
}
.TagClassName
{
border-color: #05084D;
}
</style>