Shades of Sherpa Blue #01514C
Tints of Sherpa Blue #01514C
RGB
CMYK
RGB Variations
Color information
#01514C (or 0x01514C) is known color: Sherpa Blue. HEX triplet: 01, 51 and 4C. RGB value is (1,81,76). Sum of RGB (Red+Green+Blue) = 1+81+76=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #01514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01514C is #FEAEB3. Grayscale: #383838. Windows color (decimal): -16690868 or 5001473. OLE color: 5001473.
HSL color Cylindrical-coordinate representation of color #01514C: hue angle of 176.25º 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 #01514C is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 76 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.68 |
| HSL | 176.25º | 0.98% | 0.16% | - |
| HSV(B) | 176.25º | 0.99% | 0.32% | - |
| XYZ | 4.26 | 6.41 | 7.85 | - |
| YUV | 56.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 76 | 0.99 | 0 | 0.06 | 0.68 | 176.25 | 0.98 | 0.16 |
| Hex | 1 | 51 | 4C | 63 | 0 | 6 | 44 | B0 | 62 | 10 |
| Octal | 1 | 121 | 114 | 143 | 0 | 6 | 104 | 260 | 142 | 20 |
| Binary | 1 | 1010001 | 1001100 | 1100011 | 0 | 110 | 1000100 | 10110000 | 1100010 | 10000 |
Color Harmonies of #01514C
Complementary color
Monochromatic Colors of #01514C
Black with #01514C
Text Example
Text Example
White with #01514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01514C; }
p { color: rgb(1,81,76); }
H1.HeaderClassName
{
color: #01514C;
}
.AnyTagClassName
{
color: #01514C;
}
</style>
background-color css
<style>
a { background-color: #01514C; }
a { background-color: rgb(1,81,76); }
div.DivClassName
{
background-color: #01514C;
}
.BgClassName
{
background-color: #01514C;
}
</style>
border-color css
<style>
span { border-color: #01514C; }
span { border-color: rgb(1,81,76); }
td.TdClassName
{
border-color: #01514C;
}
.TagClassName
{
border-color: #01514C;
}
</style>