Shades of Sherpa Blue #015256
Tints of Sherpa Blue #015256
RGB
CMYK
RGB Variations
Color information
#015256 (or 0x015256) is known color: Sherpa Blue. HEX triplet: 01, 52 and 56. RGB value is (1,82,86). Sum of RGB (Red+Green+Blue) = 1+82+86=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #015256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015256 is #FEADA9. Grayscale: #3A3A3A. Windows color (decimal): -16690602 or 5657089. OLE color: 5657089.
HSL color Cylindrical-coordinate representation of color #015256: hue angle of 182.82º 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 #015256 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 82 | 86 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.66 |
| HSL | 182.82º | 0.98% | 0.17% | - |
| HSV(B) | 182.82º | 0.99% | 0.34% | - |
| XYZ | 4.71 | 6.71 | 9.85 | - |
| YUV | 58.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 86 | 0.99 | 0.05 | 0 | 0.66 | 182.82 | 0.98 | 0.17 |
| Hex | 1 | 52 | 56 | 63 | 5 | 0 | 42 | B7 | 62 | 11 |
| Octal | 1 | 122 | 126 | 143 | 5 | 0 | 102 | 267 | 142 | 21 |
| Binary | 1 | 1010010 | 1010110 | 1100011 | 101 | 0 | 1000010 | 10110111 | 1100010 | 10001 |
Color Harmonies of #015256
Complementary color
Monochromatic Colors of #015256
Black with #015256
Text Example
Text Example
White with #015256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015256; }
p { color: rgb(1,82,86); }
H1.HeaderClassName
{
color: #015256;
}
.AnyTagClassName
{
color: #015256;
}
</style>
background-color css
<style>
a { background-color: #015256; }
a { background-color: rgb(1,82,86); }
div.DivClassName
{
background-color: #015256;
}
.BgClassName
{
background-color: #015256;
}
</style>
border-color css
<style>
span { border-color: #015256; }
span { border-color: rgb(1,82,86); }
td.TdClassName
{
border-color: #015256;
}
.TagClassName
{
border-color: #015256;
}
</style>