Shades of Midnight Blue #050C5D
Tints of Midnight Blue #050C5D
RGB
CMYK
RGB Variations
Color information
#050C5D (or 0x050C5D) is known color: Midnight Blue. HEX triplet: 05, 0C and 5D. RGB value is (5,12,93). Sum of RGB (Red+Green+Blue) = 5+12+93=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #050C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C5D is #FAF3A2. Grayscale: #121212. Windows color (decimal): -16446371 or 6097925. OLE color: 6097925.
HSL color Cylindrical-coordinate representation of color #050C5D: hue angle of 235.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050C5D is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 12 | 93 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.64 |
| HSL | 235.23º | 0.9% | 0.19% | - |
| HSV(B) | 235.23º | 0.95% | 0.36% | - |
| XYZ | 2.17 | 1.09 | 10.45 | - |
| YUV | 19.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 93 | 0.95 | 0.87 | 0 | 0.64 | 235.23 | 0.9 | 0.19 |
| Hex | 5 | C | 5D | 5F | 57 | 0 | 40 | EB | 5A | 13 |
| Octal | 5 | 14 | 135 | 137 | 127 | 0 | 100 | 353 | 132 | 23 |
| Binary | 101 | 1100 | 1011101 | 1011111 | 1010111 | 0 | 1000000 | 11101011 | 1011010 | 10011 |
Color Harmonies of #050C5D
Complementary color
Monochromatic Colors of #050C5D
Black with #050C5D
Text Example
Text Example
White with #050C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C5D; }
p { color: rgb(5,12,93); }
H1.HeaderClassName
{
color: #050C5D;
}
.AnyTagClassName
{
color: #050C5D;
}
</style>
background-color css
<style>
a { background-color: #050C5D; }
a { background-color: rgb(5,12,93); }
div.DivClassName
{
background-color: #050C5D;
}
.BgClassName
{
background-color: #050C5D;
}
</style>
border-color css
<style>
span { border-color: #050C5D; }
span { border-color: rgb(5,12,93); }
td.TdClassName
{
border-color: #050C5D;
}
.TagClassName
{
border-color: #050C5D;
}
</style>