#014B4A

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

Shades of Sherpa Blue #014B4A

Tints of Sherpa Blue #014B4A

Color information

#014B4A (or 0x014B4A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 4A. RGB value is (1,75,74). Sum of RGB (Red+Green+Blue) = 1+75+74=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #014B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B4A is #FEB4B5. Grayscale: #343434. Windows color (decimal): -16692406 or 4868865. OLE color: 4868865.

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

Color convert

RGB17574-
CMYK0.9900.010.71
HSL179.19º97.37%14.9%-
HSV(B)179.19º98.67%29.41%-
XYZ3.765.537.35-
YUV52.76139.9891.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 75 (29.69% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=0.67%
G=50%
B=49.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175740.9900.010.71179.1997.3714.9
Hex14B4A630147b361f
Octal11131121430110726314117
Binary11001011100101011000110110001111011001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014B4A; }

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

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

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

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

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

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

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

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