#014947

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

Shades of Sherpa Blue #014947

Tints of Sherpa Blue #014947

Color information

#014947 (or 0x014947) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 47. RGB value is (1,73,71). Sum of RGB (Red+Green+Blue) = 1+73+71=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #014947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014947 is #FEB6B8. Grayscale: #333333. Windows color (decimal): -16692921 or 4671745. OLE color: 4671745.

HSL color Cylindrical-coordinate representation of color #014947: hue angle of 178.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014947 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB17371-
CMYK0.9900.030.71
HSL178.33º97.3%14.51%-
HSV(B)178.33º98.63%28.63%-
XYZ3.535.236.78-
YUV51.24139.1592.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=0.69%
G=50.34%
B=48.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173710.9900.030.71178.3397.314.51
Hex14947630347b261f
Octal11111071430310726214117
Binary110010011000111110001101110001111011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014947; }

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

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

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

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

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

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

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

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