Shades of Sherpa Blue #0A3A49
Tints of Sherpa Blue #0A3A49
RGB
CMYK
RGB Variations
Color information
#0A3A49 (or 0x0A3A49) is known color: Sherpa Blue. HEX triplet: 0A, 3A and 49. RGB value is (10,58,73). Sum of RGB (Red+Green+Blue) = 10+58+73=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A3A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A49 is #F5C5B6. Grayscale: #2D2D2D. Windows color (decimal): -16106935 or 4798986. OLE color: 4798986.
HSL color Cylindrical-coordinate representation of color #0A3A49: hue angle of 194.29º 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 #0A3A49 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 58 | 73 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.71 |
| HSL | 194.29º | 0.76% | 0.16% | - |
| HSV(B) | 194.29º | 0.86% | 0.29% | - |
| XYZ | 2.84 | 3.57 | 6.84 | - |
| YUV | 45.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 73 | 0.86 | 0.21 | 0 | 0.71 | 194.29 | 0.76 | 0.16 |
| Hex | A | 3A | 49 | 56 | 15 | 0 | 47 | C2 | 4C | 10 |
| Octal | 12 | 72 | 111 | 126 | 25 | 0 | 107 | 302 | 114 | 20 |
| Binary | 1010 | 111010 | 1001001 | 1010110 | 10101 | 0 | 1000111 | 11000010 | 1001100 | 10000 |
Color Harmonies of #0A3A49
Complementary color
Monochromatic Colors of #0A3A49
Black with #0A3A49
Text Example
Text Example
White with #0A3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A49; }
p { color: rgb(10,58,73); }
H1.HeaderClassName
{
color: #0A3A49;
}
.AnyTagClassName
{
color: #0A3A49;
}
</style>
background-color css
<style>
a { background-color: #0A3A49; }
a { background-color: rgb(10,58,73); }
div.DivClassName
{
background-color: #0A3A49;
}
.BgClassName
{
background-color: #0A3A49;
}
</style>
border-color css
<style>
span { border-color: #0A3A49; }
span { border-color: rgb(10,58,73); }
td.TdClassName
{
border-color: #0A3A49;
}
.TagClassName
{
border-color: #0A3A49;
}
</style>