Shades of Sherpa Blue #015351
Tints of Sherpa Blue #015351
RGB
CMYK
RGB Variations
Color information
#015351 (or 0x015351) is known color: Sherpa Blue. HEX triplet: 01, 53 and 51. RGB value is (1,83,81). Sum of RGB (Red+Green+Blue) = 1+83+81=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #015351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015351 is #FEACAE. Grayscale: #3A3A3A. Windows color (decimal): -16690351 or 5329665. OLE color: 5329665.
HSL color Cylindrical-coordinate representation of color #015351: hue angle of 178.54º 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 #015351 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 81 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.67 |
| HSL | 178.54º | 0.98% | 0.16% | - |
| HSV(B) | 178.54º | 0.99% | 0.33% | - |
| XYZ | 4.59 | 6.79 | 8.85 | - |
| YUV | 58.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 81 | 0.99 | 0 | 0.02 | 0.67 | 178.54 | 0.98 | 0.16 |
| Hex | 1 | 53 | 51 | 63 | 0 | 2 | 43 | B3 | 62 | 10 |
| Octal | 1 | 123 | 121 | 143 | 0 | 2 | 103 | 263 | 142 | 20 |
| Binary | 1 | 1010011 | 1010001 | 1100011 | 0 | 10 | 1000011 | 10110011 | 1100010 | 10000 |
Color Harmonies of #015351
Complementary color
Monochromatic Colors of #015351
Black with #015351
Text Example
Text Example
White with #015351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015351; }
p { color: rgb(1,83,81); }
H1.HeaderClassName
{
color: #015351;
}
.AnyTagClassName
{
color: #015351;
}
</style>
background-color css
<style>
a { background-color: #015351; }
a { background-color: rgb(1,83,81); }
div.DivClassName
{
background-color: #015351;
}
.BgClassName
{
background-color: #015351;
}
</style>
border-color css
<style>
span { border-color: #015351; }
span { border-color: rgb(1,83,81); }
td.TdClassName
{
border-color: #015351;
}
.TagClassName
{
border-color: #015351;
}
</style>