Shades of Sherpa Blue #013546
Tints of Sherpa Blue #013546
RGB
CMYK
RGB Variations
Color information
#013546 (or 0x013546) is known color: Sherpa Blue. HEX triplet: 01, 35 and 46. RGB value is (1,53,70). Sum of RGB (Red+Green+Blue) = 1+53+70=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #013546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013546 is #FECAB9. Grayscale: #272727. Windows color (decimal): -16698042 or 4601089. OLE color: 4601089.
HSL color Cylindrical-coordinate representation of color #013546: hue angle of 194.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013546 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 53 | 70 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.73 |
| HSL | 194.78º | 0.97% | 0.14% | - |
| HSV(B) | 194.78º | 0.99% | 0.27% | - |
| XYZ | 2.39 | 2.99 | 6.25 | - |
| YUV | 39.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 70 | 0.99 | 0.24 | 0 | 0.73 | 194.78 | 0.97 | 0.14 |
| Hex | 1 | 35 | 46 | 63 | 18 | 0 | 49 | C3 | 61 | E |
| Octal | 1 | 65 | 106 | 143 | 30 | 0 | 111 | 303 | 141 | 16 |
| Binary | 1 | 110101 | 1000110 | 1100011 | 11000 | 0 | 1001001 | 11000011 | 1100001 | 1110 |
Color Harmonies of #013546
Complementary color
Monochromatic Colors of #013546
Black with #013546
Text Example
Text Example
White with #013546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013546; }
p { color: rgb(1,53,70); }
H1.HeaderClassName
{
color: #013546;
}
.AnyTagClassName
{
color: #013546;
}
</style>
background-color css
<style>
a { background-color: #013546; }
a { background-color: rgb(1,53,70); }
div.DivClassName
{
background-color: #013546;
}
.BgClassName
{
background-color: #013546;
}
</style>
border-color css
<style>
span { border-color: #013546; }
span { border-color: rgb(1,53,70); }
td.TdClassName
{
border-color: #013546;
}
.TagClassName
{
border-color: #013546;
}
</style>