#014A61

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

Shades of Sherpa Blue #014A61

Tints of Sherpa Blue #014A61

Color information

#014A61 (or 0x014A61) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4A and 61. RGB value is (1,74,97). Sum of RGB (Red+Green+Blue) = 1+74+97=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #014A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A61 is #FEB59E. Grayscale: #363636. Windows color (decimal): -16692639 or 6375937. OLE color: 6375937.

HSL color Cylindrical-coordinate representation of color #014A61: hue angle of 194.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A61 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB17497-
CMYK0.990.2400.62
HSL194.38º97.96%19.22%-
HSV(B)194.38º98.97%38.04%-
XYZ4.625.7712.18-
YUV54.79151.8289.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=0.58%
G=43.02%
B=56.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal174970.990.2400.62194.3897.9619.22
Hex14A61631803Ec26213
Octal11121411433007630214223
Binary110010101100001110001111000011111011000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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