#014656

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

Shades of Sherpa Blue #014656

Tints of Sherpa Blue #014656

Color information

#014656 (or 0x014656) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 56. RGB value is (1,70,86). Sum of RGB (Red+Green+Blue) = 1+70+86=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #014656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014656 is #FEB9A9. Grayscale: #333333. Windows color (decimal): -16693674 or 5654017. OLE color: 5654017.

HSL color Cylindrical-coordinate representation of color #014656: hue angle of 191.29º 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 #014656 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17086-
CMYK0.990.1900.66
HSL191.29º97.7%17.06%-
HSV(B)191.29º98.84%33.73%-
XYZ3.885.069.58-
YUV51.19147.6492.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=0.64%
G=44.59%
B=54.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal170860.990.1900.66191.2997.717.06
Hex146566313042bf6211
Octal110612614323010227714221
Binary1100011010101101100011100110100001010111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014656; }

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

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

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

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

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

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

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

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