#014159

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

Shades of Sherpa Blue #014159

Tints of Sherpa Blue #014159

Color information

#014159 (or 0x014159) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 59. RGB value is (1,65,89). Sum of RGB (Red+Green+Blue) = 1+65+89=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #014159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014159 is #FEBEA6. Grayscale: #303030. Windows color (decimal): -16694951 or 5849345. OLE color: 5849345.

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

Color convert

RGB16589-
CMYK0.990.2700.65
HSL196.36º97.78%17.65%-
HSV(B)196.36º98.88%34.9%-
XYZ3.714.5110.13-
YUV48.6150.894.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=0.65%
G=41.94%
B=57.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal165890.990.2700.65196.3697.7817.65
Hex14159631B041c46212
Octal110113114333010130414222
Binary1100000110110011100011110110100000111000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014159; }

 p { color: rgb(1,65,89); }

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

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

 a { background-color: rgb(1,65,89); }

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

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

 span { border-color: rgb(1,65,89); }

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