Shades of Sherpa Blue #0A5259
Tints of Sherpa Blue #0A5259
RGB
CMYK
RGB Variations
Color information
#0A5259 (or 0x0A5259) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 59. RGB value is (10,82,89). Sum of RGB (Red+Green+Blue) = 10+82+89=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A5259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5259 is #F5ADA6. Grayscale: #3D3D3D. Windows color (decimal): -16100775 or 5853706. OLE color: 5853706.
HSL color Cylindrical-coordinate representation of color #0A5259: hue angle of 185.32º 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 #0A5259 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 82 | 89 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.65 |
| HSL | 185.32º | 0.8% | 0.19% | - |
| HSV(B) | 185.32º | 0.89% | 0.35% | - |
| XYZ | 4.95 | 6.82 | 10.51 | - |
| YUV | 61.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 89 | 0.89 | 0.08 | 0 | 0.65 | 185.32 | 0.8 | 0.19 |
| Hex | A | 52 | 59 | 59 | 8 | 0 | 41 | B9 | 50 | 13 |
| Octal | 12 | 122 | 131 | 131 | 10 | 0 | 101 | 271 | 120 | 23 |
| Binary | 1010 | 1010010 | 1011001 | 1011001 | 1000 | 0 | 1000001 | 10111001 | 1010000 | 10011 |
Color Harmonies of #0A5259
Complementary color
Monochromatic Colors of #0A5259
Black with #0A5259
Text Example
Text Example
White with #0A5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5259; }
p { color: rgb(10,82,89); }
H1.HeaderClassName
{
color: #0A5259;
}
.AnyTagClassName
{
color: #0A5259;
}
</style>
background-color css
<style>
a { background-color: #0A5259; }
a { background-color: rgb(10,82,89); }
div.DivClassName
{
background-color: #0A5259;
}
.BgClassName
{
background-color: #0A5259;
}
</style>
border-color css
<style>
span { border-color: #0A5259; }
span { border-color: rgb(10,82,89); }
td.TdClassName
{
border-color: #0A5259;
}
.TagClassName
{
border-color: #0A5259;
}
</style>