Shades of Sherpa Blue #014659
Tints of Sherpa Blue #014659
RGB
CMYK
RGB Variations
Color information
#014659 (or 0x014659) is known color: Sherpa Blue. HEX triplet: 01, 46 and 59. RGB value is (1,70,89). Sum of RGB (Red+Green+Blue) = 1+70+89=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #014659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014659 is #FEB9A6. Grayscale: #333333. Windows color (decimal): -16693671 or 5850625. OLE color: 5850625.
HSL color Cylindrical-coordinate representation of color #014659: hue angle of 192.95º 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 #014659 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 70 | 89 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.65 |
| HSL | 192.95º | 0.98% | 0.18% | - |
| HSV(B) | 192.95º | 0.99% | 0.35% | - |
| XYZ | 4.01 | 5.11 | 10.23 | - |
| YUV | 51.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 89 | 0.99 | 0.21 | 0 | 0.65 | 192.95 | 0.98 | 0.18 |
| Hex | 1 | 46 | 59 | 63 | 15 | 0 | 41 | C1 | 62 | 12 |
| Octal | 1 | 106 | 131 | 143 | 25 | 0 | 101 | 301 | 142 | 22 |
| Binary | 1 | 1000110 | 1011001 | 1100011 | 10101 | 0 | 1000001 | 11000001 | 1100010 | 10010 |
Color Harmonies of #014659
Complementary color
Monochromatic Colors of #014659
Black with #014659
Text Example
Text Example
White with #014659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014659; }
p { color: rgb(1,70,89); }
H1.HeaderClassName
{
color: #014659;
}
.AnyTagClassName
{
color: #014659;
}
</style>
background-color css
<style>
a { background-color: #014659; }
a { background-color: rgb(1,70,89); }
div.DivClassName
{
background-color: #014659;
}
.BgClassName
{
background-color: #014659;
}
</style>
border-color css
<style>
span { border-color: #014659; }
span { border-color: rgb(1,70,89); }
td.TdClassName
{
border-color: #014659;
}
.TagClassName
{
border-color: #014659;
}
</style>