Shades of Sherpa Blue #014964
Tints of Sherpa Blue #014964
RGB
CMYK
RGB Variations
Color information
#014964 (or 0x014964) is known color: Sherpa Blue. HEX triplet: 01, 49 and 64. RGB value is (1,73,100). Sum of RGB (Red+Green+Blue) = 1+73+100=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #014964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014964 is #FEB69B. Grayscale: #363636. Windows color (decimal): -16692892 or 6572289. OLE color: 6572289.
HSL color Cylindrical-coordinate representation of color #014964: hue angle of 196.36º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014964 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 73 | 100 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.61 |
| HSL | 196.36º | 0.98% | 0.2% | - |
| HSV(B) | 196.36º | 0.99% | 0.39% | - |
| XYZ | 4.7 | 5.69 | 12.91 | - |
| YUV | 54.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 100 | 0.99 | 0.27 | 0 | 0.61 | 196.36 | 0.98 | 0.2 |
| Hex | 1 | 49 | 64 | 63 | 1B | 0 | 3D | C4 | 62 | 14 |
| Octal | 1 | 111 | 144 | 143 | 33 | 0 | 75 | 304 | 142 | 24 |
| Binary | 1 | 1001001 | 1100100 | 1100011 | 11011 | 0 | 111101 | 11000100 | 1100010 | 10100 |
Color Harmonies of #014964
Complementary color
Monochromatic Colors of #014964
Black with #014964
Text Example
Text Example
White with #014964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014964; }
p { color: rgb(1,73,100); }
H1.HeaderClassName
{
color: #014964;
}
.AnyTagClassName
{
color: #014964;
}
</style>
background-color css
<style>
a { background-color: #014964; }
a { background-color: rgb(1,73,100); }
div.DivClassName
{
background-color: #014964;
}
.BgClassName
{
background-color: #014964;
}
</style>
border-color css
<style>
span { border-color: #014964; }
span { border-color: rgb(1,73,100); }
td.TdClassName
{
border-color: #014964;
}
.TagClassName
{
border-color: #014964;
}
</style>