Html Css Color HEX #1A5547 Evening Sea

📋 copy color: '#1A5547'

red 26 ◦ green 85 ◦ blue 71

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

Shades of Evening Sea #1A5547

Tints of Evening Sea #1A5547

RGB

 RED value IS 26 (10.55% from 255) = 14.29%

 GREEN value IS 85 (33.59% from 255) = 46.7%

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 14.29%
G = 46.7%
B = 39.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#1A5547 (or 0x1A5547) is known color: Evening Sea. HEX triplet: 1A, 55 and 47. RGB value is (26,85,71). Sum of RGB (Red+Green+Blue) = 26+85+71=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5547 is #E5AAB8. Grayscale: #414141. Windows color (decimal): -15051449 or 4674842. OLE color: 4674842.

HSL color Cylindrical-coordinate representation of color #1A5547: hue angle of 165.76º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5547 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 26 85 71 -
CMYK 0.69 0 0.16 0.67
HSL 165.76º 0.53% 0.22% -
HSV(B) 165.76º 0.69% 0.33% -
XYZ 4.81 7.17 7.09 -
YUV 65.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 26 85 71 0.69 0 0.16 0.67 165.76 0.53 0.22
Hex 1A 55 47 45 0 10 43 A6 35 16
Octal 32 125 107 105 0 20 103 246 65 26
Binary 11010 1010101 1000111 1000101 0 10000 1000011 10100110 110101 10110

Color Harmonies of #1A5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5547

Black with #1A5547

Text Example


Text Example

White with #1A5547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,85,71); }

 H1.HeaderClassName
 {
   color: #1A5547;
 }
 .AnyTagClassName
 {
   color: #1A5547;
 }
</style>

background-color css

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

 a { background-color: rgb(26,85,71); }

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

border-color css

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

 span { border-color: rgb(26,85,71); }

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