Shades of Sherpa Blue #0A5451
Tints of Sherpa Blue #0A5451
RGB
CMYK
RGB Variations
Color information
#0A5451 (or 0x0A5451) is known color: Sherpa Blue. HEX triplet: 0A, 54 and 51. RGB value is (10,84,81). Sum of RGB (Red+Green+Blue) = 10+84+81=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5451 is #F5ABAE. Grayscale: #3D3D3D. Windows color (decimal): -16100271 or 5329930. OLE color: 5329930.
HSL color Cylindrical-coordinate representation of color #0A5451: hue angle of 177.57º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5451 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 81 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.67 |
| HSL | 177.57º | 0.79% | 0.18% | - |
| HSV(B) | 177.57º | 0.88% | 0.33% | - |
| XYZ | 4.78 | 7 | 8.88 | - |
| YUV | 61.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 81 | 0.88 | 0 | 0.04 | 0.67 | 177.57 | 0.79 | 0.18 |
| Hex | A | 54 | 51 | 58 | 0 | 4 | 43 | B2 | 4F | 12 |
| Octal | 12 | 124 | 121 | 130 | 0 | 4 | 103 | 262 | 117 | 22 |
| Binary | 1010 | 1010100 | 1010001 | 1011000 | 0 | 100 | 1000011 | 10110010 | 1001111 | 10010 |
Color Harmonies of #0A5451
Complementary color
Monochromatic Colors of #0A5451
Black with #0A5451
Text Example
Text Example
White with #0A5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5451; }
p { color: rgb(10,84,81); }
H1.HeaderClassName
{
color: #0A5451;
}
.AnyTagClassName
{
color: #0A5451;
}
</style>
background-color css
<style>
a { background-color: #0A5451; }
a { background-color: rgb(10,84,81); }
div.DivClassName
{
background-color: #0A5451;
}
.BgClassName
{
background-color: #0A5451;
}
</style>
border-color css
<style>
span { border-color: #0A5451; }
span { border-color: rgb(10,84,81); }
td.TdClassName
{
border-color: #0A5451;
}
.TagClassName
{
border-color: #0A5451;
}
</style>