#014E4C

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

Shades of Sherpa Blue #014E4C

Tints of Sherpa Blue #014E4C

Color information

#014E4C (or 0x014E4C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4E and 4C. RGB value is (1,78,76). Sum of RGB (Red+Green+Blue) = 1+78+76=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #014E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E4C is #FEB1B3. Grayscale: #363636. Windows color (decimal): -16691636 or 5000705. OLE color: 5000705.

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

Color convert

RGB17876-
CMYK0.9900.030.69
HSL178.44º97.47%15.49%-
HSV(B)178.44º98.72%30.59%-
XYZ4.045.987.78-
YUV54.75139.9989.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 78 (30.86% from 255) = 50.32%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=0.65%
G=50.32%
B=49.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178760.9900.030.69178.4497.4715.49
Hex14E4C630345b261f
Octal11161141430310526214117
Binary110011101001100110001101110001011011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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