#014F59

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

Shades of Sherpa Blue #014F59

Tints of Sherpa Blue #014F59

Color information

#014F59 (or 0x014F59) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 59. RGB value is (1,79,89). Sum of RGB (Red+Green+Blue) = 1+79+89=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #014F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F59 is #FEB0A6. Grayscale: #383838. Windows color (decimal): -16691367 or 5852929. OLE color: 5852929.

HSL color Cylindrical-coordinate representation of color #014F59: hue angle of 186.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F59 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17989-
CMYK0.990.1100.65
HSL186.82º97.78%17.65%-
HSV(B)186.82º98.88%34.9%-
XYZ4.616.3210.43-
YUV56.82146.1688.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=0.59%
G=46.75%
B=52.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal179890.990.1100.65186.8297.7817.65
Hex14F5963B041bb6212
Octal111713114313010127314222
Binary110011111011001110001110110100000110111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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