Shades of Sherpa Blue #013542
Tints of Sherpa Blue #013542
RGB
CMYK
RGB Variations
Color information
#013542 (or 0x013542) is known color: Sherpa Blue. HEX triplet: 01, 35 and 42. RGB value is (1,53,66). Sum of RGB (Red+Green+Blue) = 1+53+66=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #013542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013542 is #FECABD. Grayscale: #262626. Windows color (decimal): -16698046 or 4338945. OLE color: 4338945.
HSL color Cylindrical-coordinate representation of color #013542: hue angle of 192º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013542 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 53 | 66 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.74 |
| HSL | 192º | 0.97% | 0.13% | - |
| HSV(B) | 192º | 0.98% | 0.26% | - |
| XYZ | 2.27 | 2.95 | 5.6 | - |
| YUV | 38.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 66 | 0.98 | 0.20 | 0 | 0.74 | 192 | 0.97 | 0.13 |
| Hex | 1 | 35 | 42 | 62 | 14 | 0 | 4A | C0 | 61 | D |
| Octal | 1 | 65 | 102 | 142 | 24 | 0 | 112 | 300 | 141 | 15 |
| Binary | 1 | 110101 | 1000010 | 1100010 | 10100 | 0 | 1001010 | 11000000 | 1100001 | 1101 |
Color Harmonies of #013542
Complementary color
Monochromatic Colors of #013542
Black with #013542
Text Example
Text Example
White with #013542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013542; }
p { color: rgb(1,53,66); }
H1.HeaderClassName
{
color: #013542;
}
.AnyTagClassName
{
color: #013542;
}
</style>
background-color css
<style>
a { background-color: #013542; }
a { background-color: rgb(1,53,66); }
div.DivClassName
{
background-color: #013542;
}
.BgClassName
{
background-color: #013542;
}
</style>
border-color css
<style>
span { border-color: #013542; }
span { border-color: rgb(1,53,66); }
td.TdClassName
{
border-color: #013542;
}
.TagClassName
{
border-color: #013542;
}
</style>