Shades of Sherpa Blue #013A49
Tints of Sherpa Blue #013A49
RGB
CMYK
RGB Variations
Color information
#013A49 (or 0x013A49) is known color: Sherpa Blue. HEX triplet: 01, 3A and 49. RGB value is (1,58,73). Sum of RGB (Red+Green+Blue) = 1+58+73=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #013A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A49 is #FEC5B6. Grayscale: #2A2A2A. Windows color (decimal): -16696759 or 4798977. OLE color: 4798977.
HSL color Cylindrical-coordinate representation of color #013A49: hue angle of 192.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A49 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 58 | 73 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.71 |
| HSL | 192.5º | 0.97% | 0.15% | - |
| HSV(B) | 192.5º | 0.99% | 0.29% | - |
| XYZ | 2.73 | 3.51 | 6.84 | - |
| YUV | 42.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 73 | 0.99 | 0.21 | 0 | 0.71 | 192.5 | 0.97 | 0.15 |
| Hex | 1 | 3A | 49 | 63 | 15 | 0 | 47 | C0 | 61 | F |
| Octal | 1 | 72 | 111 | 143 | 25 | 0 | 107 | 300 | 141 | 17 |
| Binary | 1 | 111010 | 1001001 | 1100011 | 10101 | 0 | 1000111 | 11000000 | 1100001 | 1111 |
Color Harmonies of #013A49
Complementary color
Monochromatic Colors of #013A49
Black with #013A49
Text Example
Text Example
White with #013A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A49; }
p { color: rgb(1,58,73); }
H1.HeaderClassName
{
color: #013A49;
}
.AnyTagClassName
{
color: #013A49;
}
</style>
background-color css
<style>
a { background-color: #013A49; }
a { background-color: rgb(1,58,73); }
div.DivClassName
{
background-color: #013A49;
}
.BgClassName
{
background-color: #013A49;
}
</style>
border-color css
<style>
span { border-color: #013A49; }
span { border-color: rgb(1,58,73); }
td.TdClassName
{
border-color: #013A49;
}
.TagClassName
{
border-color: #013A49;
}
</style>