Shades of Sherpa Blue #0A485C
Tints of Sherpa Blue #0A485C
RGB
CMYK
RGB Variations
Color information
#0A485C (or 0x0A485C) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 5C. RGB value is (10,72,92). Sum of RGB (Red+Green+Blue) = 10+72+92=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485C is #F5B7A3. Grayscale: #373737. Windows color (decimal): -16103332 or 6047754. OLE color: 6047754.
HSL color Cylindrical-coordinate representation of color #0A485C: hue angle of 194.63º 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 #0A485C is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 72 | 92 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.64 |
| HSL | 194.63º | 0.8% | 0.2% | - |
| HSV(B) | 194.63º | 0.89% | 0.36% | - |
| XYZ | 4.37 | 5.47 | 10.95 | - |
| YUV | 55.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 92 | 0.89 | 0.22 | 0 | 0.64 | 194.63 | 0.8 | 0.2 |
| Hex | A | 48 | 5C | 59 | 16 | 0 | 40 | C3 | 50 | 14 |
| Octal | 12 | 110 | 134 | 131 | 26 | 0 | 100 | 303 | 120 | 24 |
| Binary | 1010 | 1001000 | 1011100 | 1011001 | 10110 | 0 | 1000000 | 11000011 | 1010000 | 10100 |
Color Harmonies of #0A485C
Complementary color
Monochromatic Colors of #0A485C
Black with #0A485C
Text Example
Text Example
White with #0A485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A485C; }
p { color: rgb(10,72,92); }
H1.HeaderClassName
{
color: #0A485C;
}
.AnyTagClassName
{
color: #0A485C;
}
</style>
background-color css
<style>
a { background-color: #0A485C; }
a { background-color: rgb(10,72,92); }
div.DivClassName
{
background-color: #0A485C;
}
.BgClassName
{
background-color: #0A485C;
}
</style>
border-color css
<style>
span { border-color: #0A485C; }
span { border-color: rgb(10,72,92); }
td.TdClassName
{
border-color: #0A485C;
}
.TagClassName
{
border-color: #0A485C;
}
</style>