Shades of Sherpa Blue #0A4953
Tints of Sherpa Blue #0A4953
RGB
CMYK
RGB Variations
Color information
#0A4953 (or 0x0A4953) is known color: Sherpa Blue. HEX triplet: 0A, 49 and 53. RGB value is (10,73,83). Sum of RGB (Red+Green+Blue) = 10+73+83=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A4953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4953 is #F5B6AC. Grayscale: #373737. Windows color (decimal): -16103085 or 5458186. OLE color: 5458186.
HSL color Cylindrical-coordinate representation of color #0A4953: hue angle of 188.22º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4953 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 73 | 83 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.67 |
| HSL | 188.22º | 0.78% | 0.18% | - |
| HSV(B) | 188.22º | 0.88% | 0.33% | - |
| XYZ | 4.07 | 5.45 | 9.02 | - |
| YUV | 55.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 83 | 0.88 | 0.12 | 0 | 0.67 | 188.22 | 0.78 | 0.18 |
| Hex | A | 49 | 53 | 58 | C | 0 | 43 | BC | 4E | 12 |
| Octal | 12 | 111 | 123 | 130 | 14 | 0 | 103 | 274 | 116 | 22 |
| Binary | 1010 | 1001001 | 1010011 | 1011000 | 1100 | 0 | 1000011 | 10111100 | 1001110 | 10010 |
Color Harmonies of #0A4953
Complementary color
Monochromatic Colors of #0A4953
Black with #0A4953
Text Example
Text Example
White with #0A4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4953; }
p { color: rgb(10,73,83); }
H1.HeaderClassName
{
color: #0A4953;
}
.AnyTagClassName
{
color: #0A4953;
}
</style>
background-color css
<style>
a { background-color: #0A4953; }
a { background-color: rgb(10,73,83); }
div.DivClassName
{
background-color: #0A4953;
}
.BgClassName
{
background-color: #0A4953;
}
</style>
border-color css
<style>
span { border-color: #0A4953; }
span { border-color: rgb(10,73,83); }
td.TdClassName
{
border-color: #0A4953;
}
.TagClassName
{
border-color: #0A4953;
}
</style>