#014957

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

Shades of Sherpa Blue #014957

Tints of Sherpa Blue #014957

Color information

#014957 (or 0x014957) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 57. RGB value is (1,73,87). Sum of RGB (Red+Green+Blue) = 1+73+87=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #014957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014957 is #FEB6A8. Grayscale: #343434. Windows color (decimal): -16692905 or 5720321. OLE color: 5720321.

HSL color Cylindrical-coordinate representation of color #014957: hue angle of 189.77º 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 #014957 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17387-
CMYK0.990.1600.66
HSL189.77º97.73%17.25%-
HSV(B)189.77º98.85%34.12%-
XYZ4.125.469.85-
YUV53.07147.1590.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=0.62%
G=45.34%
B=54.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal173870.990.1600.66189.7797.7317.25
Hex149576310042be6211
Octal111112714320010227614221
Binary1100100110101111100011100000100001010111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014957; }

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

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

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

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

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

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

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

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