#014855

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

Shades of Sherpa Blue #014855

Tints of Sherpa Blue #014855

Color information

#014855 (or 0x014855) is unknown color: approx Sherpa Blue. HEX triplet: 01, 48 and 55. RGB value is (1,72,85). Sum of RGB (Red+Green+Blue) = 1+72+85=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #014855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014855 is #FEB7AA. Grayscale: #343434. Windows color (decimal): -16693163 or 5588993. OLE color: 5588993.

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

Color convert

RGB17285-
CMYK0.990.1500.67
HSL189.29º97.67%16.86%-
HSV(B)189.29º98.82%33.33%-
XYZ3.975.39.41-
YUV52.25146.4891.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=0.63%
G=45.57%
B=53.80%

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
Decimal172850.990.1500.67189.2997.6716.86
Hex1485563F043bd6211
Octal111012514317010327514221
Binary110010001010101110001111110100001110111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014855; }

 p { color: rgb(1,72,85); }

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

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

 a { background-color: rgb(1,72,85); }

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

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

 span { border-color: rgb(1,72,85); }

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