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