Shades of Sherpa Blue #0A4F5E
Tints of Sherpa Blue #0A4F5E
RGB
CMYK
RGB Variations
Color information
#0A4F5E (or 0x0A4F5E) is known color: Sherpa Blue. HEX triplet: 0A, 4F and 5E. RGB value is (10,79,94). Sum of RGB (Red+Green+Blue) = 10+79+94=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A4F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4F5E is #F5B0A1. Grayscale: #3B3B3B. Windows color (decimal): -16101538 or 6180618. OLE color: 6180618.
HSL color Cylindrical-coordinate representation of color #0A4F5E: hue angle of 190.71º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4F5E is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 79 | 94 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.63 |
| HSL | 190.71º | 0.81% | 0.2% | - |
| HSV(B) | 190.71º | 0.89% | 0.37% | - |
| XYZ | 4.94 | 6.46 | 11.58 | - |
| YUV | 60.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 94 | 0.89 | 0.16 | 0 | 0.63 | 190.71 | 0.81 | 0.2 |
| Hex | A | 4F | 5E | 59 | 10 | 0 | 3F | BF | 51 | 14 |
| Octal | 12 | 117 | 136 | 131 | 20 | 0 | 77 | 277 | 121 | 24 |
| Binary | 1010 | 1001111 | 1011110 | 1011001 | 10000 | 0 | 111111 | 10111111 | 1010001 | 10100 |
Color Harmonies of #0A4F5E
Complementary color
Monochromatic Colors of #0A4F5E
Black with #0A4F5E
Text Example
Text Example
White with #0A4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4F5E; }
p { color: rgb(10,79,94); }
H1.HeaderClassName
{
color: #0A4F5E;
}
.AnyTagClassName
{
color: #0A4F5E;
}
</style>
background-color css
<style>
a { background-color: #0A4F5E; }
a { background-color: rgb(10,79,94); }
div.DivClassName
{
background-color: #0A4F5E;
}
.BgClassName
{
background-color: #0A4F5E;
}
</style>
border-color css
<style>
span { border-color: #0A4F5E; }
span { border-color: rgb(10,79,94); }
td.TdClassName
{
border-color: #0A4F5E;
}
.TagClassName
{
border-color: #0A4F5E;
}
</style>