Shades of Dark Blue #0A0586
Tints of Dark Blue #0A0586
RGB
CMYK
RGB Variations
Color information
#0A0586 (or 0x0A0586) is known color: Dark Blue. HEX triplet: 0A, 05 and 86. RGB value is (10,5,134). Sum of RGB (Red+Green+Blue) = 10+5+134=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 134 (52.73% from 255 or 89.93% from 149); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A0586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0586 is #F5FA79. Grayscale: #141414. Windows color (decimal): -16120442 or 8783114. OLE color: 8783114.
HSL color Cylindrical-coordinate representation of color #0A0586: hue angle of 242.33º 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 #0A0586 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 5 | 134 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.47 |
| HSL | 242.33º | 0.93% | 0.27% | - |
| HSV(B) | 242.33º | 0.96% | 0.53% | - |
| XYZ | 4.48 | 1.89 | 22.68 | - |
| YUV | 21.2 | 191.66 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 134 | 0.93 | 0.96 | 0 | 0.47 | 242.33 | 0.93 | 0.27 |
| Hex | A | 5 | 86 | 5D | 60 | 0 | 2F | F2 | 5D | 1B |
| Octal | 12 | 5 | 206 | 135 | 140 | 0 | 57 | 362 | 135 | 33 |
| Binary | 1010 | 101 | 10000110 | 1011101 | 1100000 | 0 | 101111 | 11110010 | 1011101 | 11011 |
Color Harmonies of #0A0586
Complementary color
Monochromatic Colors of #0A0586
Black with #0A0586
Text Example
Text Example
White with #0A0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0586; }
p { color: rgb(10,5,134); }
H1.HeaderClassName
{
color: #0A0586;
}
.AnyTagClassName
{
color: #0A0586;
}
</style>
background-color css
<style>
a { background-color: #0A0586; }
a { background-color: rgb(10,5,134); }
div.DivClassName
{
background-color: #0A0586;
}
.BgClassName
{
background-color: #0A0586;
}
</style>
border-color css
<style>
span { border-color: #0A0586; }
span { border-color: rgb(10,5,134); }
td.TdClassName
{
border-color: #0A0586;
}
.TagClassName
{
border-color: #0A0586;
}
</style>