#014D5A

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

Shades of Sherpa Blue #014D5A

Tints of Sherpa Blue #014D5A

Color information

#014D5A (or 0x014D5A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 5A. RGB value is (1,77,90). Sum of RGB (Red+Green+Blue) = 1+77+90=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #014D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D5A is #FEB2A5. Grayscale: #373737. Windows color (decimal): -16691878 or 5917953. OLE color: 5917953.

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

Color convert

RGB17790-
CMYK0.990.1400.65
HSL188.76º97.8%17.84%-
HSV(B)188.76º98.89%35.29%-
XYZ4.516.0510.6-
YUV55.76147.3288.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=0.60%
G=45.83%
B=53.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal177900.990.1400.65188.7697.817.84
Hex14D5A63E041bd6212
Octal111513214316010127514222
Binary110011011011010110001111100100000110111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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