#014F47

Color #014F47 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #014F47

Tints of Sherpa Blue #014F47

Color information

#014F47 (or 0x014F47) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 47. RGB value is (1,79,71). Sum of RGB (Red+Green+Blue) = 1+79+71=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #014F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F47 is #FEB0B8. Grayscale: #363636. Windows color (decimal): -16691385 or 4673281. OLE color: 4673281.

HSL color Cylindrical-coordinate representation of color #014F47: hue angle of 173.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F47 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB17971-
CMYK0.9900.100.69
HSL173.85º97.5%15.69%-
HSV(B)173.85º98.73%30.98%-
XYZ3.956.056.92-
YUV54.77137.1689.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=0.66%
G=52.32%
B=47.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179710.9900.100.69173.8597.515.69
Hex14F47630A45ae6210
Octal111710714301210525614220
Binary110011111000111110001101010100010110101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F47; }

 p { color: rgb(1,79,71); }

 H1.HeaderClassName
 {
   color: #014F47;
 }
 .AnyTagClassName
 {
   color: #014F47;
 }
</style>
background-color css

<style>
 a { background-color: #014F47; }

 a { background-color: rgb(1,79,71); }

 div.DivClassName
 {
   background-color: #014F47;
 }
 .BgClassName
 {
   background-color: #014F47;
 }
</style>
border-color css

<style>
 span { border-color: #014F47; }

 span { border-color: rgb(1,79,71); }

 td.TdClassName
 {
   border-color: #014F47;
 }
 .TagClassName
 {
   border-color: #014F47;
 }
</style>