#014F57

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

Shades of Sherpa Blue #014F57

Tints of Sherpa Blue #014F57

Color information

#014F57 (or 0x014F57) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 57. RGB value is (1,79,87). Sum of RGB (Red+Green+Blue) = 1+79+87=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #014F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F57 is #FEB0A8. Grayscale: #383838. Windows color (decimal): -16691369 or 5721857. OLE color: 5721857.

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

Color convert

RGB17987-
CMYK0.990.0900.66
HSL185.58º97.73%17.25%-
HSV(B)185.58º98.85%34.12%-
XYZ4.536.299.99-
YUV56.59145.1688.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 87 (34.38% from 255) = 52.10%
R=0.60%
G=47.31%
B=52.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal179870.990.0900.66185.5897.7317.25
Hex14F57639042ba6211
Octal111712714311010227214221
Binary110011111010111110001110010100001010111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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