Shades of Sherpa Blue #0A535B
Tints of Sherpa Blue #0A535B
RGB
CMYK
RGB Variations
Color information
#0A535B (or 0x0A535B) is known color: Sherpa Blue. HEX triplet: 0A, 53 and 5B. RGB value is (10,83,91). Sum of RGB (Red+Green+Blue) = 10+83+91=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A535B is #F5ACA4. Grayscale: #3D3D3D. Windows color (decimal): -16100517 or 5985034. OLE color: 5985034.
HSL color Cylindrical-coordinate representation of color #0A535B: hue angle of 185.93º 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 #0A535B is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 83 | 91 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.64 |
| HSL | 185.93º | 0.8% | 0.2% | - |
| HSV(B) | 185.93º | 0.89% | 0.36% | - |
| XYZ | 5.11 | 7.01 | 10.98 | - |
| YUV | 62.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 91 | 0.89 | 0.09 | 0 | 0.64 | 185.93 | 0.8 | 0.2 |
| Hex | A | 53 | 5B | 59 | 9 | 0 | 40 | BA | 50 | 14 |
| Octal | 12 | 123 | 133 | 131 | 11 | 0 | 100 | 272 | 120 | 24 |
| Binary | 1010 | 1010011 | 1011011 | 1011001 | 1001 | 0 | 1000000 | 10111010 | 1010000 | 10100 |
Color Harmonies of #0A535B
Complementary color
Monochromatic Colors of #0A535B
Black with #0A535B
Text Example
Text Example
White with #0A535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A535B; }
p { color: rgb(10,83,91); }
H1.HeaderClassName
{
color: #0A535B;
}
.AnyTagClassName
{
color: #0A535B;
}
</style>
background-color css
<style>
a { background-color: #0A535B; }
a { background-color: rgb(10,83,91); }
div.DivClassName
{
background-color: #0A535B;
}
.BgClassName
{
background-color: #0A535B;
}
</style>
border-color css
<style>
span { border-color: #0A535B; }
span { border-color: rgb(10,83,91); }
td.TdClassName
{
border-color: #0A535B;
}
.TagClassName
{
border-color: #0A535B;
}
</style>