Shades of Sherpa Blue #0A464D
Tints of Sherpa Blue #0A464D
RGB
CMYK
RGB Variations
Color information
#0A464D (or 0x0A464D) is known color: Sherpa Blue. HEX triplet: 0A, 46 and 4D. RGB value is (10,70,77). Sum of RGB (Red+Green+Blue) = 10+70+77=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A464D is #F5B9B2. Grayscale: #343434. Windows color (decimal): -16103859 or 5064202. OLE color: 5064202.
HSL color Cylindrical-coordinate representation of color #0A464D: hue angle of 186.27º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A464D is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 70 | 77 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.70 |
| HSL | 186.27º | 0.77% | 0.17% | - |
| HSV(B) | 186.27º | 0.87% | 0.3% | - |
| XYZ | 3.65 | 4.98 | 7.79 | - |
| YUV | 52.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 77 | 0.87 | 0.09 | 0 | 0.70 | 186.27 | 0.77 | 0.17 |
| Hex | A | 46 | 4D | 57 | 9 | 0 | 46 | BA | 4D | 11 |
| Octal | 12 | 106 | 115 | 127 | 11 | 0 | 106 | 272 | 115 | 21 |
| Binary | 1010 | 1000110 | 1001101 | 1010111 | 1001 | 0 | 1000110 | 10111010 | 1001101 | 10001 |
Color Harmonies of #0A464D
Complementary color
Monochromatic Colors of #0A464D
Black with #0A464D
Text Example
Text Example
White with #0A464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A464D; }
p { color: rgb(10,70,77); }
H1.HeaderClassName
{
color: #0A464D;
}
.AnyTagClassName
{
color: #0A464D;
}
</style>
background-color css
<style>
a { background-color: #0A464D; }
a { background-color: rgb(10,70,77); }
div.DivClassName
{
background-color: #0A464D;
}
.BgClassName
{
background-color: #0A464D;
}
</style>
border-color css
<style>
span { border-color: #0A464D; }
span { border-color: rgb(10,70,77); }
td.TdClassName
{
border-color: #0A464D;
}
.TagClassName
{
border-color: #0A464D;
}
</style>