Shades of Sherpa Blue #015356
Tints of Sherpa Blue #015356
RGB
CMYK
RGB Variations
Color information
#015356 (or 0x015356) is known color: Sherpa Blue. HEX triplet: 01, 53 and 56. RGB value is (1,83,86). Sum of RGB (Red+Green+Blue) = 1+83+86=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #015356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015356 is #FEACA9. Grayscale: #3A3A3A. Windows color (decimal): -16690346 or 5657345. OLE color: 5657345.
HSL color Cylindrical-coordinate representation of color #015356: hue angle of 182.12º 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 #015356 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 83 | 86 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.66 |
| HSL | 182.12º | 0.98% | 0.17% | - |
| HSV(B) | 182.12º | 0.99% | 0.34% | - |
| XYZ | 4.79 | 6.86 | 9.88 | - |
| YUV | 58.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 86 | 0.99 | 0.03 | 0 | 0.66 | 182.12 | 0.98 | 0.17 |
| Hex | 1 | 53 | 56 | 63 | 3 | 0 | 42 | B6 | 62 | 11 |
| Octal | 1 | 123 | 126 | 143 | 3 | 0 | 102 | 266 | 142 | 21 |
| Binary | 1 | 1010011 | 1010110 | 1100011 | 11 | 0 | 1000010 | 10110110 | 1100010 | 10001 |
Color Harmonies of #015356
Complementary color
Monochromatic Colors of #015356
Black with #015356
Text Example
Text Example
White with #015356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015356; }
p { color: rgb(1,83,86); }
H1.HeaderClassName
{
color: #015356;
}
.AnyTagClassName
{
color: #015356;
}
</style>
background-color css
<style>
a { background-color: #015356; }
a { background-color: rgb(1,83,86); }
div.DivClassName
{
background-color: #015356;
}
.BgClassName
{
background-color: #015356;
}
</style>
border-color css
<style>
span { border-color: #015356; }
span { border-color: rgb(1,83,86); }
td.TdClassName
{
border-color: #015356;
}
.TagClassName
{
border-color: #015356;
}
</style>