Shades of Midnight Blue #050D63
Tints of Midnight Blue #050D63
RGB
CMYK
RGB Variations
Color information
#050D63 (or 0x050D63) is known color: Midnight Blue. HEX triplet: 05, 0D and 63. RGB value is (5,13,99). Sum of RGB (Red+Green+Blue) = 5+13+99=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #050D63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D63 is #FAF29C. Grayscale: #141414. Windows color (decimal): -16446109 or 6491397. OLE color: 6491397.
HSL color Cylindrical-coordinate representation of color #050D63: hue angle of 234.89º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050D63 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 13 | 99 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.61 |
| HSL | 234.89º | 0.9% | 0.2% | - |
| HSV(B) | 234.89º | 0.95% | 0.39% | - |
| XYZ | 2.46 | 1.22 | 11.91 | - |
| YUV | 20.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 99 | 0.95 | 0.87 | 0 | 0.61 | 234.89 | 0.9 | 0.2 |
| Hex | 5 | D | 63 | 5F | 57 | 0 | 3D | EB | 5A | 14 |
| Octal | 5 | 15 | 143 | 137 | 127 | 0 | 75 | 353 | 132 | 24 |
| Binary | 101 | 1101 | 1100011 | 1011111 | 1010111 | 0 | 111101 | 11101011 | 1011010 | 10100 |
Color Harmonies of #050D63
Complementary color
Monochromatic Colors of #050D63
Black with #050D63
Text Example
Text Example
White with #050D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D63; }
p { color: rgb(5,13,99); }
H1.HeaderClassName
{
color: #050D63;
}
.AnyTagClassName
{
color: #050D63;
}
</style>
background-color css
<style>
a { background-color: #050D63; }
a { background-color: rgb(5,13,99); }
div.DivClassName
{
background-color: #050D63;
}
.BgClassName
{
background-color: #050D63;
}
</style>
border-color css
<style>
span { border-color: #050D63; }
span { border-color: rgb(5,13,99); }
td.TdClassName
{
border-color: #050D63;
}
.TagClassName
{
border-color: #050D63;
}
</style>