Shades of Sherpa Blue #01544D
Tints of Sherpa Blue #01544D
RGB
CMYK
RGB Variations
Color information
#01544D (or 0x01544D) is known color: Sherpa Blue. HEX triplet: 01, 54 and 4D. RGB value is (1,84,77). Sum of RGB (Red+Green+Blue) = 1+84+77=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #01544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01544D is #FEABB2. Grayscale: #3A3A3A. Windows color (decimal): -16690099 or 5067777. OLE color: 5067777.
HSL color Cylindrical-coordinate representation of color #01544D: hue angle of 174.94º 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 #01544D is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 77 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.67 |
| HSL | 174.94º | 0.98% | 0.17% | - |
| HSV(B) | 174.94º | 0.99% | 0.33% | - |
| XYZ | 4.52 | 6.88 | 8.11 | - |
| YUV | 58.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 77 | 0.99 | 0 | 0.08 | 0.67 | 174.94 | 0.98 | 0.17 |
| Hex | 1 | 54 | 4D | 63 | 0 | 8 | 43 | AF | 62 | 11 |
| Octal | 1 | 124 | 115 | 143 | 0 | 10 | 103 | 257 | 142 | 21 |
| Binary | 1 | 1010100 | 1001101 | 1100011 | 0 | 1000 | 1000011 | 10101111 | 1100010 | 10001 |
Color Harmonies of #01544D
Complementary color
Monochromatic Colors of #01544D
Black with #01544D
Text Example
Text Example
White with #01544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01544D; }
p { color: rgb(1,84,77); }
H1.HeaderClassName
{
color: #01544D;
}
.AnyTagClassName
{
color: #01544D;
}
</style>
background-color css
<style>
a { background-color: #01544D; }
a { background-color: rgb(1,84,77); }
div.DivClassName
{
background-color: #01544D;
}
.BgClassName
{
background-color: #01544D;
}
</style>
border-color css
<style>
span { border-color: #01544D; }
span { border-color: rgb(1,84,77); }
td.TdClassName
{
border-color: #01544D;
}
.TagClassName
{
border-color: #01544D;
}
</style>