Shades of Sherpa Blue #01525C
Tints of Sherpa Blue #01525C
RGB
CMYK
RGB Variations
Color information
#01525C (or 0x01525C) is known color: Sherpa Blue. HEX triplet: 01, 52 and 5C. RGB value is (1,82,92). Sum of RGB (Red+Green+Blue) = 1+82+92=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #01525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01525C is #FEADA3. Grayscale: #3A3A3A. Windows color (decimal): -16690596 or 6050305. OLE color: 6050305.
HSL color Cylindrical-coordinate representation of color #01525C: hue angle of 186.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01525C is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 82 | 92 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.64 |
| HSL | 186.59º | 0.98% | 0.18% | - |
| HSV(B) | 186.59º | 0.99% | 0.36% | - |
| XYZ | 4.96 | 6.81 | 11.18 | - |
| YUV | 58.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 92 | 0.99 | 0.11 | 0 | 0.64 | 186.59 | 0.98 | 0.18 |
| Hex | 1 | 52 | 5C | 63 | B | 0 | 40 | BB | 62 | 12 |
| Octal | 1 | 122 | 134 | 143 | 13 | 0 | 100 | 273 | 142 | 22 |
| Binary | 1 | 1010010 | 1011100 | 1100011 | 1011 | 0 | 1000000 | 10111011 | 1100010 | 10010 |
Color Harmonies of #01525C
Complementary color
Monochromatic Colors of #01525C
Black with #01525C
Text Example
Text Example
White with #01525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01525C; }
p { color: rgb(1,82,92); }
H1.HeaderClassName
{
color: #01525C;
}
.AnyTagClassName
{
color: #01525C;
}
</style>
background-color css
<style>
a { background-color: #01525C; }
a { background-color: rgb(1,82,92); }
div.DivClassName
{
background-color: #01525C;
}
.BgClassName
{
background-color: #01525C;
}
</style>
border-color css
<style>
span { border-color: #01525C; }
span { border-color: rgb(1,82,92); }
td.TdClassName
{
border-color: #01525C;
}
.TagClassName
{
border-color: #01525C;
}
</style>