#014D47

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

Shades of Sherpa Blue #014D47

Tints of Sherpa Blue #014D47

Color information

#014D47 (or 0x014D47) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 47. RGB value is (1,77,71). Sum of RGB (Red+Green+Blue) = 1+77+71=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #014D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D47 is #FEB2B8. Grayscale: #353535. Windows color (decimal): -16691897 or 4672769. OLE color: 4672769.

HSL color Cylindrical-coordinate representation of color #014D47: hue angle of 175.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D47 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB17771-
CMYK0.9900.080.70
HSL175.26º97.44%15.29%-
HSV(B)175.26º98.7%30.2%-
XYZ3.85.776.87-
YUV53.59137.8290.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=0.67%
G=51.68%
B=47.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177710.9900.080.70175.2697.4415.29
Hex14D47630846af61f
Octal111510714301010625714117
Binary11001101100011111000110100010001101010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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