Shades of Sherpa Blue #015352
Tints of Sherpa Blue #015352
RGB
CMYK
RGB Variations
Color information
#015352 (or 0x015352) is known color: Sherpa Blue. HEX triplet: 01, 53 and 52. RGB value is (1,83,82). Sum of RGB (Red+Green+Blue) = 1+83+82=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #015352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015352 is #FEACAD. Grayscale: #3A3A3A. Windows color (decimal): -16690350 or 5395201. OLE color: 5395201.
HSL color Cylindrical-coordinate representation of color #015352: hue angle of 179.27º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015352 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 82 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.67 |
| HSL | 179.27º | 0.98% | 0.16% | - |
| HSV(B) | 179.27º | 0.99% | 0.33% | - |
| XYZ | 4.63 | 6.8 | 9.05 | - |
| YUV | 58.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 82 | 0.99 | 0 | 0.01 | 0.67 | 179.27 | 0.98 | 0.16 |
| Hex | 1 | 53 | 52 | 63 | 0 | 1 | 43 | B3 | 62 | 10 |
| Octal | 1 | 123 | 122 | 143 | 0 | 1 | 103 | 263 | 142 | 20 |
| Binary | 1 | 1010011 | 1010010 | 1100011 | 0 | 1 | 1000011 | 10110011 | 1100010 | 10000 |
Color Harmonies of #015352
Complementary color
Monochromatic Colors of #015352
Black with #015352
Text Example
Text Example
White with #015352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015352; }
p { color: rgb(1,83,82); }
H1.HeaderClassName
{
color: #015352;
}
.AnyTagClassName
{
color: #015352;
}
</style>
background-color css
<style>
a { background-color: #015352; }
a { background-color: rgb(1,83,82); }
div.DivClassName
{
background-color: #015352;
}
.BgClassName
{
background-color: #015352;
}
</style>
border-color css
<style>
span { border-color: #015352; }
span { border-color: rgb(1,83,82); }
td.TdClassName
{
border-color: #015352;
}
.TagClassName
{
border-color: #015352;
}
</style>