Shades of Sherpa Blue #013E50
Tints of Sherpa Blue #013E50
RGB
CMYK
RGB Variations
Color information
#013E50 (or 0x013E50) is known color: Sherpa Blue. HEX triplet: 01, 3E and 50. RGB value is (1,62,80). Sum of RGB (Red+Green+Blue) = 1+62+80=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #013E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E50 is #FEC1AF. Grayscale: #2D2D2D. Windows color (decimal): -16695728 or 5258753. OLE color: 5258753.
HSL color Cylindrical-coordinate representation of color #013E50: hue angle of 193.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E50 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 62 | 80 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.69 |
| HSL | 193.67º | 0.98% | 0.16% | - |
| HSV(B) | 193.67º | 0.99% | 0.31% | - |
| XYZ | 3.18 | 4.03 | 8.2 | - |
| YUV | 45.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 80 | 0.99 | 0.22 | 0 | 0.69 | 193.67 | 0.98 | 0.16 |
| Hex | 1 | 3E | 50 | 63 | 16 | 0 | 45 | C2 | 62 | 10 |
| Octal | 1 | 76 | 120 | 143 | 26 | 0 | 105 | 302 | 142 | 20 |
| Binary | 1 | 111110 | 1010000 | 1100011 | 10110 | 0 | 1000101 | 11000010 | 1100010 | 10000 |
Color Harmonies of #013E50
Complementary color
Monochromatic Colors of #013E50
Black with #013E50
Text Example
Text Example
White with #013E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E50; }
p { color: rgb(1,62,80); }
H1.HeaderClassName
{
color: #013E50;
}
.AnyTagClassName
{
color: #013E50;
}
</style>
background-color css
<style>
a { background-color: #013E50; }
a { background-color: rgb(1,62,80); }
div.DivClassName
{
background-color: #013E50;
}
.BgClassName
{
background-color: #013E50;
}
</style>
border-color css
<style>
span { border-color: #013E50; }
span { border-color: rgb(1,62,80); }
td.TdClassName
{
border-color: #013E50;
}
.TagClassName
{
border-color: #013E50;
}
</style>