Shades of Dark Blue #050A8D
Tints of Dark Blue #050A8D
RGB
CMYK
RGB Variations
Color information
#050A8D (or 0x050A8D) is known color: Dark Blue. HEX triplet: 05, 0A and 8D. RGB value is (5,10,141). Sum of RGB (Red+Green+Blue) = 5+10+141=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 141 (55.47% from 255 or 90.38% from 156); Max value from RGB is 141 - color contains mainly: blue. Hex color #050A8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050A8D is #FAF572. Grayscale: #161616. Windows color (decimal): -16446835 or 9243141. OLE color: 9243141.
HSL color Cylindrical-coordinate representation of color #050A8D: hue angle of 237.79º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050A8D is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 10 | 141 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.45 |
| HSL | 237.79º | 0.93% | 0.29% | - |
| HSV(B) | 237.79º | 0.96% | 0.55% | - |
| XYZ | 4.98 | 2.17 | 25.36 | - |
| YUV | 23.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 141 | 0.96 | 0.93 | 0 | 0.45 | 237.79 | 0.93 | 0.29 |
| Hex | 5 | A | 8D | 60 | 5D | 0 | 2D | EE | 5D | 1D |
| Octal | 5 | 12 | 215 | 140 | 135 | 0 | 55 | 356 | 135 | 35 |
| Binary | 101 | 1010 | 10001101 | 1100000 | 1011101 | 0 | 101101 | 11101110 | 1011101 | 11101 |
Color Harmonies of #050A8D
Complementary color
Monochromatic Colors of #050A8D
Black with #050A8D
Text Example
Text Example
White with #050A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A8D; }
p { color: rgb(5,10,141); }
H1.HeaderClassName
{
color: #050A8D;
}
.AnyTagClassName
{
color: #050A8D;
}
</style>
background-color css
<style>
a { background-color: #050A8D; }
a { background-color: rgb(5,10,141); }
div.DivClassName
{
background-color: #050A8D;
}
.BgClassName
{
background-color: #050A8D;
}
</style>
border-color css
<style>
span { border-color: #050A8D; }
span { border-color: rgb(5,10,141); }
td.TdClassName
{
border-color: #050A8D;
}
.TagClassName
{
border-color: #050A8D;
}
</style>