Shades of Midnight Blue #05085E
Tints of Midnight Blue #05085E
RGB
CMYK
RGB Variations
Color information
#05085E (or 0x05085E) is known color: Midnight Blue. HEX triplet: 05, 08 and 5E. RGB value is (5,8,94). Sum of RGB (Red+Green+Blue) = 5+8+94=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 94 (37.11% from 255 or 87.85% from 107); Max value from RGB is 94 - color contains mainly: blue. Hex color #05085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05085E is #FAF7A1. Grayscale: #101010. Windows color (decimal): -16447394 or 6162437. OLE color: 6162437.
HSL color Cylindrical-coordinate representation of color #05085E: hue angle of 237.98º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05085E is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 8 | 94 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.63 |
| HSL | 237.98º | 0.9% | 0.19% | - |
| HSV(B) | 237.98º | 0.95% | 0.37% | - |
| XYZ | 2.17 | 1.01 | 10.67 | - |
| YUV | 16.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 94 | 0.95 | 0.91 | 0 | 0.63 | 237.98 | 0.9 | 0.19 |
| Hex | 5 | 8 | 5E | 5F | 5B | 0 | 3F | EE | 5A | 13 |
| Octal | 5 | 10 | 136 | 137 | 133 | 0 | 77 | 356 | 132 | 23 |
| Binary | 101 | 1000 | 1011110 | 1011111 | 1011011 | 0 | 111111 | 11101110 | 1011010 | 10011 |
Color Harmonies of #05085E
Complementary color
Monochromatic Colors of #05085E
Black with #05085E
Text Example
Text Example
White with #05085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05085E; }
p { color: rgb(5,8,94); }
H1.HeaderClassName
{
color: #05085E;
}
.AnyTagClassName
{
color: #05085E;
}
</style>
background-color css
<style>
a { background-color: #05085E; }
a { background-color: rgb(5,8,94); }
div.DivClassName
{
background-color: #05085E;
}
.BgClassName
{
background-color: #05085E;
}
</style>
border-color css
<style>
span { border-color: #05085E; }
span { border-color: rgb(5,8,94); }
td.TdClassName
{
border-color: #05085E;
}
.TagClassName
{
border-color: #05085E;
}
</style>