Shades of Sherpa Blue #014C62
Tints of Sherpa Blue #014C62
RGB
CMYK
RGB Variations
Color information
#014C62 (or 0x014C62) is known color: Sherpa Blue. HEX triplet: 01, 4C and 62. RGB value is (1,76,98). Sum of RGB (Red+Green+Blue) = 1+76+98=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #014C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C62 is #FEB39D. Grayscale: #373737. Windows color (decimal): -16692126 or 6441985. OLE color: 6441985.
HSL color Cylindrical-coordinate representation of color #014C62: hue angle of 193.61º 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 #014C62 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 76 | 98 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.62 |
| HSL | 193.61º | 0.98% | 0.19% | - |
| HSV(B) | 193.61º | 0.99% | 0.38% | - |
| XYZ | 4.8 | 6.06 | 12.47 | - |
| YUV | 56.08 | 151.65 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 98 | 0.99 | 0.22 | 0 | 0.62 | 193.61 | 0.98 | 0.19 |
| Hex | 1 | 4C | 62 | 63 | 16 | 0 | 3E | C2 | 62 | 13 |
| Octal | 1 | 114 | 142 | 143 | 26 | 0 | 76 | 302 | 142 | 23 |
| Binary | 1 | 1001100 | 1100010 | 1100011 | 10110 | 0 | 111110 | 11000010 | 1100010 | 10011 |
Color Harmonies of #014C62
Complementary color
Monochromatic Colors of #014C62
Black with #014C62
Text Example
Text Example
White with #014C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C62; }
p { color: rgb(1,76,98); }
H1.HeaderClassName
{
color: #014C62;
}
.AnyTagClassName
{
color: #014C62;
}
</style>
background-color css
<style>
a { background-color: #014C62; }
a { background-color: rgb(1,76,98); }
div.DivClassName
{
background-color: #014C62;
}
.BgClassName
{
background-color: #014C62;
}
</style>
border-color css
<style>
span { border-color: #014C62; }
span { border-color: rgb(1,76,98); }
td.TdClassName
{
border-color: #014C62;
}
.TagClassName
{
border-color: #014C62;
}
</style>