Shades of Midnight Blue #050A59
Tints of Midnight Blue #050A59
RGB
CMYK
RGB Variations
Color information
#050A59 (or 0x050A59) is known color: Midnight Blue. HEX triplet: 05, 0A and 59. RGB value is (5,10,89). Sum of RGB (Red+Green+Blue) = 5+10+89=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #050A59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A59 is #FAF5A6. Grayscale: #111111. Windows color (decimal): -16446887 or 5835269. OLE color: 5835269.
HSL color Cylindrical-coordinate representation of color #050A59: hue angle of 236.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050A59 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 10 | 89 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.65 |
| HSL | 236.43º | 0.89% | 0.18% | - |
| HSV(B) | 236.43º | 0.94% | 0.35% | - |
| XYZ | 1.97 | 0.97 | 9.53 | - |
| YUV | 17.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 89 | 0.94 | 0.89 | 0 | 0.65 | 236.43 | 0.89 | 0.18 |
| Hex | 5 | A | 59 | 5E | 59 | 0 | 41 | EC | 59 | 12 |
| Octal | 5 | 12 | 131 | 136 | 131 | 0 | 101 | 354 | 131 | 22 |
| Binary | 101 | 1010 | 1011001 | 1011110 | 1011001 | 0 | 1000001 | 11101100 | 1011001 | 10010 |
Color Harmonies of #050A59
Complementary color
Monochromatic Colors of #050A59
Black with #050A59
Text Example
Text Example
White with #050A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A59; }
p { color: rgb(5,10,89); }
H1.HeaderClassName
{
color: #050A59;
}
.AnyTagClassName
{
color: #050A59;
}
</style>
background-color css
<style>
a { background-color: #050A59; }
a { background-color: rgb(5,10,89); }
div.DivClassName
{
background-color: #050A59;
}
.BgClassName
{
background-color: #050A59;
}
</style>
border-color css
<style>
span { border-color: #050A59; }
span { border-color: rgb(5,10,89); }
td.TdClassName
{
border-color: #050A59;
}
.TagClassName
{
border-color: #050A59;
}
</style>