#014749

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

Shades of Sherpa Blue #014749

Tints of Sherpa Blue #014749

Color information

#014749 (or 0x014749) is unknown color: approx Sherpa Blue. HEX triplet: 01, 47 and 49. RGB value is (1,71,73). Sum of RGB (Red+Green+Blue) = 1+71+73=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #014749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014749 is #FEB8B6. Grayscale: #323232. Windows color (decimal): -16693431 or 4802305. OLE color: 4802305.

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

Color convert

RGB17173-
CMYK0.990.0300.71
HSL181.67º97.3%14.51%-
HSV(B)181.67º98.63%28.63%-
XYZ3.474.997.08-
YUV50.3140.8192.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=0.69%
G=48.97%
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
Decimal171730.990.0300.71181.6797.314.51
Hex14749633047b661f
Octal11071111433010726614117
Binary110001111001001110001111010001111011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014749; }

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

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

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

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

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

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

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

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