Shades of Sherpa Blue #014447
Tints of Sherpa Blue #014447
RGB
CMYK
RGB Variations
Color information
#014447 (or 0x014447) is known color: Sherpa Blue. HEX triplet: 01, 44 and 47. RGB value is (1,68,71). Sum of RGB (Red+Green+Blue) = 1+68+71=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #014447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014447 is #FEBBB8. Grayscale: #303030. Windows color (decimal): -16694201 or 4670465. OLE color: 4670465.
HSL color Cylindrical-coordinate representation of color #014447: hue angle of 182.57º 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 #014447 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 68 | 71 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.72 |
| HSL | 182.57º | 0.97% | 0.14% | - |
| HSV(B) | 182.57º | 0.99% | 0.28% | - |
| XYZ | 3.22 | 4.6 | 6.68 | - |
| YUV | 48.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 71 | 0.99 | 0.04 | 0 | 0.72 | 182.57 | 0.97 | 0.14 |
| Hex | 1 | 44 | 47 | 63 | 4 | 0 | 48 | B7 | 61 | E |
| Octal | 1 | 104 | 107 | 143 | 4 | 0 | 110 | 267 | 141 | 16 |
| Binary | 1 | 1000100 | 1000111 | 1100011 | 100 | 0 | 1001000 | 10110111 | 1100001 | 1110 |
Color Harmonies of #014447
Complementary color
Monochromatic Colors of #014447
Black with #014447
Text Example
Text Example
White with #014447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014447; }
p { color: rgb(1,68,71); }
H1.HeaderClassName
{
color: #014447;
}
.AnyTagClassName
{
color: #014447;
}
</style>
background-color css
<style>
a { background-color: #014447; }
a { background-color: rgb(1,68,71); }
div.DivClassName
{
background-color: #014447;
}
.BgClassName
{
background-color: #014447;
}
</style>
border-color css
<style>
span { border-color: #014447; }
span { border-color: rgb(1,68,71); }
td.TdClassName
{
border-color: #014447;
}
.TagClassName
{
border-color: #014447;
}
</style>