Shades of Sherpa Blue #014557
Tints of Sherpa Blue #014557
RGB
CMYK
RGB Variations
Color information
#014557 (or 0x014557) is known color: Sherpa Blue. HEX triplet: 01, 45 and 57. RGB value is (1,69,87). Sum of RGB (Red+Green+Blue) = 1+69+87=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #014557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014557 is #FEBAA8. Grayscale: #323232. Windows color (decimal): -16693929 or 5719297. OLE color: 5719297.
HSL color Cylindrical-coordinate representation of color #014557: hue angle of 192.56º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014557 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 69 | 87 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.66 |
| HSL | 192.56º | 0.98% | 0.17% | - |
| HSV(B) | 192.56º | 0.99% | 0.34% | - |
| XYZ | 3.86 | 4.95 | 9.77 | - |
| YUV | 50.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 87 | 0.99 | 0.21 | 0 | 0.66 | 192.56 | 0.98 | 0.17 |
| Hex | 1 | 45 | 57 | 63 | 15 | 0 | 42 | C1 | 62 | 11 |
| Octal | 1 | 105 | 127 | 143 | 25 | 0 | 102 | 301 | 142 | 21 |
| Binary | 1 | 1000101 | 1010111 | 1100011 | 10101 | 0 | 1000010 | 11000001 | 1100010 | 10001 |
Color Harmonies of #014557
Complementary color
Monochromatic Colors of #014557
Black with #014557
Text Example
Text Example
White with #014557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014557; }
p { color: rgb(1,69,87); }
H1.HeaderClassName
{
color: #014557;
}
.AnyTagClassName
{
color: #014557;
}
</style>
background-color css
<style>
a { background-color: #014557; }
a { background-color: rgb(1,69,87); }
div.DivClassName
{
background-color: #014557;
}
.BgClassName
{
background-color: #014557;
}
</style>
border-color css
<style>
span { border-color: #014557; }
span { border-color: rgb(1,69,87); }
td.TdClassName
{
border-color: #014557;
}
.TagClassName
{
border-color: #014557;
}
</style>