#014B57

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

Shades of Sherpa Blue #014B57

Tints of Sherpa Blue #014B57

Color information

#014B57 (or 0x014B57) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 57. RGB value is (1,75,87). Sum of RGB (Red+Green+Blue) = 1+75+87=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #014B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B57 is #FEB4A8. Grayscale: #363636. Windows color (decimal): -16692393 or 5720833. OLE color: 5720833.

HSL color Cylindrical-coordinate representation of color #014B57: hue angle of 188.37º 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 #014B57 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17587-
CMYK0.990.1400.66
HSL188.37º97.73%17.25%-
HSV(B)188.37º98.85%34.12%-
XYZ4.255.739.9-
YUV54.24146.4890.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=0.61%
G=46.01%
B=53.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal175870.990.1400.66188.3797.7317.25
Hex14B5763E042bc6211
Octal111312714316010227414221
Binary110010111010111110001111100100001010111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014B57; }

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

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

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

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

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

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

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

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