#014657

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

Shades of Sherpa Blue #014657

Tints of Sherpa Blue #014657

Color information

#014657 (or 0x014657) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 57. RGB value is (1,70,87). Sum of RGB (Red+Green+Blue) = 1+70+87=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #014657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014657 is #FEB9A8. Grayscale: #333333. Windows color (decimal): -16693673 or 5719553. OLE color: 5719553.

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

Color convert

RGB17087-
CMYK0.990.2000.66
HSL191.86º97.73%17.25%-
HSV(B)191.86º98.85%34.12%-
XYZ3.925.079.79-
YUV51.31148.1492.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=0.63%
G=44.30%
B=55.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal170870.990.2000.66191.8697.7317.25
Hex146576314042c06211
Octal110612714324010230014221
Binary1100011010101111100011101000100001011000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014657; }

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

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

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

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

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

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

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

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