Shades of Sherpa Blue #01514F
Tints of Sherpa Blue #01514F
RGB
CMYK
RGB Variations
Color information
#01514F (or 0x01514F) is known color: Sherpa Blue. HEX triplet: 01, 51 and 4F. RGB value is (1,81,79). Sum of RGB (Red+Green+Blue) = 1+81+79=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #01514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01514F is #FEAEB0. Grayscale: #383838. Windows color (decimal): -16690865 or 5198081. OLE color: 5198081.
HSL color Cylindrical-coordinate representation of color #01514F: hue angle of 178.5º 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 #01514F is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 79 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.68 |
| HSL | 178.5º | 0.98% | 0.16% | - |
| HSV(B) | 178.5º | 0.99% | 0.32% | - |
| XYZ | 4.37 | 6.46 | 8.41 | - |
| YUV | 56.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 79 | 0.99 | 0 | 0.02 | 0.68 | 178.5 | 0.98 | 0.16 |
| Hex | 1 | 51 | 4F | 63 | 0 | 2 | 44 | B2 | 62 | 10 |
| Octal | 1 | 121 | 117 | 143 | 0 | 2 | 104 | 262 | 142 | 20 |
| Binary | 1 | 1010001 | 1001111 | 1100011 | 0 | 10 | 1000100 | 10110010 | 1100010 | 10000 |
Color Harmonies of #01514F
Complementary color
Monochromatic Colors of #01514F
Black with #01514F
Text Example
Text Example
White with #01514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01514F; }
p { color: rgb(1,81,79); }
H1.HeaderClassName
{
color: #01514F;
}
.AnyTagClassName
{
color: #01514F;
}
</style>
background-color css
<style>
a { background-color: #01514F; }
a { background-color: rgb(1,81,79); }
div.DivClassName
{
background-color: #01514F;
}
.BgClassName
{
background-color: #01514F;
}
</style>
border-color css
<style>
span { border-color: #01514F; }
span { border-color: rgb(1,81,79); }
td.TdClassName
{
border-color: #01514F;
}
.TagClassName
{
border-color: #01514F;
}
</style>