#014557

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

Shades of Sherpa Blue #014557

Tints of Sherpa Blue #014557

Color information

#014557 (or 0x014557) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 57. RGB value is (1,69,87). Sum of RGB (Red+Green+Blue) = 1+69+87=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #014557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014557 is #FEBAA8. Grayscale: #323232. Windows color (decimal): -16693929 or 5719297. OLE color: 5719297.

HSL color Cylindrical-coordinate representation of color #014557: hue angle of 192.56º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014557 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB16987-
CMYK0.990.2100.66
HSL192.56º97.73%17.25%-
HSV(B)192.56º98.85%34.12%-
XYZ3.864.959.77-
YUV50.72148.4792.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=0.64%
G=43.95%
B=55.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal169870.990.2100.66192.5697.7317.25
Hex145576315042c16211
Octal110512714325010230114221
Binary1100010110101111100011101010100001011000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014557; }

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

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

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

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

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

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

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

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