Shades of Sherpa Blue #014760
Tints of Sherpa Blue #014760
RGB
CMYK
RGB Variations
Color information
#014760 (or 0x014760) is known color: Sherpa Blue. HEX triplet: 01, 47 and 60. RGB value is (1,71,96). Sum of RGB (Red+Green+Blue) = 1+71+96=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #014760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014760 is #FEB89F. Grayscale: #343434. Windows color (decimal): -16693408 or 6309633. OLE color: 6309633.
HSL color Cylindrical-coordinate representation of color #014760: hue angle of 195.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014760 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 71 | 96 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.62 |
| HSL | 195.79º | 0.98% | 0.19% | - |
| HSV(B) | 195.79º | 0.99% | 0.38% | - |
| XYZ | 4.38 | 5.36 | 11.87 | - |
| YUV | 52.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 96 | 0.99 | 0.26 | 0 | 0.62 | 195.79 | 0.98 | 0.19 |
| Hex | 1 | 47 | 60 | 63 | 1A | 0 | 3E | C4 | 62 | 13 |
| Octal | 1 | 107 | 140 | 143 | 32 | 0 | 76 | 304 | 142 | 23 |
| Binary | 1 | 1000111 | 1100000 | 1100011 | 11010 | 0 | 111110 | 11000100 | 1100010 | 10011 |
Color Harmonies of #014760
Complementary color
Monochromatic Colors of #014760
Black with #014760
Text Example
Text Example
White with #014760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014760; }
p { color: rgb(1,71,96); }
H1.HeaderClassName
{
color: #014760;
}
.AnyTagClassName
{
color: #014760;
}
</style>
background-color css
<style>
a { background-color: #014760; }
a { background-color: rgb(1,71,96); }
div.DivClassName
{
background-color: #014760;
}
.BgClassName
{
background-color: #014760;
}
</style>
border-color css
<style>
span { border-color: #014760; }
span { border-color: rgb(1,71,96); }
td.TdClassName
{
border-color: #014760;
}
.TagClassName
{
border-color: #014760;
}
</style>