Shades of Sherpa Blue #014C59
Tints of Sherpa Blue #014C59
RGB
CMYK
RGB Variations
Color information
#014C59 (or 0x014C59) is known color: Sherpa Blue. HEX triplet: 01, 4C and 59. RGB value is (1,76,89). Sum of RGB (Red+Green+Blue) = 1+76+89=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #014C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C59 is #FEB3A6. Grayscale: #363636. Windows color (decimal): -16692135 or 5852161. OLE color: 5852161.
HSL color Cylindrical-coordinate representation of color #014C59: hue angle of 188.86º 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 #014C59 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 76 | 89 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.65 |
| HSL | 188.86º | 0.98% | 0.18% | - |
| HSV(B) | 188.86º | 0.99% | 0.35% | - |
| XYZ | 4.4 | 5.9 | 10.36 | - |
| YUV | 55.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 89 | 0.99 | 0.15 | 0 | 0.65 | 188.86 | 0.98 | 0.18 |
| Hex | 1 | 4C | 59 | 63 | F | 0 | 41 | BD | 62 | 12 |
| Octal | 1 | 114 | 131 | 143 | 17 | 0 | 101 | 275 | 142 | 22 |
| Binary | 1 | 1001100 | 1011001 | 1100011 | 1111 | 0 | 1000001 | 10111101 | 1100010 | 10010 |
Color Harmonies of #014C59
Complementary color
Monochromatic Colors of #014C59
Black with #014C59
Text Example
Text Example
White with #014C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C59; }
p { color: rgb(1,76,89); }
H1.HeaderClassName
{
color: #014C59;
}
.AnyTagClassName
{
color: #014C59;
}
</style>
background-color css
<style>
a { background-color: #014C59; }
a { background-color: rgb(1,76,89); }
div.DivClassName
{
background-color: #014C59;
}
.BgClassName
{
background-color: #014C59;
}
</style>
border-color css
<style>
span { border-color: #014C59; }
span { border-color: rgb(1,76,89); }
td.TdClassName
{
border-color: #014C59;
}
.TagClassName
{
border-color: #014C59;
}
</style>