#014B4F

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

Shades of Sherpa Blue #014B4F

Tints of Sherpa Blue #014B4F

Color information

#014B4F (or 0x014B4F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 4F. RGB value is (1,75,79). Sum of RGB (Red+Green+Blue) = 1+75+79=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #014B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B4F is #FEB4B0. Grayscale: #353535. Windows color (decimal): -16692401 or 5196545. OLE color: 5196545.

HSL color Cylindrical-coordinate representation of color #014B4F: hue angle of 183.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B4F is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB17579-
CMYK0.990.0500.69
HSL183.08º97.5%15.69%-
HSV(B)183.08º98.73%30.98%-
XYZ3.945.68.27-
YUV53.33142.4890.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=0.65%
G=48.39%
B=50.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal175790.990.0500.69183.0897.515.69
Hex14B4F635045b76210
Octal11131171435010526714220
Binary11001011100111111000111010100010110110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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