Shades of Dark Blue #05108D
Tints of Dark Blue #05108D
RGB
CMYK
RGB Variations
Color information
#05108D (or 0x05108D) is known color: Dark Blue. HEX triplet: 05, 10 and 8D. RGB value is (5,16,141). Sum of RGB (Red+Green+Blue) = 5+16+141=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #05108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05108D is #FAEF72. Grayscale: #1A1A1A. Windows color (decimal): -16445299 or 9244677. OLE color: 9244677.
HSL color Cylindrical-coordinate representation of color #05108D: hue angle of 235.15º 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 #05108D is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 16 | 141 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.45 |
| HSL | 235.15º | 0.93% | 0.29% | - |
| HSV(B) | 235.15º | 0.96% | 0.55% | - |
| XYZ | 5.06 | 2.33 | 25.38 | - |
| YUV | 26.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 141 | 0.96 | 0.89 | 0 | 0.45 | 235.15 | 0.93 | 0.29 |
| Hex | 5 | 10 | 8D | 60 | 59 | 0 | 2D | EB | 5D | 1D |
| Octal | 5 | 20 | 215 | 140 | 131 | 0 | 55 | 353 | 135 | 35 |
| Binary | 101 | 10000 | 10001101 | 1100000 | 1011001 | 0 | 101101 | 11101011 | 1011101 | 11101 |
Color Harmonies of #05108D
Complementary color
Monochromatic Colors of #05108D
Black with #05108D
Text Example
Text Example
White with #05108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05108D; }
p { color: rgb(5,16,141); }
H1.HeaderClassName
{
color: #05108D;
}
.AnyTagClassName
{
color: #05108D;
}
</style>
background-color css
<style>
a { background-color: #05108D; }
a { background-color: rgb(5,16,141); }
div.DivClassName
{
background-color: #05108D;
}
.BgClassName
{
background-color: #05108D;
}
</style>
border-color css
<style>
span { border-color: #05108D; }
span { border-color: rgb(5,16,141); }
td.TdClassName
{
border-color: #05108D;
}
.TagClassName
{
border-color: #05108D;
}
</style>