Shades of Midnight Blue #050C5E
Tints of Midnight Blue #050C5E
RGB
CMYK
RGB Variations
Color information
#050C5E (or 0x050C5E) is known color: Midnight Blue. HEX triplet: 05, 0C and 5E. RGB value is (5,12,94). Sum of RGB (Red+Green+Blue) = 5+12+94=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #050C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C5E is #FAF3A1. Grayscale: #121212. Windows color (decimal): -16446370 or 6163461. OLE color: 6163461.
HSL color Cylindrical-coordinate representation of color #050C5E: hue angle of 235.28º 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 #050C5E is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 12 | 94 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.63 |
| HSL | 235.28º | 0.9% | 0.19% | - |
| HSV(B) | 235.28º | 0.95% | 0.37% | - |
| XYZ | 2.21 | 1.1 | 10.69 | - |
| YUV | 19.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 94 | 0.95 | 0.87 | 0 | 0.63 | 235.28 | 0.9 | 0.19 |
| Hex | 5 | C | 5E | 5F | 57 | 0 | 3F | EB | 5A | 13 |
| Octal | 5 | 14 | 136 | 137 | 127 | 0 | 77 | 353 | 132 | 23 |
| Binary | 101 | 1100 | 1011110 | 1011111 | 1010111 | 0 | 111111 | 11101011 | 1011010 | 10011 |
Color Harmonies of #050C5E
Complementary color
Monochromatic Colors of #050C5E
Black with #050C5E
Text Example
Text Example
White with #050C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C5E; }
p { color: rgb(5,12,94); }
H1.HeaderClassName
{
color: #050C5E;
}
.AnyTagClassName
{
color: #050C5E;
}
</style>
background-color css
<style>
a { background-color: #050C5E; }
a { background-color: rgb(5,12,94); }
div.DivClassName
{
background-color: #050C5E;
}
.BgClassName
{
background-color: #050C5E;
}
</style>
border-color css
<style>
span { border-color: #050C5E; }
span { border-color: rgb(5,12,94); }
td.TdClassName
{
border-color: #050C5E;
}
.TagClassName
{
border-color: #050C5E;
}
</style>