#014856

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

Shades of Sherpa Blue #014856

Tints of Sherpa Blue #014856

Color information

#014856 (or 0x014856) is unknown color: approx Sherpa Blue. HEX triplet: 01, 48 and 56. RGB value is (1,72,86). Sum of RGB (Red+Green+Blue) = 1+72+86=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #014856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014856 is #FEB7A9. Grayscale: #343434. Windows color (decimal): -16693162 or 5654529. OLE color: 5654529.

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

Color convert

RGB17286-
CMYK0.990.1600.66
HSL189.88º97.7%17.06%-
HSV(B)189.88º98.84%33.73%-
XYZ4.015.319.62-
YUV52.37146.9891.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=0.63%
G=45.28%
B=54.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal172860.990.1600.66189.8897.717.06
Hex148566310042be6211
Octal111012614320010227614221
Binary1100100010101101100011100000100001010111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014856; }

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

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

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

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

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

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

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

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