#014C53

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

Shades of Sherpa Blue #014C53

Tints of Sherpa Blue #014C53

Color information

#014C53 (or 0x014C53) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4C and 53. RGB value is (1,76,83). Sum of RGB (Red+Green+Blue) = 1+76+83=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #014C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C53 is #FEB3AC. Grayscale: #363636. Windows color (decimal): -16692141 or 5458945. OLE color: 5458945.

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

Color convert

RGB17683-
CMYK0.990.0800.67
HSL185.12º97.62%16.47%-
HSV(B)185.12º98.8%32.55%-
XYZ4.165.89.08-
YUV54.37144.1589.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 76 (30.08% from 255) = 47.5%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=0.62%
G=47.5%
B=51.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal176830.990.0800.67185.1297.6216.47
Hex14C53638043b96210
Octal111412314310010327114220
Binary110011001010011110001110000100001110111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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