Shades of Sherpa Blue #014759
Tints of Sherpa Blue #014759
RGB
CMYK
RGB Variations
Color information
#014759 (or 0x014759) is known color: Sherpa Blue. HEX triplet: 01, 47 and 59. RGB value is (1,71,89). Sum of RGB (Red+Green+Blue) = 1+71+89=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #014759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014759 is #FEB8A6. Grayscale: #333333. Windows color (decimal): -16693415 or 5850881. OLE color: 5850881.
HSL color Cylindrical-coordinate representation of color #014759: hue angle of 192.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014759 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 71 | 89 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.65 |
| HSL | 192.27º | 0.98% | 0.18% | - |
| HSV(B) | 192.27º | 0.99% | 0.35% | - |
| XYZ | 4.07 | 5.23 | 10.25 | - |
| YUV | 52.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 89 | 0.99 | 0.20 | 0 | 0.65 | 192.27 | 0.98 | 0.18 |
| Hex | 1 | 47 | 59 | 63 | 14 | 0 | 41 | C0 | 62 | 12 |
| Octal | 1 | 107 | 131 | 143 | 24 | 0 | 101 | 300 | 142 | 22 |
| Binary | 1 | 1000111 | 1011001 | 1100011 | 10100 | 0 | 1000001 | 11000000 | 1100010 | 10010 |
Color Harmonies of #014759
Complementary color
Monochromatic Colors of #014759
Black with #014759
Text Example
Text Example
White with #014759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014759; }
p { color: rgb(1,71,89); }
H1.HeaderClassName
{
color: #014759;
}
.AnyTagClassName
{
color: #014759;
}
</style>
background-color css
<style>
a { background-color: #014759; }
a { background-color: rgb(1,71,89); }
div.DivClassName
{
background-color: #014759;
}
.BgClassName
{
background-color: #014759;
}
</style>
border-color css
<style>
span { border-color: #014759; }
span { border-color: rgb(1,71,89); }
td.TdClassName
{
border-color: #014759;
}
.TagClassName
{
border-color: #014759;
}
</style>