Shades of Dark Blue #050D86
Tints of Dark Blue #050D86
RGB
CMYK
RGB Variations
Color information
#050D86 (or 0x050D86) is known color: Dark Blue. HEX triplet: 05, 0D and 86. RGB value is (5,13,134). Sum of RGB (Red+Green+Blue) = 5+13+134=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #050D86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D86 is #FAF279. Grayscale: #171717. Windows color (decimal): -16446074 or 8785157. OLE color: 8785157.
HSL color Cylindrical-coordinate representation of color #050D86: hue angle of 236.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D86 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 13 | 134 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.47 |
| HSL | 236.28º | 0.93% | 0.27% | - |
| HSV(B) | 236.28º | 0.96% | 0.53% | - |
| XYZ | 4.51 | 2.04 | 22.71 | - |
| YUV | 24.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 134 | 0.96 | 0.90 | 0 | 0.47 | 236.28 | 0.93 | 0.27 |
| Hex | 5 | D | 86 | 60 | 5A | 0 | 2F | EC | 5D | 1B |
| Octal | 5 | 15 | 206 | 140 | 132 | 0 | 57 | 354 | 135 | 33 |
| Binary | 101 | 1101 | 10000110 | 1100000 | 1011010 | 0 | 101111 | 11101100 | 1011101 | 11011 |
Color Harmonies of #050D86
Complementary color
Monochromatic Colors of #050D86
Black with #050D86
Text Example
Text Example
White with #050D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D86; }
p { color: rgb(5,13,134); }
H1.HeaderClassName
{
color: #050D86;
}
.AnyTagClassName
{
color: #050D86;
}
</style>
background-color css
<style>
a { background-color: #050D86; }
a { background-color: rgb(5,13,134); }
div.DivClassName
{
background-color: #050D86;
}
.BgClassName
{
background-color: #050D86;
}
</style>
border-color css
<style>
span { border-color: #050D86; }
span { border-color: rgb(5,13,134); }
td.TdClassName
{
border-color: #050D86;
}
.TagClassName
{
border-color: #050D86;
}
</style>