#014C54

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

Shades of Sherpa Blue #014C54

Tints of Sherpa Blue #014C54

Color information

#014C54 (or 0x014C54) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4C and 54. RGB value is (1,76,84). Sum of RGB (Red+Green+Blue) = 1+76+84=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #014C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C54 is #FEB3AB. Grayscale: #363636. Windows color (decimal): -16692140 or 5524481. OLE color: 5524481.

HSL color Cylindrical-coordinate representation of color #014C54: hue angle of 185.78º 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 #014C54 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17684-
CMYK0.990.1000.67
HSL185.78º97.65%16.67%-
HSV(B)185.78º98.81%32.94%-
XYZ4.25.829.29-
YUV54.49144.6589.85-

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.20%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=0.62%
G=47.20%
B=52.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal176840.990.1000.67185.7897.6516.67
Hex14C5463A043ba6211
Octal111412414312010327214221
Binary110011001010100110001110100100001110111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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