#01494D

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

Shades of Sherpa Blue #01494D

Tints of Sherpa Blue #01494D

Color information

#01494D (or 0x01494D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 4D. RGB value is (1,73,77). Sum of RGB (Red+Green+Blue) = 1+73+77=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #01494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01494D is #FEB6B2. Grayscale: #333333. Windows color (decimal): -16692915 or 5064961. OLE color: 5064961.

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

Color convert

RGB17377-
CMYK0.990.0500.70
HSL183.16º97.44%15.29%-
HSV(B)183.16º98.7%30.2%-
XYZ3.735.317.85-
YUV51.93142.1591.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=0.66%
G=48.34%
B=50.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal173770.990.0500.70183.1697.4415.29
Hex1494D635046b761f
Octal11111151435010626714117
Binary1100100110011011100011101010001101011011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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