#014951

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

Shades of Sherpa Blue #014951

Tints of Sherpa Blue #014951

Color information

#014951 (or 0x014951) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 51. RGB value is (1,73,81). Sum of RGB (Red+Green+Blue) = 1+73+81=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #014951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014951 is #FEB6AE. Grayscale: #343434. Windows color (decimal): -16692911 or 5327105. OLE color: 5327105.

HSL color Cylindrical-coordinate representation of color #014951: hue angle of 186º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014951 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB17381-
CMYK0.990.1000.68
HSL186º97.56%16.08%-
HSV(B)186º98.77%31.76%-
XYZ3.885.378.62-
YUV52.38144.1591.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=0.65%
G=47.10%
B=52.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal173810.990.1000.6818697.5616.08
Hex1495163A044ba6210
Octal111112114312010427214220
Binary110010011010001110001110100100010010111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014951; }

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

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

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

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

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

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

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

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