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