#1A674F

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

Shades of Evening Sea #1A674F

Tints of Evening Sea #1A674F

Color information

#1A674F (or 0x1A674F) is unknown color: approx Evening Sea. HEX triplet: 1A, 67 and 4F. RGB value is (26,103,79). Sum of RGB (Red+Green+Blue) = 26+103+79=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #1A674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A674F is #E598B0. Grayscale: #4D4D4D. Windows color (decimal): -15046833 or 5203738. OLE color: 5203738.

HSL color Cylindrical-coordinate representation of color #1A674F: hue angle of 161.3º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A674F is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB2610379-
CMYK0.7500.230.60
HSL161.3º59.69%25.29%-
HSV(B)161.3º74.76%40.39%-
XYZ6.6910.489.07-
YUV77.24128.9991.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 103 (40.62% from 255) = 49.52%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=12.5%
G=49.52%
B=37.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103790.7500.230.60161.359.6925.29
Hex1A674F4B0173Ca13c19
Octal32147117113027742417431
Binary110101100111100111110010110101111111001010000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,79); }

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

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

 a { background-color: rgb(26,103,79); }

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

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

 span { border-color: rgb(26,103,79); }

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