#014E59

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

Shades of Sherpa Blue #014E59

Tints of Sherpa Blue #014E59

Color information

#014E59 (or 0x014E59) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4E and 59. RGB value is (1,78,89). Sum of RGB (Red+Green+Blue) = 1+78+89=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #014E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E59 is #FEB1A6. Grayscale: #383838. Windows color (decimal): -16691623 or 5852673. OLE color: 5852673.

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

Color convert

RGB17889-
CMYK0.990.1200.65
HSL187.5º97.78%17.65%-
HSV(B)187.5º98.88%34.9%-
XYZ4.546.1810.4-
YUV56.23146.4988.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=0.60%
G=46.43%
B=52.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal178890.990.1200.65187.597.7817.65
Hex14E5963C041bc6212
Octal111613114314010127414222
Binary110011101011001110001111000100000110111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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