#1A664F

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

Shades of Evening Sea #1A664F

Tints of Evening Sea #1A664F

Color information

#1A664F (or 0x1A664F) is unknown color: approx Evening Sea. HEX triplet: 1A, 66 and 4F. RGB value is (26,102,79). Sum of RGB (Red+Green+Blue) = 26+102+79=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #1A664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A664F is #E599B0. Grayscale: #4C4C4C. Windows color (decimal): -15047089 or 5203482. OLE color: 5203482.

HSL color Cylindrical-coordinate representation of color #1A664F: hue angle of 161.84º degrees, saturation: 0.59, 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 #1A664F is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB2610279-
CMYK0.7500.230.6
HSL161.84º59.38%25.1%-
HSV(B)161.84º74.51%40%-
XYZ6.5910.299.04-
YUV76.65129.3291.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=12.56%
G=49.28%
B=38.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26102790.7500.230.6161.8459.3825.1
Hex1A664F4B0173Ca23b19
Octal32146117113027742427331
Binary110101100110100111110010110101111111001010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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