Shades of Sherpa Blue #013745
Tints of Sherpa Blue #013745
RGB
CMYK
RGB Variations
Color information
#013745 (or 0x013745) is known color: Sherpa Blue. HEX triplet: 01, 37 and 45. RGB value is (1,55,69). Sum of RGB (Red+Green+Blue) = 1+55+69=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #013745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013745 is #FEC8BA. Grayscale: #282828. Windows color (decimal): -16697531 or 4536065. OLE color: 4536065.
HSL color Cylindrical-coordinate representation of color #013745: hue angle of 192.35º 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 #013745 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 55 | 69 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.73 |
| HSL | 192.35º | 0.97% | 0.14% | - |
| HSV(B) | 192.35º | 0.99% | 0.27% | - |
| XYZ | 2.45 | 3.17 | 6.11 | - |
| YUV | 40.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 69 | 0.99 | 0.20 | 0 | 0.73 | 192.35 | 0.97 | 0.14 |
| Hex | 1 | 37 | 45 | 63 | 14 | 0 | 49 | C0 | 61 | E |
| Octal | 1 | 67 | 105 | 143 | 24 | 0 | 111 | 300 | 141 | 16 |
| Binary | 1 | 110111 | 1000101 | 1100011 | 10100 | 0 | 1001001 | 11000000 | 1100001 | 1110 |
Color Harmonies of #013745
Complementary color
Monochromatic Colors of #013745
Black with #013745
Text Example
Text Example
White with #013745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013745; }
p { color: rgb(1,55,69); }
H1.HeaderClassName
{
color: #013745;
}
.AnyTagClassName
{
color: #013745;
}
</style>
background-color css
<style>
a { background-color: #013745; }
a { background-color: rgb(1,55,69); }
div.DivClassName
{
background-color: #013745;
}
.BgClassName
{
background-color: #013745;
}
</style>
border-color css
<style>
span { border-color: #013745; }
span { border-color: rgb(1,55,69); }
td.TdClassName
{
border-color: #013745;
}
.TagClassName
{
border-color: #013745;
}
</style>