#145057

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

Shades of Sherpa Blue #145057

Tints of Sherpa Blue #145057

Color information

#145057 (or 0x145057) is unknown color: approx Sherpa Blue. HEX triplet: 14, 50 and 57. RGB value is (20,80,87). Sum of RGB (Red+Green+Blue) = 20+80+87=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #145057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145057 is #EBAFA8. Grayscale: #3E3E3E. Windows color (decimal): -15445929 or 5722132. OLE color: 5722132.

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

Color convert

RGB208087-
CMYK0.770.0800.66
HSL186.27º62.62%20.98%-
HSV(B)186.27º77.01%34.12%-
XYZ4.886.5710.03-
YUV62.86141.6297.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=10.70%
G=42.78%
B=46.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2080870.770.0800.66186.2762.6220.98
Hex1450574D8042ba3f15
Octal241201271151001022727725
Binary101001010000101011110011011000010000101011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145057; }

 p { color: rgb(20,80,87); }

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

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

 a { background-color: rgb(20,80,87); }

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

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

 span { border-color: rgb(20,80,87); }

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