Shades of Sherpa Blue #014051
Tints of Sherpa Blue #014051
RGB
CMYK
RGB Variations
Color information
#014051 (or 0x014051) is known color: Sherpa Blue. HEX triplet: 01, 40 and 51. RGB value is (1,64,81). Sum of RGB (Red+Green+Blue) = 1+64+81=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #014051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014051 is #FEBFAE. Grayscale: #2E2E2E. Windows color (decimal): -16695215 or 5324801. OLE color: 5324801.
HSL color Cylindrical-coordinate representation of color #014051: hue angle of 192.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 #014051 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 64 | 81 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.68 |
| HSL | 192.75º | 0.98% | 0.16% | - |
| HSV(B) | 192.75º | 0.99% | 0.32% | - |
| XYZ | 3.33 | 4.27 | 8.43 | - |
| YUV | 47.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 81 | 0.99 | 0.21 | 0 | 0.68 | 192.75 | 0.98 | 0.16 |
| Hex | 1 | 40 | 51 | 63 | 15 | 0 | 44 | C1 | 62 | 10 |
| Octal | 1 | 100 | 121 | 143 | 25 | 0 | 104 | 301 | 142 | 20 |
| Binary | 1 | 1000000 | 1010001 | 1100011 | 10101 | 0 | 1000100 | 11000001 | 1100010 | 10000 |
Color Harmonies of #014051
Complementary color
Monochromatic Colors of #014051
Black with #014051
Text Example
Text Example
White with #014051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014051; }
p { color: rgb(1,64,81); }
H1.HeaderClassName
{
color: #014051;
}
.AnyTagClassName
{
color: #014051;
}
</style>
background-color css
<style>
a { background-color: #014051; }
a { background-color: rgb(1,64,81); }
div.DivClassName
{
background-color: #014051;
}
.BgClassName
{
background-color: #014051;
}
</style>
border-color css
<style>
span { border-color: #014051; }
span { border-color: rgb(1,64,81); }
td.TdClassName
{
border-color: #014051;
}
.TagClassName
{
border-color: #014051;
}
</style>