Shades of Sherpa Blue #0A515B
Tints of Sherpa Blue #0A515B
RGB
CMYK
RGB Variations
Color information
#0A515B (or 0x0A515B) is known color: Sherpa Blue. HEX triplet: 0A, 51 and 5B. RGB value is (10,81,91). Sum of RGB (Red+Green+Blue) = 10+81+91=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A515B is #F5AEA4. Grayscale: #3C3C3C. Windows color (decimal): -16101029 or 5984522. OLE color: 5984522.
HSL color Cylindrical-coordinate representation of color #0A515B: hue angle of 187.41º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A515B is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 81 | 91 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.64 |
| HSL | 187.41º | 0.8% | 0.2% | - |
| HSV(B) | 187.41º | 0.89% | 0.36% | - |
| XYZ | 4.96 | 6.7 | 10.93 | - |
| YUV | 60.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 91 | 0.89 | 0.11 | 0 | 0.64 | 187.41 | 0.8 | 0.2 |
| Hex | A | 51 | 5B | 59 | B | 0 | 40 | BB | 50 | 14 |
| Octal | 12 | 121 | 133 | 131 | 13 | 0 | 100 | 273 | 120 | 24 |
| Binary | 1010 | 1010001 | 1011011 | 1011001 | 1011 | 0 | 1000000 | 10111011 | 1010000 | 10100 |
Color Harmonies of #0A515B
Complementary color
Monochromatic Colors of #0A515B
Black with #0A515B
Text Example
Text Example
White with #0A515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A515B; }
p { color: rgb(10,81,91); }
H1.HeaderClassName
{
color: #0A515B;
}
.AnyTagClassName
{
color: #0A515B;
}
</style>
background-color css
<style>
a { background-color: #0A515B; }
a { background-color: rgb(10,81,91); }
div.DivClassName
{
background-color: #0A515B;
}
.BgClassName
{
background-color: #0A515B;
}
</style>
border-color css
<style>
span { border-color: #0A515B; }
span { border-color: rgb(10,81,91); }
td.TdClassName
{
border-color: #0A515B;
}
.TagClassName
{
border-color: #0A515B;
}
</style>