Shades of Sherpa Blue #014955
Tints of Sherpa Blue #014955
RGB
CMYK
RGB Variations
Color information
#014955 (or 0x014955) is known color: Sherpa Blue. HEX triplet: 01, 49 and 55. RGB value is (1,73,85). Sum of RGB (Red+Green+Blue) = 1+73+85=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #014955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014955 is #FEB6AA. Grayscale: #343434. Windows color (decimal): -16692907 or 5589249. OLE color: 5589249.
HSL color Cylindrical-coordinate representation of color #014955: hue angle of 188.57º 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 #014955 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 73 | 85 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.67 |
| HSL | 188.57º | 0.98% | 0.17% | - |
| HSV(B) | 188.57º | 0.99% | 0.33% | - |
| XYZ | 4.03 | 5.43 | 9.43 | - |
| YUV | 52.84 | 146.15 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 85 | 0.99 | 0.14 | 0 | 0.67 | 188.57 | 0.98 | 0.17 |
| Hex | 1 | 49 | 55 | 63 | E | 0 | 43 | BD | 62 | 11 |
| Octal | 1 | 111 | 125 | 143 | 16 | 0 | 103 | 275 | 142 | 21 |
| Binary | 1 | 1001001 | 1010101 | 1100011 | 1110 | 0 | 1000011 | 10111101 | 1100010 | 10001 |
Color Harmonies of #014955
Complementary color
Monochromatic Colors of #014955
Black with #014955
Text Example
Text Example
White with #014955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014955; }
p { color: rgb(1,73,85); }
H1.HeaderClassName
{
color: #014955;
}
.AnyTagClassName
{
color: #014955;
}
</style>
background-color css
<style>
a { background-color: #014955; }
a { background-color: rgb(1,73,85); }
div.DivClassName
{
background-color: #014955;
}
.BgClassName
{
background-color: #014955;
}
</style>
border-color css
<style>
span { border-color: #014955; }
span { border-color: rgb(1,73,85); }
td.TdClassName
{
border-color: #014955;
}
.TagClassName
{
border-color: #014955;
}
</style>