Shades of Midnight Blue #050E5E
Tints of Midnight Blue #050E5E
RGB
CMYK
RGB Variations
Color information
#050E5E (or 0x050E5E) is known color: Midnight Blue. HEX triplet: 05, 0E and 5E. RGB value is (5,14,94). Sum of RGB (Red+Green+Blue) = 5+14+94=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #050E5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E5E is #FAF1A1. Grayscale: #141414. Windows color (decimal): -16445858 or 6163973. OLE color: 6163973.
HSL color Cylindrical-coordinate representation of color #050E5E: hue angle of 233.93º 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 #050E5E is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 14 | 94 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.63 |
| HSL | 233.93º | 0.9% | 0.19% | - |
| HSV(B) | 233.93º | 0.95% | 0.37% | - |
| XYZ | 2.24 | 1.15 | 10.69 | - |
| YUV | 20.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 94 | 0.95 | 0.85 | 0 | 0.63 | 233.93 | 0.9 | 0.19 |
| Hex | 5 | E | 5E | 5F | 55 | 0 | 3F | EA | 5A | 13 |
| Octal | 5 | 16 | 136 | 137 | 125 | 0 | 77 | 352 | 132 | 23 |
| Binary | 101 | 1110 | 1011110 | 1011111 | 1010101 | 0 | 111111 | 11101010 | 1011010 | 10011 |
Color Harmonies of #050E5E
Complementary color
Monochromatic Colors of #050E5E
Black with #050E5E
Text Example
Text Example
White with #050E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E5E; }
p { color: rgb(5,14,94); }
H1.HeaderClassName
{
color: #050E5E;
}
.AnyTagClassName
{
color: #050E5E;
}
</style>
background-color css
<style>
a { background-color: #050E5E; }
a { background-color: rgb(5,14,94); }
div.DivClassName
{
background-color: #050E5E;
}
.BgClassName
{
background-color: #050E5E;
}
</style>
border-color css
<style>
span { border-color: #050E5E; }
span { border-color: rgb(5,14,94); }
td.TdClassName
{
border-color: #050E5E;
}
.TagClassName
{
border-color: #050E5E;
}
</style>