Shades of Sherpa Blue #013D47
Tints of Sherpa Blue #013D47
RGB
CMYK
RGB Variations
Color information
#013D47 (or 0x013D47) is known color: Sherpa Blue. HEX triplet: 01, 3D and 47. RGB value is (1,61,71). Sum of RGB (Red+Green+Blue) = 1+61+71=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #013D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D47 is #FEC2B8. Grayscale: #2C2C2C. Windows color (decimal): -16695993 or 4668673. OLE color: 4668673.
HSL color Cylindrical-coordinate representation of color #013D47: hue angle of 188.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D47 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 61 | 71 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.72 |
| HSL | 188.57º | 0.97% | 0.14% | - |
| HSV(B) | 188.57º | 0.99% | 0.28% | - |
| XYZ | 2.82 | 3.8 | 6.55 | - |
| YUV | 44.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 71 | 0.99 | 0.14 | 0 | 0.72 | 188.57 | 0.97 | 0.14 |
| Hex | 1 | 3D | 47 | 63 | E | 0 | 48 | BD | 61 | E |
| Octal | 1 | 75 | 107 | 143 | 16 | 0 | 110 | 275 | 141 | 16 |
| Binary | 1 | 111101 | 1000111 | 1100011 | 1110 | 0 | 1001000 | 10111101 | 1100001 | 1110 |
Color Harmonies of #013D47
Complementary color
Monochromatic Colors of #013D47
Black with #013D47
Text Example
Text Example
White with #013D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D47; }
p { color: rgb(1,61,71); }
H1.HeaderClassName
{
color: #013D47;
}
.AnyTagClassName
{
color: #013D47;
}
</style>
background-color css
<style>
a { background-color: #013D47; }
a { background-color: rgb(1,61,71); }
div.DivClassName
{
background-color: #013D47;
}
.BgClassName
{
background-color: #013D47;
}
</style>
border-color css
<style>
span { border-color: #013D47; }
span { border-color: rgb(1,61,71); }
td.TdClassName
{
border-color: #013D47;
}
.TagClassName
{
border-color: #013D47;
}
</style>