Shades of Sherpa Blue #0A515A
Tints of Sherpa Blue #0A515A
RGB
CMYK
RGB Variations
Color information
#0A515A (or 0x0A515A) is known color: Sherpa Blue. HEX triplet: 0A, 51 and 5A. RGB value is (10,81,90). Sum of RGB (Red+Green+Blue) = 10+81+90=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A515A is #F5AEA5. Grayscale: #3C3C3C. Windows color (decimal): -16101030 or 5918986. OLE color: 5918986.
HSL color Cylindrical-coordinate representation of color #0A515A: hue angle of 186.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A515A is Cyan = 0.89, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 81 | 90 | - |
| CMYK | 0.89 | 0.1 | 0 | 0.65 |
| HSL | 186.75º | 0.8% | 0.2% | - |
| HSV(B) | 186.75º | 0.89% | 0.35% | - |
| XYZ | 4.91 | 6.69 | 10.7 | - |
| YUV | 60.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 90 | 0.89 | 0.1 | 0 | 0.65 | 186.75 | 0.8 | 0.2 |
| Hex | A | 51 | 5A | 59 | A | 0 | 41 | BB | 50 | 14 |
| Octal | 12 | 121 | 132 | 131 | 12 | 0 | 101 | 273 | 120 | 24 |
| Binary | 1010 | 1010001 | 1011010 | 1011001 | 1010 | 0 | 1000001 | 10111011 | 1010000 | 10100 |
Color Harmonies of #0A515A
Complementary color
Monochromatic Colors of #0A515A
Black with #0A515A
Text Example
Text Example
White with #0A515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A515A; }
p { color: rgb(10,81,90); }
H1.HeaderClassName
{
color: #0A515A;
}
.AnyTagClassName
{
color: #0A515A;
}
</style>
background-color css
<style>
a { background-color: #0A515A; }
a { background-color: rgb(10,81,90); }
div.DivClassName
{
background-color: #0A515A;
}
.BgClassName
{
background-color: #0A515A;
}
</style>
border-color css
<style>
span { border-color: #0A515A; }
span { border-color: rgb(10,81,90); }
td.TdClassName
{
border-color: #0A515A;
}
.TagClassName
{
border-color: #0A515A;
}
</style>