Shades of Sherpa Blue #0A485B
Tints of Sherpa Blue #0A485B
RGB
CMYK
RGB Variations
Color information
#0A485B (or 0x0A485B) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 5B. RGB value is (10,72,91). Sum of RGB (Red+Green+Blue) = 10+72+91=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485B is #F5B7A4. Grayscale: #373737. Windows color (decimal): -16103333 or 5982218. OLE color: 5982218.
HSL color Cylindrical-coordinate representation of color #0A485B: hue angle of 194.07º 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 #0A485B is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 72 | 91 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.64 |
| HSL | 194.07º | 0.8% | 0.2% | - |
| HSV(B) | 194.07º | 0.89% | 0.36% | - |
| XYZ | 4.33 | 5.45 | 10.72 | - |
| YUV | 55.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 91 | 0.89 | 0.21 | 0 | 0.64 | 194.07 | 0.8 | 0.2 |
| Hex | A | 48 | 5B | 59 | 15 | 0 | 40 | C2 | 50 | 14 |
| Octal | 12 | 110 | 133 | 131 | 25 | 0 | 100 | 302 | 120 | 24 |
| Binary | 1010 | 1001000 | 1011011 | 1011001 | 10101 | 0 | 1000000 | 11000010 | 1010000 | 10100 |
Color Harmonies of #0A485B
Complementary color
Monochromatic Colors of #0A485B
Black with #0A485B
Text Example
Text Example
White with #0A485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A485B; }
p { color: rgb(10,72,91); }
H1.HeaderClassName
{
color: #0A485B;
}
.AnyTagClassName
{
color: #0A485B;
}
</style>
background-color css
<style>
a { background-color: #0A485B; }
a { background-color: rgb(10,72,91); }
div.DivClassName
{
background-color: #0A485B;
}
.BgClassName
{
background-color: #0A485B;
}
</style>
border-color css
<style>
span { border-color: #0A485B; }
span { border-color: rgb(10,72,91); }
td.TdClassName
{
border-color: #0A485B;
}
.TagClassName
{
border-color: #0A485B;
}
</style>