Shades of Sherpa Blue #014C55
Tints of Sherpa Blue #014C55
RGB
CMYK
RGB Variations
Color information
#014C55 (or 0x014C55) is known color: Sherpa Blue. HEX triplet: 01, 4C and 55. RGB value is (1,76,85). Sum of RGB (Red+Green+Blue) = 1+76+85=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #014C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C55 is #FEB3AA. Grayscale: #363636. Windows color (decimal): -16692139 or 5590017. OLE color: 5590017.
HSL color Cylindrical-coordinate representation of color #014C55: hue angle of 186.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C55 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 76 | 85 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.67 |
| HSL | 186.43º | 0.98% | 0.17% | - |
| HSV(B) | 186.43º | 0.99% | 0.33% | - |
| XYZ | 4.24 | 5.83 | 9.5 | - |
| YUV | 54.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 85 | 0.99 | 0.11 | 0 | 0.67 | 186.43 | 0.98 | 0.17 |
| Hex | 1 | 4C | 55 | 63 | B | 0 | 43 | BA | 62 | 11 |
| Octal | 1 | 114 | 125 | 143 | 13 | 0 | 103 | 272 | 142 | 21 |
| Binary | 1 | 1001100 | 1010101 | 1100011 | 1011 | 0 | 1000011 | 10111010 | 1100010 | 10001 |
Color Harmonies of #014C55
Complementary color
Monochromatic Colors of #014C55
Black with #014C55
Text Example
Text Example
White with #014C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C55; }
p { color: rgb(1,76,85); }
H1.HeaderClassName
{
color: #014C55;
}
.AnyTagClassName
{
color: #014C55;
}
</style>
background-color css
<style>
a { background-color: #014C55; }
a { background-color: rgb(1,76,85); }
div.DivClassName
{
background-color: #014C55;
}
.BgClassName
{
background-color: #014C55;
}
</style>
border-color css
<style>
span { border-color: #014C55; }
span { border-color: rgb(1,76,85); }
td.TdClassName
{
border-color: #014C55;
}
.TagClassName
{
border-color: #014C55;
}
</style>