#1A736D

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

Shades of Elm #1A736D

Tints of Elm #1A736D

Color information

#1A736D (or 0x1A736D) is unknown color: approx Elm. HEX triplet: 1A, 73 and 6D. RGB value is (26,115,109). Sum of RGB (Red+Green+Blue) = 26+115+109=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #1A736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A736D is #E58C92. Grayscale: #575757. Windows color (decimal): -15043731 or 7172890. OLE color: 7172890.

HSL color Cylindrical-coordinate representation of color #1A736D: hue angle of 175.96º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A736D is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB26115109-
CMYK0.7700.050.55
HSL175.96º63.12%27.65%-
HSV(B)175.96º77.39%45.1%-
XYZ9.3213.5916.6-
YUV87.7140.0183.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.4%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=10.4%
G=46%
B=43.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261151090.7700.050.55175.9663.1227.65
Hex1A736D4D0537b03f1c
Octal3216315511505672607734
Binary1101011100111101101100110101011101111011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,109); }

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

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

 a { background-color: rgb(26,115,109); }

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

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

 span { border-color: rgb(26,115,109); }

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