Shades of Sherpa Blue #0A4149
Tints of Sherpa Blue #0A4149
RGB
CMYK
RGB Variations
Color information
#0A4149 (or 0x0A4149) is known color: Sherpa Blue. HEX triplet: 0A, 41 and 49. RGB value is (10,65,73). Sum of RGB (Red+Green+Blue) = 10+65+73=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A4149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4149 is #F5BEB6. Grayscale: #313131. Windows color (decimal): -16105143 or 4800778. OLE color: 4800778.
HSL color Cylindrical-coordinate representation of color #0A4149: hue angle of 187.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4149 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 65 | 73 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.71 |
| HSL | 187.62º | 0.76% | 0.16% | - |
| HSV(B) | 187.62º | 0.86% | 0.29% | - |
| XYZ | 3.22 | 4.33 | 6.97 | - |
| YUV | 49.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 73 | 0.86 | 0.11 | 0 | 0.71 | 187.62 | 0.76 | 0.16 |
| Hex | A | 41 | 49 | 56 | B | 0 | 47 | BC | 4C | 10 |
| Octal | 12 | 101 | 111 | 126 | 13 | 0 | 107 | 274 | 114 | 20 |
| Binary | 1010 | 1000001 | 1001001 | 1010110 | 1011 | 0 | 1000111 | 10111100 | 1001100 | 10000 |
Color Harmonies of #0A4149
Complementary color
Monochromatic Colors of #0A4149
Black with #0A4149
Text Example
Text Example
White with #0A4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4149; }
p { color: rgb(10,65,73); }
H1.HeaderClassName
{
color: #0A4149;
}
.AnyTagClassName
{
color: #0A4149;
}
</style>
background-color css
<style>
a { background-color: #0A4149; }
a { background-color: rgb(10,65,73); }
div.DivClassName
{
background-color: #0A4149;
}
.BgClassName
{
background-color: #0A4149;
}
</style>
border-color css
<style>
span { border-color: #0A4149; }
span { border-color: rgb(10,65,73); }
td.TdClassName
{
border-color: #0A4149;
}
.TagClassName
{
border-color: #0A4149;
}
</style>