#014757

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

Shades of Sherpa Blue #014757

Tints of Sherpa Blue #014757

Color information

#014757 (or 0x014757) is unknown color: approx Sherpa Blue. HEX triplet: 01, 47 and 57. RGB value is (1,71,87). Sum of RGB (Red+Green+Blue) = 1+71+87=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #014757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014757 is #FEB8A8. Grayscale: #333333. Windows color (decimal): -16693417 or 5719809. OLE color: 5719809.

HSL color Cylindrical-coordinate representation of color #014757: hue angle of 191.16º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014757 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17187-
CMYK0.990.1800.66
HSL191.16º97.73%17.25%-
HSV(B)191.16º98.85%34.12%-
XYZ3.995.29.81-
YUV51.89147.8191.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=0.63%
G=44.65%
B=54.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal171870.990.1800.66191.1697.7317.25
Hex147576312042bf6211
Octal110712714322010227714221
Binary1100011110101111100011100100100001010111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014757; }

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

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

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

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

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

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

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

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