Shades of Sherpa Blue #014859
Tints of Sherpa Blue #014859
RGB
CMYK
RGB Variations
Color information
#014859 (or 0x014859) is known color: Sherpa Blue. HEX triplet: 01, 48 and 59. RGB value is (1,72,89). Sum of RGB (Red+Green+Blue) = 1+72+89=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #014859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014859 is #FEB7A6. Grayscale: #343434. Windows color (decimal): -16693159 or 5851137. OLE color: 5851137.
HSL color Cylindrical-coordinate representation of color #014859: hue angle of 191.59º 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 #014859 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 72 | 89 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.65 |
| HSL | 191.59º | 0.98% | 0.18% | - |
| HSV(B) | 191.59º | 0.99% | 0.35% | - |
| XYZ | 4.13 | 5.36 | 10.27 | - |
| YUV | 52.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 89 | 0.99 | 0.19 | 0 | 0.65 | 191.59 | 0.98 | 0.18 |
| Hex | 1 | 48 | 59 | 63 | 13 | 0 | 41 | C0 | 62 | 12 |
| Octal | 1 | 110 | 131 | 143 | 23 | 0 | 101 | 300 | 142 | 22 |
| Binary | 1 | 1001000 | 1011001 | 1100011 | 10011 | 0 | 1000001 | 11000000 | 1100010 | 10010 |
Color Harmonies of #014859
Complementary color
Monochromatic Colors of #014859
Black with #014859
Text Example
Text Example
White with #014859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014859; }
p { color: rgb(1,72,89); }
H1.HeaderClassName
{
color: #014859;
}
.AnyTagClassName
{
color: #014859;
}
</style>
background-color css
<style>
a { background-color: #014859; }
a { background-color: rgb(1,72,89); }
div.DivClassName
{
background-color: #014859;
}
.BgClassName
{
background-color: #014859;
}
</style>
border-color css
<style>
span { border-color: #014859; }
span { border-color: rgb(1,72,89); }
td.TdClassName
{
border-color: #014859;
}
.TagClassName
{
border-color: #014859;
}
</style>