Shades of Sherpa Blue #0A4A55
Tints of Sherpa Blue #0A4A55
RGB
CMYK
RGB Variations
Color information
#0A4A55 (or 0x0A4A55) is known color: Sherpa Blue. HEX triplet: 0A, 4A and 55. RGB value is (10,74,85). Sum of RGB (Red+Green+Blue) = 10+74+85=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A4A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4A55 is #F5B5AA. Grayscale: #383838. Windows color (decimal): -16102827 or 5589514. OLE color: 5589514.
HSL color Cylindrical-coordinate representation of color #0A4A55: hue angle of 188.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4A55 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 74 | 85 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.67 |
| HSL | 188.8º | 0.79% | 0.19% | - |
| HSV(B) | 188.8º | 0.88% | 0.33% | - |
| XYZ | 4.21 | 5.62 | 9.46 | - |
| YUV | 56.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 74 | 85 | 0.88 | 0.13 | 0 | 0.67 | 188.8 | 0.79 | 0.19 |
| Hex | A | 4A | 55 | 58 | D | 0 | 43 | BD | 4F | 13 |
| Octal | 12 | 112 | 125 | 130 | 15 | 0 | 103 | 275 | 117 | 23 |
| Binary | 1010 | 1001010 | 1010101 | 1011000 | 1101 | 0 | 1000011 | 10111101 | 1001111 | 10011 |
Color Harmonies of #0A4A55
Complementary color
Monochromatic Colors of #0A4A55
Black with #0A4A55
Text Example
Text Example
White with #0A4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4A55; }
p { color: rgb(10,74,85); }
H1.HeaderClassName
{
color: #0A4A55;
}
.AnyTagClassName
{
color: #0A4A55;
}
</style>
background-color css
<style>
a { background-color: #0A4A55; }
a { background-color: rgb(10,74,85); }
div.DivClassName
{
background-color: #0A4A55;
}
.BgClassName
{
background-color: #0A4A55;
}
</style>
border-color css
<style>
span { border-color: #0A4A55; }
span { border-color: rgb(10,74,85); }
td.TdClassName
{
border-color: #0A4A55;
}
.TagClassName
{
border-color: #0A4A55;
}
</style>