Shades of Sherpa Blue #013549
Tints of Sherpa Blue #013549
RGB
CMYK
RGB Variations
Color information
#013549 (or 0x013549) is known color: Sherpa Blue. HEX triplet: 01, 35 and 49. RGB value is (1,53,73). Sum of RGB (Red+Green+Blue) = 1+53+73=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #013549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013549 is #FECAB6. Grayscale: #272727. Windows color (decimal): -16698039 or 4797697. OLE color: 4797697.
HSL color Cylindrical-coordinate representation of color #013549: hue angle of 196.67º 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 #013549 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 53 | 73 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.71 |
| HSL | 196.67º | 0.97% | 0.15% | - |
| HSV(B) | 196.67º | 0.99% | 0.29% | - |
| XYZ | 2.49 | 3.03 | 6.76 | - |
| YUV | 39.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 73 | 0.99 | 0.27 | 0 | 0.71 | 196.67 | 0.97 | 0.15 |
| Hex | 1 | 35 | 49 | 63 | 1B | 0 | 47 | C5 | 61 | F |
| Octal | 1 | 65 | 111 | 143 | 33 | 0 | 107 | 305 | 141 | 17 |
| Binary | 1 | 110101 | 1001001 | 1100011 | 11011 | 0 | 1000111 | 11000101 | 1100001 | 1111 |
Color Harmonies of #013549
Complementary color
Monochromatic Colors of #013549
Black with #013549
Text Example
Text Example
White with #013549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013549; }
p { color: rgb(1,53,73); }
H1.HeaderClassName
{
color: #013549;
}
.AnyTagClassName
{
color: #013549;
}
</style>
background-color css
<style>
a { background-color: #013549; }
a { background-color: rgb(1,53,73); }
div.DivClassName
{
background-color: #013549;
}
.BgClassName
{
background-color: #013549;
}
</style>
border-color css
<style>
span { border-color: #013549; }
span { border-color: rgb(1,53,73); }
td.TdClassName
{
border-color: #013549;
}
.TagClassName
{
border-color: #013549;
}
</style>