#014A65

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

Shades of Sherpa Blue #014A65

Tints of Sherpa Blue #014A65

Color information

#014A65 (or 0x014A65) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4A and 65. RGB value is (1,74,101). Sum of RGB (Red+Green+Blue) = 1+74+101=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #014A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A65 is #FEB59A. Grayscale: #373737. Windows color (decimal): -16692635 or 6638081. OLE color: 6638081.

HSL color Cylindrical-coordinate representation of color #014A65: hue angle of 196.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A65 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB174101-
CMYK0.990.2700.60
HSL196.2º98.04%20%-
HSV(B)196.2º99.01%39.61%-
XYZ4.815.8413.19-
YUV55.25153.8289.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 101 (39.84% from 255) = 57.39%
R=0.57%
G=42.05%
B=57.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1741010.990.2700.60196.298.0420
Hex14A65631B03Cc46214
Octal11121451433307430414224
Binary110010101100101110001111011011110011000100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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