#014555

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

Shades of Sherpa Blue #014555

Tints of Sherpa Blue #014555

Color information

#014555 (or 0x014555) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 55. RGB value is (1,69,85). Sum of RGB (Red+Green+Blue) = 1+69+85=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #014555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014555 is #FEBAAA. Grayscale: #323232. Windows color (decimal): -16693931 or 5588225. OLE color: 5588225.

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

Color convert

RGB16985-
CMYK0.990.1900.67
HSL191.43º97.67%16.86%-
HSV(B)191.43º98.82%33.33%-
XYZ3.784.929.34-
YUV50.49147.4792.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=0.65%
G=44.52%
B=54.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal169850.990.1900.67191.4397.6716.86
Hex145556313043bf6211
Octal110512514323010327714221
Binary1100010110101011100011100110100001110111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014555; }

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

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

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

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

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

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

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

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