Shades of Dark Blue #05108C
Tints of Dark Blue #05108C
RGB
CMYK
RGB Variations
Color information
#05108C (or 0x05108C) is known color: Dark Blue. HEX triplet: 05, 10 and 8C. RGB value is (5,16,140). Sum of RGB (Red+Green+Blue) = 5+16+140=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 140 (55.08% from 255 or 86.96% from 161); Max value from RGB is 140 - color contains mainly: blue. Hex color #05108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05108C is #FAEF73. Grayscale: #1A1A1A. Windows color (decimal): -16445300 or 9179141. OLE color: 9179141.
HSL color Cylindrical-coordinate representation of color #05108C: hue angle of 235.11º 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 #05108C is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 16 | 140 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.45 |
| HSL | 235.11º | 0.93% | 0.28% | - |
| HSV(B) | 235.11º | 0.96% | 0.55% | - |
| XYZ | 4.98 | 2.3 | 24.99 | - |
| YUV | 26.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 140 | 0.96 | 0.89 | 0 | 0.45 | 235.11 | 0.93 | 0.28 |
| Hex | 5 | 10 | 8C | 60 | 59 | 0 | 2D | EB | 5D | 1C |
| Octal | 5 | 20 | 214 | 140 | 131 | 0 | 55 | 353 | 135 | 34 |
| Binary | 101 | 10000 | 10001100 | 1100000 | 1011001 | 0 | 101101 | 11101011 | 1011101 | 11100 |
Color Harmonies of #05108C
Complementary color
Monochromatic Colors of #05108C
Black with #05108C
Text Example
Text Example
White with #05108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05108C; }
p { color: rgb(5,16,140); }
H1.HeaderClassName
{
color: #05108C;
}
.AnyTagClassName
{
color: #05108C;
}
</style>
background-color css
<style>
a { background-color: #05108C; }
a { background-color: rgb(5,16,140); }
div.DivClassName
{
background-color: #05108C;
}
.BgClassName
{
background-color: #05108C;
}
</style>
border-color css
<style>
span { border-color: #05108C; }
span { border-color: rgb(5,16,140); }
td.TdClassName
{
border-color: #05108C;
}
.TagClassName
{
border-color: #05108C;
}
</style>