Shades of Dark Blue #050A89
Tints of Dark Blue #050A89
RGB
CMYK
RGB Variations
Color information
#050A89 (or 0x050A89) is known color: Dark Blue. HEX triplet: 05, 0A and 89. RGB value is (5,10,137). Sum of RGB (Red+Green+Blue) = 5+10+137=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #050A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050A89 is #FAF576. Grayscale: #161616. Windows color (decimal): -16446839 or 8980997. OLE color: 8980997.
HSL color Cylindrical-coordinate representation of color #050A89: hue angle of 237.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050A89 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 10 | 137 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.46 |
| HSL | 237.73º | 0.93% | 0.28% | - |
| HSV(B) | 237.73º | 0.96% | 0.54% | - |
| XYZ | 4.69 | 2.06 | 23.82 | - |
| YUV | 22.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 137 | 0.96 | 0.93 | 0 | 0.46 | 237.73 | 0.93 | 0.28 |
| Hex | 5 | A | 89 | 60 | 5D | 0 | 2E | EE | 5D | 1C |
| Octal | 5 | 12 | 211 | 140 | 135 | 0 | 56 | 356 | 135 | 34 |
| Binary | 101 | 1010 | 10001001 | 1100000 | 1011101 | 0 | 101110 | 11101110 | 1011101 | 11100 |
Color Harmonies of #050A89
Complementary color
Monochromatic Colors of #050A89
Black with #050A89
Text Example
Text Example
White with #050A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A89; }
p { color: rgb(5,10,137); }
H1.HeaderClassName
{
color: #050A89;
}
.AnyTagClassName
{
color: #050A89;
}
</style>
background-color css
<style>
a { background-color: #050A89; }
a { background-color: rgb(5,10,137); }
div.DivClassName
{
background-color: #050A89;
}
.BgClassName
{
background-color: #050A89;
}
</style>
border-color css
<style>
span { border-color: #050A89; }
span { border-color: rgb(5,10,137); }
td.TdClassName
{
border-color: #050A89;
}
.TagClassName
{
border-color: #050A89;
}
</style>