#014C4C

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

Shades of Sherpa Blue #014C4C

Tints of Sherpa Blue #014C4C

Color information

#014C4C (or 0x014C4C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4C and 4C. RGB value is (1,76,76). Sum of RGB (Red+Green+Blue) = 1+76+76=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #014C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C4C is #FEB3B3. Grayscale: #353535. Windows color (decimal): -16692148 or 5000193. OLE color: 5000193.

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

Color convert

RGB17676-
CMYK0.99000.70
HSL180º97.4%15.1%-
HSV(B)180º98.68%29.8%-
XYZ3.95.77.73-
YUV53.58140.6590.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=0.65%
G=49.67%
B=49.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176760.99000.7018097.415.1
Hex14C4C630046b461f
Octal11141141430010626414117
Binary11001100100110011000110010001101011010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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