#014660

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

Shades of Sherpa Blue #014660

Tints of Sherpa Blue #014660

Color information

#014660 (or 0x014660) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 60. RGB value is (1,70,96). Sum of RGB (Red+Green+Blue) = 1+70+96=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #014660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014660 is #FEB99F. Grayscale: #343434. Windows color (decimal): -16693664 or 6309377. OLE color: 6309377.

HSL color Cylindrical-coordinate representation of color #014660: hue angle of 196.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014660 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB17096-
CMYK0.990.2700.62
HSL196.42º97.94%19.02%-
HSV(B)196.42º98.96%37.65%-
XYZ4.315.2311.85-
YUV52.33152.6491.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=0.60%
G=41.92%
B=57.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal170960.990.2700.62196.4297.9419.02
Hex14660631B03Ec46213
Octal11061401433307630414223
Binary110001101100000110001111011011111011000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014660; }

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

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

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

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

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

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

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

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