#014C47

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

Shades of Sherpa Blue #014C47

Tints of Sherpa Blue #014C47

Color information

#014C47 (or 0x014C47) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4C and 47. RGB value is (1,76,71). Sum of RGB (Red+Green+Blue) = 1+76+71=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #014C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C47 is #FEB3B8. Grayscale: #343434. Windows color (decimal): -16692153 or 4672513. OLE color: 4672513.

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

Color convert

RGB17671-
CMYK0.9900.070.70
HSL176º97.4%15.1%-
HSV(B)176º98.68%29.8%-
XYZ3.735.636.85-
YUV53138.1590.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=0.68%
G=51.35%
B=47.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176710.9900.070.7017697.415.1
Hex14C47630746b061f
Octal11141071430710626014117
Binary1100110010001111100011011110001101011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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