Shades of Dark Blue #05108B
Tints of Dark Blue #05108B
RGB
CMYK
RGB Variations
Color information
#05108B (or 0x05108B) is known color: Dark Blue. HEX triplet: 05, 10 and 8B. RGB value is (5,16,139). Sum of RGB (Red+Green+Blue) = 5+16+139=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #05108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05108B is #FAEF74. Grayscale: #1A1A1A. Windows color (decimal): -16445301 or 9113605. OLE color: 9113605.
HSL color Cylindrical-coordinate representation of color #05108B: hue angle of 235.07º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05108B is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 16 | 139 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.45 |
| HSL | 235.07º | 0.93% | 0.28% | - |
| HSV(B) | 235.07º | 0.96% | 0.55% | - |
| XYZ | 4.91 | 2.27 | 24.6 | - |
| YUV | 26.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 139 | 0.96 | 0.88 | 0 | 0.45 | 235.07 | 0.93 | 0.28 |
| Hex | 5 | 10 | 8B | 60 | 58 | 0 | 2D | EB | 5D | 1C |
| Octal | 5 | 20 | 213 | 140 | 130 | 0 | 55 | 353 | 135 | 34 |
| Binary | 101 | 10000 | 10001011 | 1100000 | 1011000 | 0 | 101101 | 11101011 | 1011101 | 11100 |
Color Harmonies of #05108B
Complementary color
Monochromatic Colors of #05108B
Black with #05108B
Text Example
Text Example
White with #05108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05108B; }
p { color: rgb(5,16,139); }
H1.HeaderClassName
{
color: #05108B;
}
.AnyTagClassName
{
color: #05108B;
}
</style>
background-color css
<style>
a { background-color: #05108B; }
a { background-color: rgb(5,16,139); }
div.DivClassName
{
background-color: #05108B;
}
.BgClassName
{
background-color: #05108B;
}
</style>
border-color css
<style>
span { border-color: #05108B; }
span { border-color: rgb(5,16,139); }
td.TdClassName
{
border-color: #05108B;
}
.TagClassName
{
border-color: #05108B;
}
</style>