#014D50

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

Shades of Sherpa Blue #014D50

Tints of Sherpa Blue #014D50

Color information

#014D50 (or 0x014D50) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 50. RGB value is (1,77,80). Sum of RGB (Red+Green+Blue) = 1+77+80=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #014D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D50 is #FEB2AF. Grayscale: #363636. Windows color (decimal): -16691888 or 5262593. OLE color: 5262593.

HSL color Cylindrical-coordinate representation of color #014D50: hue angle of 182.28º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D50 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB17780-
CMYK0.990.0400.69
HSL182.28º97.53%15.88%-
HSV(B)182.28º98.75%31.37%-
XYZ4.115.898.51-
YUV54.62142.3289.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=0.63%
G=48.73%
B=50.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal177800.990.0400.69182.2897.5315.88
Hex14D50634045b66210
Octal11151201434010526614220
Binary11001101101000011000111000100010110110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,77,80); }

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

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

 a { background-color: rgb(1,77,80); }

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

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

 span { border-color: rgb(1,77,80); }

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