Shades of Sherpa Blue #014762
Tints of Sherpa Blue #014762
RGB
CMYK
RGB Variations
Color information
#014762 (or 0x014762) is known color: Sherpa Blue. HEX triplet: 01, 47 and 62. RGB value is (1,71,98). Sum of RGB (Red+Green+Blue) = 1+71+98=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #014762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014762 is #FEB89D. Grayscale: #343434. Windows color (decimal): -16693406 or 6440705. OLE color: 6440705.
HSL color Cylindrical-coordinate representation of color #014762: hue angle of 196.7º 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 #014762 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 71 | 98 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.62 |
| HSL | 196.7º | 0.98% | 0.19% | - |
| HSV(B) | 196.7º | 0.99% | 0.38% | - |
| XYZ | 4.47 | 5.39 | 12.36 | - |
| YUV | 53.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 98 | 0.99 | 0.28 | 0 | 0.62 | 196.7 | 0.98 | 0.19 |
| Hex | 1 | 47 | 62 | 63 | 1C | 0 | 3E | C5 | 62 | 13 |
| Octal | 1 | 107 | 142 | 143 | 34 | 0 | 76 | 305 | 142 | 23 |
| Binary | 1 | 1000111 | 1100010 | 1100011 | 11100 | 0 | 111110 | 11000101 | 1100010 | 10011 |
Color Harmonies of #014762
Complementary color
Monochromatic Colors of #014762
Black with #014762
Text Example
Text Example
White with #014762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014762; }
p { color: rgb(1,71,98); }
H1.HeaderClassName
{
color: #014762;
}
.AnyTagClassName
{
color: #014762;
}
</style>
background-color css
<style>
a { background-color: #014762; }
a { background-color: rgb(1,71,98); }
div.DivClassName
{
background-color: #014762;
}
.BgClassName
{
background-color: #014762;
}
</style>
border-color css
<style>
span { border-color: #014762; }
span { border-color: rgb(1,71,98); }
td.TdClassName
{
border-color: #014762;
}
.TagClassName
{
border-color: #014762;
}
</style>