Shades of Sherpa Blue #014851
Tints of Sherpa Blue #014851
RGB
CMYK
RGB Variations
Color information
#014851 (or 0x014851) is known color: Sherpa Blue. HEX triplet: 01, 48 and 51. RGB value is (1,72,81). Sum of RGB (Red+Green+Blue) = 1+72+81=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #014851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014851 is #FEB7AE. Grayscale: #333333. Windows color (decimal): -16693167 or 5326849. OLE color: 5326849.
HSL color Cylindrical-coordinate representation of color #014851: hue angle of 186.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014851 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 72 | 81 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.68 |
| HSL | 186.75º | 0.98% | 0.16% | - |
| HSV(B) | 186.75º | 0.99% | 0.32% | - |
| XYZ | 3.82 | 5.24 | 8.59 | - |
| YUV | 51.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 81 | 0.99 | 0.11 | 0 | 0.68 | 186.75 | 0.98 | 0.16 |
| Hex | 1 | 48 | 51 | 63 | B | 0 | 44 | BB | 62 | 10 |
| Octal | 1 | 110 | 121 | 143 | 13 | 0 | 104 | 273 | 142 | 20 |
| Binary | 1 | 1001000 | 1010001 | 1100011 | 1011 | 0 | 1000100 | 10111011 | 1100010 | 10000 |
Color Harmonies of #014851
Complementary color
Monochromatic Colors of #014851
Black with #014851
Text Example
Text Example
White with #014851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014851; }
p { color: rgb(1,72,81); }
H1.HeaderClassName
{
color: #014851;
}
.AnyTagClassName
{
color: #014851;
}
</style>
background-color css
<style>
a { background-color: #014851; }
a { background-color: rgb(1,72,81); }
div.DivClassName
{
background-color: #014851;
}
.BgClassName
{
background-color: #014851;
}
</style>
border-color css
<style>
span { border-color: #014851; }
span { border-color: rgb(1,72,81); }
td.TdClassName
{
border-color: #014851;
}
.TagClassName
{
border-color: #014851;
}
</style>