Shades of Sherpa Blue #0A485A
Tints of Sherpa Blue #0A485A
RGB
CMYK
RGB Variations
Color information
#0A485A (or 0x0A485A) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 5A. RGB value is (10,72,90). Sum of RGB (Red+Green+Blue) = 10+72+90=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485A is #F5B7A5. Grayscale: #373737. Windows color (decimal): -16103334 or 5916682. OLE color: 5916682.
HSL color Cylindrical-coordinate representation of color #0A485A: hue angle of 193.5º 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 #0A485A is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 72 | 90 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.65 |
| HSL | 193.5º | 0.8% | 0.2% | - |
| HSV(B) | 193.5º | 0.89% | 0.35% | - |
| XYZ | 4.29 | 5.44 | 10.5 | - |
| YUV | 55.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 90 | 0.89 | 0.20 | 0 | 0.65 | 193.5 | 0.8 | 0.2 |
| Hex | A | 48 | 5A | 59 | 14 | 0 | 41 | C2 | 50 | 14 |
| Octal | 12 | 110 | 132 | 131 | 24 | 0 | 101 | 302 | 120 | 24 |
| Binary | 1010 | 1001000 | 1011010 | 1011001 | 10100 | 0 | 1000001 | 11000010 | 1010000 | 10100 |
Color Harmonies of #0A485A
Complementary color
Monochromatic Colors of #0A485A
Black with #0A485A
Text Example
Text Example
White with #0A485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A485A; }
p { color: rgb(10,72,90); }
H1.HeaderClassName
{
color: #0A485A;
}
.AnyTagClassName
{
color: #0A485A;
}
</style>
background-color css
<style>
a { background-color: #0A485A; }
a { background-color: rgb(10,72,90); }
div.DivClassName
{
background-color: #0A485A;
}
.BgClassName
{
background-color: #0A485A;
}
</style>
border-color css
<style>
span { border-color: #0A485A; }
span { border-color: rgb(10,72,90); }
td.TdClassName
{
border-color: #0A485A;
}
.TagClassName
{
border-color: #0A485A;
}
</style>