Shades of Sherpa Blue #014655
Tints of Sherpa Blue #014655
RGB
CMYK
RGB Variations
Color information
#014655 (or 0x014655) is known color: Sherpa Blue. HEX triplet: 01, 46 and 55. RGB value is (1,70,85). Sum of RGB (Red+Green+Blue) = 1+70+85=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #014655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014655 is #FEB9AA. Grayscale: #323232. Windows color (decimal): -16693675 or 5588481. OLE color: 5588481.
HSL color Cylindrical-coordinate representation of color #014655: hue angle of 190.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014655 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 70 | 85 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.67 |
| HSL | 190.71º | 0.98% | 0.17% | - |
| HSV(B) | 190.71º | 0.99% | 0.33% | - |
| XYZ | 3.84 | 5.04 | 9.37 | - |
| YUV | 51.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 85 | 0.99 | 0.18 | 0 | 0.67 | 190.71 | 0.98 | 0.17 |
| Hex | 1 | 46 | 55 | 63 | 12 | 0 | 43 | BF | 62 | 11 |
| Octal | 1 | 106 | 125 | 143 | 22 | 0 | 103 | 277 | 142 | 21 |
| Binary | 1 | 1000110 | 1010101 | 1100011 | 10010 | 0 | 1000011 | 10111111 | 1100010 | 10001 |
Color Harmonies of #014655
Complementary color
Monochromatic Colors of #014655
Black with #014655
Text Example
Text Example
White with #014655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014655; }
p { color: rgb(1,70,85); }
H1.HeaderClassName
{
color: #014655;
}
.AnyTagClassName
{
color: #014655;
}
</style>
background-color css
<style>
a { background-color: #014655; }
a { background-color: rgb(1,70,85); }
div.DivClassName
{
background-color: #014655;
}
.BgClassName
{
background-color: #014655;
}
</style>
border-color css
<style>
span { border-color: #014655; }
span { border-color: rgb(1,70,85); }
td.TdClassName
{
border-color: #014655;
}
.TagClassName
{
border-color: #014655;
}
</style>