#01494A

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

Shades of Sherpa Blue #01494A

Tints of Sherpa Blue #01494A

Color information

#01494A (or 0x01494A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 4A. RGB value is (1,73,74). Sum of RGB (Red+Green+Blue) = 1+73+74=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #01494A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01494A is #FEB6B5. Grayscale: #333333. Windows color (decimal): -16692918 or 4868353. OLE color: 4868353.

HSL color Cylindrical-coordinate representation of color #01494A: hue angle of 180.82º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01494A is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17374-
CMYK0.990.0100.71
HSL180.82º97.33%14.71%-
HSV(B)180.82º98.65%29.02%-
XYZ3.635.277.3-
YUV51.59140.6591.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 74 (29.30% from 255) = 50%
R=0.68%
G=49.32%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173740.990.0100.71180.8297.3314.71
Hex1494A631047b561f
Octal11111121431010726514117
Binary11001001100101011000111010001111011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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