#014A54

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

Shades of Sherpa Blue #014A54

Tints of Sherpa Blue #014A54

Color information

#014A54 (or 0x014A54) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4A and 54. RGB value is (1,74,84). Sum of RGB (Red+Green+Blue) = 1+74+84=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #014A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A54 is #FEB5AB. Grayscale: #353535. Windows color (decimal): -16692652 or 5523969. OLE color: 5523969.

HSL color Cylindrical-coordinate representation of color #014A54: hue angle of 187.23º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A54 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17484-
CMYK0.990.1200.67
HSL187.23º97.65%16.67%-
HSV(B)187.23º98.81%32.94%-
XYZ4.065.549.24-
YUV53.31145.3290.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=0.63%
G=46.54%
B=52.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal174840.990.1200.67187.2397.6516.67
Hex14A5463C043bb6211
Octal111212414314010327314221
Binary110010101010100110001111000100001110111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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