#014D58

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

Shades of Sherpa Blue #014D58

Tints of Sherpa Blue #014D58

Color information

#014D58 (or 0x014D58) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 58. RGB value is (1,77,88). Sum of RGB (Red+Green+Blue) = 1+77+88=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #014D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D58 is #FEB2A7. Grayscale: #373737. Windows color (decimal): -16691880 or 5786881. OLE color: 5786881.

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

Color convert

RGB17788-
CMYK0.990.1200.65
HSL187.59º97.75%17.45%-
HSV(B)187.59º98.86%34.51%-
XYZ4.436.0210.16-
YUV55.53146.3289.11-

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) = 46.39%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=0.60%
G=46.39%
B=53.01%

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
Decimal177880.990.1200.65187.5997.7517.45
Hex14D5863C041bc6211
Octal111513014314010127414221
Binary110011011011000110001111000100000110111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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