Shades of Sherpa Blue #01514D
Tints of Sherpa Blue #01514D
RGB
CMYK
RGB Variations
Color information
#01514D (or 0x01514D) is known color: Sherpa Blue. HEX triplet: 01, 51 and 4D. RGB value is (1,81,77). Sum of RGB (Red+Green+Blue) = 1+81+77=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #01514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01514D is #FEAEB2. Grayscale: #383838. Windows color (decimal): -16690867 or 5067009. OLE color: 5067009.
HSL color Cylindrical-coordinate representation of color #01514D: hue angle of 177º 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 #01514D is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 77 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.68 |
| HSL | 177º | 0.98% | 0.16% | - |
| HSV(B) | 177º | 0.99% | 0.32% | - |
| XYZ | 4.29 | 6.43 | 8.04 | - |
| YUV | 56.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 77 | 0.99 | 0 | 0.05 | 0.68 | 177 | 0.98 | 0.16 |
| Hex | 1 | 51 | 4D | 63 | 0 | 5 | 44 | B1 | 62 | 10 |
| Octal | 1 | 121 | 115 | 143 | 0 | 5 | 104 | 261 | 142 | 20 |
| Binary | 1 | 1010001 | 1001101 | 1100011 | 0 | 101 | 1000100 | 10110001 | 1100010 | 10000 |
Color Harmonies of #01514D
Complementary color
Monochromatic Colors of #01514D
Black with #01514D
Text Example
Text Example
White with #01514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01514D; }
p { color: rgb(1,81,77); }
H1.HeaderClassName
{
color: #01514D;
}
.AnyTagClassName
{
color: #01514D;
}
</style>
background-color css
<style>
a { background-color: #01514D; }
a { background-color: rgb(1,81,77); }
div.DivClassName
{
background-color: #01514D;
}
.BgClassName
{
background-color: #01514D;
}
</style>
border-color css
<style>
span { border-color: #01514D; }
span { border-color: rgb(1,81,77); }
td.TdClassName
{
border-color: #01514D;
}
.TagClassName
{
border-color: #01514D;
}
</style>