#014754

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

Shades of Sherpa Blue #014754

Tints of Sherpa Blue #014754

Color information

#014754 (or 0x014754) is unknown color: approx Sherpa Blue. HEX triplet: 01, 47 and 54. RGB value is (1,71,84). Sum of RGB (Red+Green+Blue) = 1+71+84=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #014754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014754 is #FEB8AB. Grayscale: #333333. Windows color (decimal): -16693420 or 5523201. OLE color: 5523201.

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

Color convert

RGB17184-
CMYK0.990.1500.67
HSL189.4º97.65%16.67%-
HSV(B)189.4º98.81%32.94%-
XYZ3.875.159.18-
YUV51.55146.3191.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=0.64%
G=45.51%
B=53.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal171840.990.1500.67189.497.6516.67
Hex1475463F043bd6211
Octal110712414317010327514221
Binary110001111010100110001111110100001110111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014754; }

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

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

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

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

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

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

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

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