Shades of Sherpa Blue #015350
Tints of Sherpa Blue #015350
RGB
CMYK
RGB Variations
Color information
#015350 (or 0x015350) is known color: Sherpa Blue. HEX triplet: 01, 53 and 50. RGB value is (1,83,80). Sum of RGB (Red+Green+Blue) = 1+83+80=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #015350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015350 is #FEACAF. Grayscale: #3A3A3A. Windows color (decimal): -16690352 or 5264129. OLE color: 5264129.
HSL color Cylindrical-coordinate representation of color #015350: hue angle of 177.8º 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 #015350 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 80 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.67 |
| HSL | 177.8º | 0.98% | 0.16% | - |
| HSV(B) | 177.8º | 0.99% | 0.33% | - |
| XYZ | 4.55 | 6.77 | 8.66 | - |
| YUV | 58.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 80 | 0.99 | 0 | 0.04 | 0.67 | 177.8 | 0.98 | 0.16 |
| Hex | 1 | 53 | 50 | 63 | 0 | 4 | 43 | B2 | 62 | 10 |
| Octal | 1 | 123 | 120 | 143 | 0 | 4 | 103 | 262 | 142 | 20 |
| Binary | 1 | 1010011 | 1010000 | 1100011 | 0 | 100 | 1000011 | 10110010 | 1100010 | 10000 |
Color Harmonies of #015350
Complementary color
Monochromatic Colors of #015350
Black with #015350
Text Example
Text Example
White with #015350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015350; }
p { color: rgb(1,83,80); }
H1.HeaderClassName
{
color: #015350;
}
.AnyTagClassName
{
color: #015350;
}
</style>
background-color css
<style>
a { background-color: #015350; }
a { background-color: rgb(1,83,80); }
div.DivClassName
{
background-color: #015350;
}
.BgClassName
{
background-color: #015350;
}
</style>
border-color css
<style>
span { border-color: #015350; }
span { border-color: rgb(1,83,80); }
td.TdClassName
{
border-color: #015350;
}
.TagClassName
{
border-color: #015350;
}
</style>