Shades of Sherpa Blue #015255
Tints of Sherpa Blue #015255
RGB
CMYK
RGB Variations
Color information
#015255 (or 0x015255) is known color: Sherpa Blue. HEX triplet: 01, 52 and 55. RGB value is (1,82,85). Sum of RGB (Red+Green+Blue) = 1+82+85=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #015255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015255 is #FEADAA. Grayscale: #3A3A3A. Windows color (decimal): -16690603 or 5591553. OLE color: 5591553.
HSL color Cylindrical-coordinate representation of color #015255: hue angle of 182.14º 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 #015255 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 82 | 85 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.67 |
| HSL | 182.14º | 0.98% | 0.17% | - |
| HSV(B) | 182.14º | 0.99% | 0.33% | - |
| XYZ | 4.67 | 6.7 | 9.64 | - |
| YUV | 58.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 85 | 0.99 | 0.04 | 0 | 0.67 | 182.14 | 0.98 | 0.17 |
| Hex | 1 | 52 | 55 | 63 | 4 | 0 | 43 | B6 | 62 | 11 |
| Octal | 1 | 122 | 125 | 143 | 4 | 0 | 103 | 266 | 142 | 21 |
| Binary | 1 | 1010010 | 1010101 | 1100011 | 100 | 0 | 1000011 | 10110110 | 1100010 | 10001 |
Color Harmonies of #015255
Complementary color
Monochromatic Colors of #015255
Black with #015255
Text Example
Text Example
White with #015255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015255; }
p { color: rgb(1,82,85); }
H1.HeaderClassName
{
color: #015255;
}
.AnyTagClassName
{
color: #015255;
}
</style>
background-color css
<style>
a { background-color: #015255; }
a { background-color: rgb(1,82,85); }
div.DivClassName
{
background-color: #015255;
}
.BgClassName
{
background-color: #015255;
}
</style>
border-color css
<style>
span { border-color: #015255; }
span { border-color: rgb(1,82,85); }
td.TdClassName
{
border-color: #015255;
}
.TagClassName
{
border-color: #015255;
}
</style>