Shades of Midnight Blue #050A63
Tints of Midnight Blue #050A63
RGB
CMYK
RGB Variations
Color information
#050A63 (or 0x050A63) is known color: Midnight Blue. HEX triplet: 05, 0A and 63. RGB value is (5,10,99). Sum of RGB (Red+Green+Blue) = 5+10+99=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #050A63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A63 is #FAF59C. Grayscale: #121212. Windows color (decimal): -16446877 or 6490629. OLE color: 6490629.
HSL color Cylindrical-coordinate representation of color #050A63: hue angle of 236.81º 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 #050A63 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 10 | 99 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.61 |
| HSL | 236.81º | 0.9% | 0.2% | - |
| HSV(B) | 236.81º | 0.95% | 0.39% | - |
| XYZ | 2.42 | 1.15 | 11.9 | - |
| YUV | 18.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 99 | 0.95 | 0.90 | 0 | 0.61 | 236.81 | 0.9 | 0.2 |
| Hex | 5 | A | 63 | 5F | 5A | 0 | 3D | ED | 5A | 14 |
| Octal | 5 | 12 | 143 | 137 | 132 | 0 | 75 | 355 | 132 | 24 |
| Binary | 101 | 1010 | 1100011 | 1011111 | 1011010 | 0 | 111101 | 11101101 | 1011010 | 10100 |
Color Harmonies of #050A63
Complementary color
Monochromatic Colors of #050A63
Black with #050A63
Text Example
Text Example
White with #050A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A63; }
p { color: rgb(5,10,99); }
H1.HeaderClassName
{
color: #050A63;
}
.AnyTagClassName
{
color: #050A63;
}
</style>
background-color css
<style>
a { background-color: #050A63; }
a { background-color: rgb(5,10,99); }
div.DivClassName
{
background-color: #050A63;
}
.BgClassName
{
background-color: #050A63;
}
</style>
border-color css
<style>
span { border-color: #050A63; }
span { border-color: rgb(5,10,99); }
td.TdClassName
{
border-color: #050A63;
}
.TagClassName
{
border-color: #050A63;
}
</style>