Shades of Sherpa Blue #014251
Tints of Sherpa Blue #014251
RGB
CMYK
RGB Variations
Color information
#014251 (or 0x014251) is known color: Sherpa Blue. HEX triplet: 01, 42 and 51. RGB value is (1,66,81). Sum of RGB (Red+Green+Blue) = 1+66+81=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #014251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014251 is #FEBDAE. Grayscale: #303030. Windows color (decimal): -16694703 or 5325313. OLE color: 5325313.
HSL color Cylindrical-coordinate representation of color #014251: hue angle of 191.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 #014251 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 66 | 81 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.68 |
| HSL | 191.25º | 0.98% | 0.16% | - |
| HSV(B) | 191.25º | 0.99% | 0.32% | - |
| XYZ | 3.45 | 4.5 | 8.47 | - |
| YUV | 48.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 81 | 0.99 | 0.19 | 0 | 0.68 | 191.25 | 0.98 | 0.16 |
| Hex | 1 | 42 | 51 | 63 | 13 | 0 | 44 | BF | 62 | 10 |
| Octal | 1 | 102 | 121 | 143 | 23 | 0 | 104 | 277 | 142 | 20 |
| Binary | 1 | 1000010 | 1010001 | 1100011 | 10011 | 0 | 1000100 | 10111111 | 1100010 | 10000 |
Color Harmonies of #014251
Complementary color
Monochromatic Colors of #014251
Black with #014251
Text Example
Text Example
White with #014251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014251; }
p { color: rgb(1,66,81); }
H1.HeaderClassName
{
color: #014251;
}
.AnyTagClassName
{
color: #014251;
}
</style>
background-color css
<style>
a { background-color: #014251; }
a { background-color: rgb(1,66,81); }
div.DivClassName
{
background-color: #014251;
}
.BgClassName
{
background-color: #014251;
}
</style>
border-color css
<style>
span { border-color: #014251; }
span { border-color: rgb(1,66,81); }
td.TdClassName
{
border-color: #014251;
}
.TagClassName
{
border-color: #014251;
}
</style>