#01494C

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

Shades of Sherpa Blue #01494C

Tints of Sherpa Blue #01494C

Color information

#01494C (or 0x01494C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 4C. RGB value is (1,73,76). Sum of RGB (Red+Green+Blue) = 1+73+76=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #01494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01494C is #FEB6B3. Grayscale: #333333. Windows color (decimal): -16692916 or 4999425. OLE color: 4999425.

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

Color convert

RGB17376-
CMYK0.990.0400.70
HSL182.4º97.4%15.1%-
HSV(B)182.4º98.68%29.8%-
XYZ3.75.297.66-
YUV51.81141.6591.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 76 (30.08% from 255) = 50.67%
R=0.67%
G=48.67%
B=50.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal173760.990.0400.70182.497.415.1
Hex1494C634046b661f
Octal11111141434010626614117
Binary1100100110011001100011100010001101011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01494C; }

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

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

<style>
 a { background-color: #01494C; }

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

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

<style>
 span { border-color: #01494C; }

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

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