#01494B

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

Shades of Sherpa Blue #01494B

Tints of Sherpa Blue #01494B

Color information

#01494B (or 0x01494B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 4B. RGB value is (1,73,75). Sum of RGB (Red+Green+Blue) = 1+73+75=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #01494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01494B is #FEB6B4. Grayscale: #333333. Windows color (decimal): -16692917 or 4933889. OLE color: 4933889.

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

Color convert

RGB17375-
CMYK0.990.0300.71
HSL181.62º97.37%14.9%-
HSV(B)181.62º98.67%29.41%-
XYZ3.675.287.48-
YUV51.7141.1591.84-

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.99%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=0.67%
G=48.99%
B=50.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173750.990.0300.71181.6297.3714.9
Hex1494B633047b661f
Octal11111131433010726614117
Binary110010011001011110001111010001111011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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