#014E47

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

Shades of Sherpa Blue #014E47

Tints of Sherpa Blue #014E47

Color information

#014E47 (or 0x014E47) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4E and 47. RGB value is (1,78,71). Sum of RGB (Red+Green+Blue) = 1+78+71=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #014E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E47 is #FEB1B8. Grayscale: #363636. Windows color (decimal): -16691641 or 4673025. OLE color: 4673025.

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

Color convert

RGB17871-
CMYK0.9900.090.69
HSL174.55º97.47%15.49%-
HSV(B)174.55º98.72%30.59%-
XYZ3.875.916.9-
YUV54.18137.4990.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 78 (30.86% from 255) = 52%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=0.67%
G=52%
B=47.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178710.9900.090.69174.5597.4715.49
Hex14E47630945af61f
Octal111610714301110525714117
Binary11001110100011111000110100110001011010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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