Shades of Midnight Blue #050E6D
Tints of Midnight Blue #050E6D
RGB
CMYK
RGB Variations
Color information
#050E6D (or 0x050E6D) is known color: Midnight Blue. HEX triplet: 05, 0E and 6D. RGB value is (5,14,109). Sum of RGB (Red+Green+Blue) = 5+14+109=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #050E6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E6D is #FAF192. Grayscale: #151515. Windows color (decimal): -16445843 or 7147013. OLE color: 7147013.
HSL color Cylindrical-coordinate representation of color #050E6D: hue angle of 234.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050E6D is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 14 | 109 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.57 |
| HSL | 234.81º | 0.91% | 0.22% | - |
| HSV(B) | 234.81º | 0.95% | 0.43% | - |
| XYZ | 2.98 | 1.45 | 14.59 | - |
| YUV | 22.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 109 | 0.95 | 0.87 | 0 | 0.57 | 234.81 | 0.91 | 0.22 |
| Hex | 5 | E | 6D | 5F | 57 | 0 | 39 | EB | 5B | 16 |
| Octal | 5 | 16 | 155 | 137 | 127 | 0 | 71 | 353 | 133 | 26 |
| Binary | 101 | 1110 | 1101101 | 1011111 | 1010111 | 0 | 111001 | 11101011 | 1011011 | 10110 |
Color Harmonies of #050E6D
Complementary color
Monochromatic Colors of #050E6D
Black with #050E6D
Text Example
Text Example
White with #050E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E6D; }
p { color: rgb(5,14,109); }
H1.HeaderClassName
{
color: #050E6D;
}
.AnyTagClassName
{
color: #050E6D;
}
</style>
background-color css
<style>
a { background-color: #050E6D; }
a { background-color: rgb(5,14,109); }
div.DivClassName
{
background-color: #050E6D;
}
.BgClassName
{
background-color: #050E6D;
}
</style>
border-color css
<style>
span { border-color: #050E6D; }
span { border-color: rgb(5,14,109); }
td.TdClassName
{
border-color: #050E6D;
}
.TagClassName
{
border-color: #050E6D;
}
</style>