Shades of Midnight Blue #050D5D
Tints of Midnight Blue #050D5D
RGB
CMYK
RGB Variations
Color information
#050D5D (or 0x050D5D) is known color: Midnight Blue. HEX triplet: 05, 0D and 5D. RGB value is (5,13,93). Sum of RGB (Red+Green+Blue) = 5+13+93=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #050D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D5D is #FAF2A2. Grayscale: #131313. Windows color (decimal): -16446115 or 6098181. OLE color: 6098181.
HSL color Cylindrical-coordinate representation of color #050D5D: hue angle of 234.55º 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 #050D5D is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 13 | 93 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.64 |
| HSL | 234.55º | 0.9% | 0.19% | - |
| HSV(B) | 234.55º | 0.95% | 0.36% | - |
| XYZ | 2.18 | 1.11 | 10.46 | - |
| YUV | 19.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 93 | 0.95 | 0.86 | 0 | 0.64 | 234.55 | 0.9 | 0.19 |
| Hex | 5 | D | 5D | 5F | 56 | 0 | 40 | EB | 5A | 13 |
| Octal | 5 | 15 | 135 | 137 | 126 | 0 | 100 | 353 | 132 | 23 |
| Binary | 101 | 1101 | 1011101 | 1011111 | 1010110 | 0 | 1000000 | 11101011 | 1011010 | 10011 |
Color Harmonies of #050D5D
Complementary color
Monochromatic Colors of #050D5D
Black with #050D5D
Text Example
Text Example
White with #050D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D5D; }
p { color: rgb(5,13,93); }
H1.HeaderClassName
{
color: #050D5D;
}
.AnyTagClassName
{
color: #050D5D;
}
</style>
background-color css
<style>
a { background-color: #050D5D; }
a { background-color: rgb(5,13,93); }
div.DivClassName
{
background-color: #050D5D;
}
.BgClassName
{
background-color: #050D5D;
}
</style>
border-color css
<style>
span { border-color: #050D5D; }
span { border-color: rgb(5,13,93); }
td.TdClassName
{
border-color: #050D5D;
}
.TagClassName
{
border-color: #050D5D;
}
</style>