Shades of Sherpa Blue #0A4959
Tints of Sherpa Blue #0A4959
RGB
CMYK
RGB Variations
Color information
#0A4959 (or 0x0A4959) is known color: Sherpa Blue. HEX triplet: 0A, 49 and 59. RGB value is (10,73,89). Sum of RGB (Red+Green+Blue) = 10+73+89=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A4959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4959 is #F5B6A6. Grayscale: #373737. Windows color (decimal): -16103079 or 5851402. OLE color: 5851402.
HSL color Cylindrical-coordinate representation of color #0A4959: hue angle of 192.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4959 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 73 | 89 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.65 |
| HSL | 192.15º | 0.8% | 0.19% | - |
| HSV(B) | 192.15º | 0.89% | 0.35% | - |
| XYZ | 4.31 | 5.55 | 10.3 | - |
| YUV | 55.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 89 | 0.89 | 0.18 | 0 | 0.65 | 192.15 | 0.8 | 0.19 |
| Hex | A | 49 | 59 | 59 | 12 | 0 | 41 | C0 | 50 | 13 |
| Octal | 12 | 111 | 131 | 131 | 22 | 0 | 101 | 300 | 120 | 23 |
| Binary | 1010 | 1001001 | 1011001 | 1011001 | 10010 | 0 | 1000001 | 11000000 | 1010000 | 10011 |
Color Harmonies of #0A4959
Complementary color
Monochromatic Colors of #0A4959
Black with #0A4959
Text Example
Text Example
White with #0A4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4959; }
p { color: rgb(10,73,89); }
H1.HeaderClassName
{
color: #0A4959;
}
.AnyTagClassName
{
color: #0A4959;
}
</style>
background-color css
<style>
a { background-color: #0A4959; }
a { background-color: rgb(10,73,89); }
div.DivClassName
{
background-color: #0A4959;
}
.BgClassName
{
background-color: #0A4959;
}
</style>
border-color css
<style>
span { border-color: #0A4959; }
span { border-color: rgb(10,73,89); }
td.TdClassName
{
border-color: #0A4959;
}
.TagClassName
{
border-color: #0A4959;
}
</style>