Shades of Sherpa Blue #01514E
Tints of Sherpa Blue #01514E
RGB
CMYK
RGB Variations
Color information
#01514E (or 0x01514E) is known color: Sherpa Blue. HEX triplet: 01, 51 and 4E. RGB value is (1,81,78). Sum of RGB (Red+Green+Blue) = 1+81+78=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #01514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01514E is #FEAEB1. Grayscale: #383838. Windows color (decimal): -16690866 or 5132545. OLE color: 5132545.
HSL color Cylindrical-coordinate representation of color #01514E: hue angle of 177.75º 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 #01514E is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 78 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.68 |
| HSL | 177.75º | 0.98% | 0.16% | - |
| HSV(B) | 177.75º | 0.99% | 0.32% | - |
| XYZ | 4.33 | 6.44 | 8.22 | - |
| YUV | 56.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 78 | 0.99 | 0 | 0.04 | 0.68 | 177.75 | 0.98 | 0.16 |
| Hex | 1 | 51 | 4E | 63 | 0 | 4 | 44 | B2 | 62 | 10 |
| Octal | 1 | 121 | 116 | 143 | 0 | 4 | 104 | 262 | 142 | 20 |
| Binary | 1 | 1010001 | 1001110 | 1100011 | 0 | 100 | 1000100 | 10110010 | 1100010 | 10000 |
Color Harmonies of #01514E
Complementary color
Monochromatic Colors of #01514E
Black with #01514E
Text Example
Text Example
White with #01514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01514E; }
p { color: rgb(1,81,78); }
H1.HeaderClassName
{
color: #01514E;
}
.AnyTagClassName
{
color: #01514E;
}
</style>
background-color css
<style>
a { background-color: #01514E; }
a { background-color: rgb(1,81,78); }
div.DivClassName
{
background-color: #01514E;
}
.BgClassName
{
background-color: #01514E;
}
</style>
border-color css
<style>
span { border-color: #01514E; }
span { border-color: rgb(1,81,78); }
td.TdClassName
{
border-color: #01514E;
}
.TagClassName
{
border-color: #01514E;
}
</style>