#1A857C

Color #1A857C Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1A857C

Tints of Elm #1A857C

Color information

#1A857C (or 0x1A857C) is unknown color: approx Elm. HEX triplet: 1A, 85 and 7C. RGB value is (26,133,124). Sum of RGB (Red+Green+Blue) = 26+133+124=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #1A857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A857C is #E57A83. Grayscale: #636363. Windows color (decimal): -15039108 or 8160538. OLE color: 8160538.

HSL color Cylindrical-coordinate representation of color #1A857C: hue angle of 174.95º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A857C is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB26133124-
CMYK0.8000.070.48
HSL174.95º67.3%31.18%-
HSV(B)174.95º80.45%52.16%-
XYZ12.4518.4521.97-
YUV99.98141.5575.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.19%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=9.19%
G=47.00%
B=43.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261331240.8000.070.48174.9567.331.18
Hex1A857C500730af431f
Octal32205174120076025710337
Binary110101000010111111001010000011111000010101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A857C; }

 p { color: rgb(26,133,124); }

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

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

 a { background-color: rgb(26,133,124); }

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

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

 span { border-color: rgb(26,133,124); }

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