Shades of Dark Blue #050D8D
Tints of Dark Blue #050D8D
RGB
CMYK
RGB Variations
Color information
#050D8D (or 0x050D8D) is known color: Dark Blue. HEX triplet: 05, 0D and 8D. RGB value is (5,13,141). Sum of RGB (Red+Green+Blue) = 5+13+141=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #050D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D8D is #FAF272. Grayscale: #181818. Windows color (decimal): -16446067 or 9243909. OLE color: 9243909.
HSL color Cylindrical-coordinate representation of color #050D8D: hue angle of 236.47º 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 #050D8D is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 13 | 141 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.45 |
| HSL | 236.47º | 0.93% | 0.29% | - |
| HSV(B) | 236.47º | 0.96% | 0.55% | - |
| XYZ | 5.01 | 2.24 | 25.37 | - |
| YUV | 25.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 141 | 0.96 | 0.91 | 0 | 0.45 | 236.47 | 0.93 | 0.29 |
| Hex | 5 | D | 8D | 60 | 5B | 0 | 2D | EC | 5D | 1D |
| Octal | 5 | 15 | 215 | 140 | 133 | 0 | 55 | 354 | 135 | 35 |
| Binary | 101 | 1101 | 10001101 | 1100000 | 1011011 | 0 | 101101 | 11101100 | 1011101 | 11101 |
Color Harmonies of #050D8D
Complementary color
Monochromatic Colors of #050D8D
Black with #050D8D
Text Example
Text Example
White with #050D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D8D; }
p { color: rgb(5,13,141); }
H1.HeaderClassName
{
color: #050D8D;
}
.AnyTagClassName
{
color: #050D8D;
}
</style>
background-color css
<style>
a { background-color: #050D8D; }
a { background-color: rgb(5,13,141); }
div.DivClassName
{
background-color: #050D8D;
}
.BgClassName
{
background-color: #050D8D;
}
</style>
border-color css
<style>
span { border-color: #050D8D; }
span { border-color: rgb(5,13,141); }
td.TdClassName
{
border-color: #050D8D;
}
.TagClassName
{
border-color: #050D8D;
}
</style>