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