#014654

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

Shades of Sherpa Blue #014654

Tints of Sherpa Blue #014654

Color information

#014654 (or 0x014654) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 54. RGB value is (1,70,84). Sum of RGB (Red+Green+Blue) = 1+70+84=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #014654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014654 is #FEB9AB. Grayscale: #323232. Windows color (decimal): -16693676 or 5522945. OLE color: 5522945.

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

Color convert

RGB17084-
CMYK0.990.1700.67
HSL190.12º97.65%16.67%-
HSV(B)190.12º98.81%32.94%-
XYZ3.85.039.16-
YUV50.96146.6492.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=0.65%
G=45.16%
B=54.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal170840.990.1700.67190.1297.6516.67
Hex146546311043be6211
Octal110612414321010327614221
Binary1100011010101001100011100010100001110111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014654; }

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

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

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

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

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

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

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

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