Shades of Sherpa Blue #01524D
Tints of Sherpa Blue #01524D
RGB
CMYK
RGB Variations
Color information
#01524D (or 0x01524D) is known color: Sherpa Blue. HEX triplet: 01, 52 and 4D. RGB value is (1,82,77). Sum of RGB (Red+Green+Blue) = 1+82+77=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #01524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01524D is #FEADB2. Grayscale: #393939. Windows color (decimal): -16690611 or 5067265. OLE color: 5067265.
HSL color Cylindrical-coordinate representation of color #01524D: hue angle of 176.3º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01524D is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 77 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.68 |
| HSL | 176.3º | 0.98% | 0.16% | - |
| HSV(B) | 176.3º | 0.99% | 0.32% | - |
| XYZ | 4.37 | 6.58 | 8.06 | - |
| YUV | 57.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 77 | 0.99 | 0 | 0.06 | 0.68 | 176.3 | 0.98 | 0.16 |
| Hex | 1 | 52 | 4D | 63 | 0 | 6 | 44 | B0 | 62 | 10 |
| Octal | 1 | 122 | 115 | 143 | 0 | 6 | 104 | 260 | 142 | 20 |
| Binary | 1 | 1010010 | 1001101 | 1100011 | 0 | 110 | 1000100 | 10110000 | 1100010 | 10000 |
Color Harmonies of #01524D
Complementary color
Monochromatic Colors of #01524D
Black with #01524D
Text Example
Text Example
White with #01524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01524D; }
p { color: rgb(1,82,77); }
H1.HeaderClassName
{
color: #01524D;
}
.AnyTagClassName
{
color: #01524D;
}
</style>
background-color css
<style>
a { background-color: #01524D; }
a { background-color: rgb(1,82,77); }
div.DivClassName
{
background-color: #01524D;
}
.BgClassName
{
background-color: #01524D;
}
</style>
border-color css
<style>
span { border-color: #01524D; }
span { border-color: rgb(1,82,77); }
td.TdClassName
{
border-color: #01524D;
}
.TagClassName
{
border-color: #01524D;
}
</style>