Shades of Sherpa Blue #015453
Tints of Sherpa Blue #015453
RGB
CMYK
RGB Variations
Color information
#015453 (or 0x015453) is known color: Sherpa Blue. HEX triplet: 01, 54 and 53. RGB value is (1,84,83). Sum of RGB (Red+Green+Blue) = 1+84+83=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #015453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015453 is #FEABAC. Grayscale: #3A3A3A. Windows color (decimal): -16690093 or 5460993. OLE color: 5460993.
HSL color Cylindrical-coordinate representation of color #015453: hue angle of 179.28º 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 #015453 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 83 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.67 |
| HSL | 179.28º | 0.98% | 0.17% | - |
| HSV(B) | 179.28º | 0.99% | 0.33% | - |
| XYZ | 4.74 | 6.97 | 9.28 | - |
| YUV | 59.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 83 | 0.99 | 0 | 0.01 | 0.67 | 179.28 | 0.98 | 0.17 |
| Hex | 1 | 54 | 53 | 63 | 0 | 1 | 43 | B3 | 62 | 11 |
| Octal | 1 | 124 | 123 | 143 | 0 | 1 | 103 | 263 | 142 | 21 |
| Binary | 1 | 1010100 | 1010011 | 1100011 | 0 | 1 | 1000011 | 10110011 | 1100010 | 10001 |
Color Harmonies of #015453
Complementary color
Monochromatic Colors of #015453
Black with #015453
Text Example
Text Example
White with #015453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015453; }
p { color: rgb(1,84,83); }
H1.HeaderClassName
{
color: #015453;
}
.AnyTagClassName
{
color: #015453;
}
</style>
background-color css
<style>
a { background-color: #015453; }
a { background-color: rgb(1,84,83); }
div.DivClassName
{
background-color: #015453;
}
.BgClassName
{
background-color: #015453;
}
</style>
border-color css
<style>
span { border-color: #015453; }
span { border-color: rgb(1,84,83); }
td.TdClassName
{
border-color: #015453;
}
.TagClassName
{
border-color: #015453;
}
</style>