#014A59

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

Shades of Sherpa Blue #014A59

Tints of Sherpa Blue #014A59

Color information

#014A59 (or 0x014A59) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4A and 59. RGB value is (1,74,89). Sum of RGB (Red+Green+Blue) = 1+74+89=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #014A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A59 is #FEB5A6. Grayscale: #353535. Windows color (decimal): -16692647 or 5851649. OLE color: 5851649.

HSL color Cylindrical-coordinate representation of color #014A59: hue angle of 190.23º 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 #014A59 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17489-
CMYK0.990.1700.65
HSL190.23º97.78%17.65%-
HSV(B)190.23º98.88%34.9%-
XYZ4.265.6310.31-
YUV53.88147.8290.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 74 (29.30% from 255) = 45.12%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=0.61%
G=45.12%
B=54.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal174890.990.1700.65190.2397.7817.65
Hex14A596311041be6212
Octal111213114321010127614222
Binary1100101010110011100011100010100000110111110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014A59; }

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

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

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

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

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

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

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

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