Shades of Midnight Blue #050E68
Tints of Midnight Blue #050E68
RGB
CMYK
RGB Variations
Color information
#050E68 (or 0x050E68) is known color: Midnight Blue. HEX triplet: 05, 0E and 68. RGB value is (5,14,104). Sum of RGB (Red+Green+Blue) = 5+14+104=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #050E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E68 is #FAF197. Grayscale: #151515. Windows color (decimal): -16445848 or 6819333. OLE color: 6819333.
HSL color Cylindrical-coordinate representation of color #050E68: hue angle of 234.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050E68 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 14 | 104 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.59 |
| HSL | 234.55º | 0.91% | 0.21% | - |
| HSV(B) | 234.55º | 0.95% | 0.41% | - |
| XYZ | 2.72 | 1.35 | 13.21 | - |
| YUV | 21.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 104 | 0.95 | 0.87 | 0 | 0.59 | 234.55 | 0.91 | 0.21 |
| Hex | 5 | E | 68 | 5F | 57 | 0 | 3B | EB | 5B | 15 |
| Octal | 5 | 16 | 150 | 137 | 127 | 0 | 73 | 353 | 133 | 25 |
| Binary | 101 | 1110 | 1101000 | 1011111 | 1010111 | 0 | 111011 | 11101011 | 1011011 | 10101 |
Color Harmonies of #050E68
Complementary color
Monochromatic Colors of #050E68
Black with #050E68
Text Example
Text Example
White with #050E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E68; }
p { color: rgb(5,14,104); }
H1.HeaderClassName
{
color: #050E68;
}
.AnyTagClassName
{
color: #050E68;
}
</style>
background-color css
<style>
a { background-color: #050E68; }
a { background-color: rgb(5,14,104); }
div.DivClassName
{
background-color: #050E68;
}
.BgClassName
{
background-color: #050E68;
}
</style>
border-color css
<style>
span { border-color: #050E68; }
span { border-color: rgb(5,14,104); }
td.TdClassName
{
border-color: #050E68;
}
.TagClassName
{
border-color: #050E68;
}
</style>