Shades of Sherpa Blue #013E56
Tints of Sherpa Blue #013E56
RGB
CMYK
RGB Variations
Color information
#013E56 (or 0x013E56) is known color: Sherpa Blue. HEX triplet: 01, 3E and 56. RGB value is (1,62,86). Sum of RGB (Red+Green+Blue) = 1+62+86=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #013E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E56 is #FEC1A9. Grayscale: #2E2E2E. Windows color (decimal): -16695722 or 5651969. OLE color: 5651969.
HSL color Cylindrical-coordinate representation of color #013E56: hue angle of 196.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E56 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 62 | 86 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.66 |
| HSL | 196.94º | 0.98% | 0.17% | - |
| HSV(B) | 196.94º | 0.99% | 0.34% | - |
| XYZ | 3.41 | 4.12 | 9.42 | - |
| YUV | 46.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 86 | 0.99 | 0.28 | 0 | 0.66 | 196.94 | 0.98 | 0.17 |
| Hex | 1 | 3E | 56 | 63 | 1C | 0 | 42 | C5 | 62 | 11 |
| Octal | 1 | 76 | 126 | 143 | 34 | 0 | 102 | 305 | 142 | 21 |
| Binary | 1 | 111110 | 1010110 | 1100011 | 11100 | 0 | 1000010 | 11000101 | 1100010 | 10001 |
Color Harmonies of #013E56
Complementary color
Monochromatic Colors of #013E56
Black with #013E56
Text Example
Text Example
White with #013E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E56; }
p { color: rgb(1,62,86); }
H1.HeaderClassName
{
color: #013E56;
}
.AnyTagClassName
{
color: #013E56;
}
</style>
background-color css
<style>
a { background-color: #013E56; }
a { background-color: rgb(1,62,86); }
div.DivClassName
{
background-color: #013E56;
}
.BgClassName
{
background-color: #013E56;
}
</style>
border-color css
<style>
span { border-color: #013E56; }
span { border-color: rgb(1,62,86); }
td.TdClassName
{
border-color: #013E56;
}
.TagClassName
{
border-color: #013E56;
}
</style>