Shades of Sherpa Blue #0A4C58
Tints of Sherpa Blue #0A4C58
RGB
CMYK
RGB Variations
Color information
#0A4C58 (or 0x0A4C58) is known color: Sherpa Blue. HEX triplet: 0A, 4C and 58. RGB value is (10,76,88). Sum of RGB (Red+Green+Blue) = 10+76+88=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A4C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4C58 is #F5B3A7. Grayscale: #393939. Windows color (decimal): -16102312 or 5786634. OLE color: 5786634.
HSL color Cylindrical-coordinate representation of color #0A4C58: hue angle of 189.23º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4C58 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 76 | 88 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.65 |
| HSL | 189.23º | 0.8% | 0.19% | - |
| HSV(B) | 189.23º | 0.89% | 0.35% | - |
| XYZ | 4.47 | 5.94 | 10.14 | - |
| YUV | 57.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 76 | 88 | 0.89 | 0.14 | 0 | 0.65 | 189.23 | 0.8 | 0.19 |
| Hex | A | 4C | 58 | 59 | E | 0 | 41 | BD | 50 | 13 |
| Octal | 12 | 114 | 130 | 131 | 16 | 0 | 101 | 275 | 120 | 23 |
| Binary | 1010 | 1001100 | 1011000 | 1011001 | 1110 | 0 | 1000001 | 10111101 | 1010000 | 10011 |
Color Harmonies of #0A4C58
Complementary color
Monochromatic Colors of #0A4C58
Black with #0A4C58
Text Example
Text Example
White with #0A4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4C58; }
p { color: rgb(10,76,88); }
H1.HeaderClassName
{
color: #0A4C58;
}
.AnyTagClassName
{
color: #0A4C58;
}
</style>
background-color css
<style>
a { background-color: #0A4C58; }
a { background-color: rgb(10,76,88); }
div.DivClassName
{
background-color: #0A4C58;
}
.BgClassName
{
background-color: #0A4C58;
}
</style>
border-color css
<style>
span { border-color: #0A4C58; }
span { border-color: rgb(10,76,88); }
td.TdClassName
{
border-color: #0A4C58;
}
.TagClassName
{
border-color: #0A4C58;
}
</style>