#014D48

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

Shades of Sherpa Blue #014D48

Tints of Sherpa Blue #014D48

Color information

#014D48 (or 0x014D48) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 48. RGB value is (1,77,72). Sum of RGB (Red+Green+Blue) = 1+77+72=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #014D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D48 is #FEB2B7. Grayscale: #353535. Windows color (decimal): -16691896 or 4738305. OLE color: 4738305.

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

Color convert

RGB17772-
CMYK0.9900.060.70
HSL176.05º97.44%15.29%-
HSV(B)176.05º98.7%30.2%-
XYZ3.845.787.04-
YUV53.71138.3290.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 77 (30.47% from 255) = 51.33%
BLUE value IS 72 (28.52% from 255) = 48%
R=0.67%
G=51.33%
B=48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177720.9900.060.70176.0597.4415.29
Hex14D48630646b061f
Octal11151101430610626014117
Binary1100110110010001100011011010001101011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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