Shades of Sherpa Blue #014744
Tints of Sherpa Blue #014744
RGB
CMYK
RGB Variations
Color information
#014744 (or 0x014744) is known color: Sherpa Blue. HEX triplet: 01, 47 and 44. RGB value is (1,71,68). Sum of RGB (Red+Green+Blue) = 1+71+68=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #014744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014744 is #FEB8BB. Grayscale: #313131. Windows color (decimal): -16693436 or 4474625. OLE color: 4474625.
HSL color Cylindrical-coordinate representation of color #014744: hue angle of 177.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014744 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 68 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.72 |
| HSL | 177.43º | 0.97% | 0.14% | - |
| HSV(B) | 177.43º | 0.99% | 0.28% | - |
| XYZ | 3.31 | 4.93 | 6.25 | - |
| YUV | 49.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 68 | 0.99 | 0 | 0.04 | 0.72 | 177.43 | 0.97 | 0.14 |
| Hex | 1 | 47 | 44 | 63 | 0 | 4 | 48 | B1 | 61 | E |
| Octal | 1 | 107 | 104 | 143 | 0 | 4 | 110 | 261 | 141 | 16 |
| Binary | 1 | 1000111 | 1000100 | 1100011 | 0 | 100 | 1001000 | 10110001 | 1100001 | 1110 |
Color Harmonies of #014744
Complementary color
Monochromatic Colors of #014744
Black with #014744
Text Example
Text Example
White with #014744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014744; }
p { color: rgb(1,71,68); }
H1.HeaderClassName
{
color: #014744;
}
.AnyTagClassName
{
color: #014744;
}
</style>
background-color css
<style>
a { background-color: #014744; }
a { background-color: rgb(1,71,68); }
div.DivClassName
{
background-color: #014744;
}
.BgClassName
{
background-color: #014744;
}
</style>
border-color css
<style>
span { border-color: #014744; }
span { border-color: rgb(1,71,68); }
td.TdClassName
{
border-color: #014744;
}
.TagClassName
{
border-color: #014744;
}
</style>