Shades of Sherpa Blue #015055
Tints of Sherpa Blue #015055
RGB
CMYK
RGB Variations
Color information
#015055 (or 0x015055) is known color: Sherpa Blue. HEX triplet: 01, 50 and 55. RGB value is (1,80,85). Sum of RGB (Red+Green+Blue) = 1+80+85=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #015055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015055 is #FEAFAA. Grayscale: #383838. Windows color (decimal): -16691115 or 5591041. OLE color: 5591041.
HSL color Cylindrical-coordinate representation of color #015055: hue angle of 183.57º 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 #015055 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 80 | 85 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.67 |
| HSL | 183.57º | 0.98% | 0.17% | - |
| HSV(B) | 183.57º | 0.99% | 0.33% | - |
| XYZ | 4.52 | 6.4 | 9.59 | - |
| YUV | 56.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 85 | 0.99 | 0.06 | 0 | 0.67 | 183.57 | 0.98 | 0.17 |
| Hex | 1 | 50 | 55 | 63 | 6 | 0 | 43 | B8 | 62 | 11 |
| Octal | 1 | 120 | 125 | 143 | 6 | 0 | 103 | 270 | 142 | 21 |
| Binary | 1 | 1010000 | 1010101 | 1100011 | 110 | 0 | 1000011 | 10111000 | 1100010 | 10001 |
Color Harmonies of #015055
Complementary color
Monochromatic Colors of #015055
Black with #015055
Text Example
Text Example
White with #015055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015055; }
p { color: rgb(1,80,85); }
H1.HeaderClassName
{
color: #015055;
}
.AnyTagClassName
{
color: #015055;
}
</style>
background-color css
<style>
a { background-color: #015055; }
a { background-color: rgb(1,80,85); }
div.DivClassName
{
background-color: #015055;
}
.BgClassName
{
background-color: #015055;
}
</style>
border-color css
<style>
span { border-color: #015055; }
span { border-color: rgb(1,80,85); }
td.TdClassName
{
border-color: #015055;
}
.TagClassName
{
border-color: #015055;
}
</style>