#014755

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

Shades of Sherpa Blue #014755

Tints of Sherpa Blue #014755

Color information

#014755 (or 0x014755) is unknown color: approx Sherpa Blue. HEX triplet: 01, 47 and 55. RGB value is (1,71,85). Sum of RGB (Red+Green+Blue) = 1+71+85=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #014755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014755 is #FEB8AA. Grayscale: #333333. Windows color (decimal): -16693419 or 5588737. OLE color: 5588737.

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

Color convert

RGB17185-
CMYK0.990.1600.67
HSL190º97.67%16.86%-
HSV(B)190º98.82%33.33%-
XYZ3.915.179.39-
YUV51.67146.8191.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=0.64%
G=45.22%
B=54.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal171850.990.1600.6719097.6716.86
Hex147556310043be6211
Octal110712514320010327614221
Binary1100011110101011100011100000100001110111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014755; }

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

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

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

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

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

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

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

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