Shades of Sherpa Blue #013E45
Tints of Sherpa Blue #013E45
RGB
CMYK
RGB Variations
Color information
#013E45 (or 0x013E45) is known color: Sherpa Blue. HEX triplet: 01, 3E and 45. RGB value is (1,62,69). Sum of RGB (Red+Green+Blue) = 1+62+69=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #013E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E45 is #FEC1BA. Grayscale: #2C2C2C. Windows color (decimal): -16695739 or 4537857. OLE color: 4537857.
HSL color Cylindrical-coordinate representation of color #013E45: hue angle of 186.18º 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 #013E45 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 62 | 69 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.73 |
| HSL | 186.18º | 0.97% | 0.14% | - |
| HSV(B) | 186.18º | 0.99% | 0.27% | - |
| XYZ | 2.81 | 3.88 | 6.23 | - |
| YUV | 44.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 69 | 0.99 | 0.10 | 0 | 0.73 | 186.18 | 0.97 | 0.14 |
| Hex | 1 | 3E | 45 | 63 | A | 0 | 49 | BA | 61 | E |
| Octal | 1 | 76 | 105 | 143 | 12 | 0 | 111 | 272 | 141 | 16 |
| Binary | 1 | 111110 | 1000101 | 1100011 | 1010 | 0 | 1001001 | 10111010 | 1100001 | 1110 |
Color Harmonies of #013E45
Complementary color
Monochromatic Colors of #013E45
Black with #013E45
Text Example
Text Example
White with #013E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E45; }
p { color: rgb(1,62,69); }
H1.HeaderClassName
{
color: #013E45;
}
.AnyTagClassName
{
color: #013E45;
}
</style>
background-color css
<style>
a { background-color: #013E45; }
a { background-color: rgb(1,62,69); }
div.DivClassName
{
background-color: #013E45;
}
.BgClassName
{
background-color: #013E45;
}
</style>
border-color css
<style>
span { border-color: #013E45; }
span { border-color: rgb(1,62,69); }
td.TdClassName
{
border-color: #013E45;
}
.TagClassName
{
border-color: #013E45;
}
</style>