Shades of Midnight Blue #050863
Tints of Midnight Blue #050863
RGB
CMYK
RGB Variations
Color information
#050863 (or 0x050863) is known color: Midnight Blue. HEX triplet: 05, 08 and 63. RGB value is (5,8,99). Sum of RGB (Red+Green+Blue) = 5+8+99=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #050863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050863 is #FAF79C. Grayscale: #111111. Windows color (decimal): -16447389 or 6490117. OLE color: 6490117.
HSL color Cylindrical-coordinate representation of color #050863: hue angle of 238.09º 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 #050863 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 8 | 99 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.61 |
| HSL | 238.09º | 0.9% | 0.2% | - |
| HSV(B) | 238.09º | 0.95% | 0.39% | - |
| XYZ | 2.4 | 1.11 | 11.89 | - |
| YUV | 17.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 99 | 0.95 | 0.92 | 0 | 0.61 | 238.09 | 0.9 | 0.2 |
| Hex | 5 | 8 | 63 | 5F | 5C | 0 | 3D | EE | 5A | 14 |
| Octal | 5 | 10 | 143 | 137 | 134 | 0 | 75 | 356 | 132 | 24 |
| Binary | 101 | 1000 | 1100011 | 1011111 | 1011100 | 0 | 111101 | 11101110 | 1011010 | 10100 |
Color Harmonies of #050863
Complementary color
Monochromatic Colors of #050863
Black with #050863
Text Example
Text Example
White with #050863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050863; }
p { color: rgb(5,8,99); }
H1.HeaderClassName
{
color: #050863;
}
.AnyTagClassName
{
color: #050863;
}
</style>
background-color css
<style>
a { background-color: #050863; }
a { background-color: rgb(5,8,99); }
div.DivClassName
{
background-color: #050863;
}
.BgClassName
{
background-color: #050863;
}
</style>
border-color css
<style>
span { border-color: #050863; }
span { border-color: rgb(5,8,99); }
td.TdClassName
{
border-color: #050863;
}
.TagClassName
{
border-color: #050863;
}
</style>