Shades of Sherpa Blue #01534D
Tints of Sherpa Blue #01534D
RGB
CMYK
RGB Variations
Color information
#01534D (or 0x01534D) is known color: Sherpa Blue. HEX triplet: 01, 53 and 4D. RGB value is (1,83,77). Sum of RGB (Red+Green+Blue) = 1+83+77=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #01534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01534D is #FEACB2. Grayscale: #393939. Windows color (decimal): -16690355 or 5067521. OLE color: 5067521.
HSL color Cylindrical-coordinate representation of color #01534D: hue angle of 175.61º 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 #01534D is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 77 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.67 |
| HSL | 175.61º | 0.98% | 0.16% | - |
| HSV(B) | 175.61º | 0.99% | 0.33% | - |
| XYZ | 4.45 | 6.73 | 8.09 | - |
| YUV | 57.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 77 | 0.99 | 0 | 0.07 | 0.67 | 175.61 | 0.98 | 0.16 |
| Hex | 1 | 53 | 4D | 63 | 0 | 7 | 43 | B0 | 62 | 10 |
| Octal | 1 | 123 | 115 | 143 | 0 | 7 | 103 | 260 | 142 | 20 |
| Binary | 1 | 1010011 | 1001101 | 1100011 | 0 | 111 | 1000011 | 10110000 | 1100010 | 10000 |
Color Harmonies of #01534D
Complementary color
Monochromatic Colors of #01534D
Black with #01534D
Text Example
Text Example
White with #01534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01534D; }
p { color: rgb(1,83,77); }
H1.HeaderClassName
{
color: #01534D;
}
.AnyTagClassName
{
color: #01534D;
}
</style>
background-color css
<style>
a { background-color: #01534D; }
a { background-color: rgb(1,83,77); }
div.DivClassName
{
background-color: #01534D;
}
.BgClassName
{
background-color: #01534D;
}
</style>
border-color css
<style>
span { border-color: #01534D; }
span { border-color: rgb(1,83,77); }
td.TdClassName
{
border-color: #01534D;
}
.TagClassName
{
border-color: #01534D;
}
</style>