Html Css Color HEX #1A736D Elm

📋 copy color: '#1A736D'

red 26 ◦ green 115 ◦ blue 109

#1A736D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1A736D

Tints of Elm #1A736D

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 value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#1A736D (or 0x1A736D) is known color: 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

RGB 26 115 109 -
CMYK 0.77 0 0.05 0.55
HSL 175.96º 0.63% 0.28% -
HSV(B) 175.96º 0.77% 0.45% -
XYZ 9.32 13.59 16.6 -
YUV 87.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 26 115 109 0.77 0 0.05 0.55 175.96 0.63 0.28
Hex 1A 73 6D 4D 0 5 37 B0 3F 1C
Octal 32 163 155 115 0 5 67 260 77 34
Binary 11010 1110011 1101101 1001101 0 101 110111 10110000 111111 11100

Color Harmonies of #1A736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A736D

Black with #1A736D

Text Example


Text Example

White with #1A736D

Text Example


Text Example

HTML Codes & Css Web 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>