#014D55

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

Shades of Sherpa Blue #014D55

Tints of Sherpa Blue #014D55

Color information

#014D55 (or 0x014D55) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 55. RGB value is (1,77,85). Sum of RGB (Red+Green+Blue) = 1+77+85=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #014D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D55 is #FEB2AA. Grayscale: #373737. Windows color (decimal): -16691883 or 5590273. OLE color: 5590273.

HSL color Cylindrical-coordinate representation of color #014D55: hue angle of 185.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D55 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17785-
CMYK0.990.0900.67
HSL185.71º97.67%16.86%-
HSV(B)185.71º98.82%33.33%-
XYZ4.315.979.52-
YUV55.19144.8289.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=0.61%
G=47.24%
B=52.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal177850.990.0900.67185.7197.6716.86
Hex14D55639043ba6211
Octal111512514311010327214221
Binary110011011010101110001110010100001110111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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