#1A604E

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

Shades of Evening Sea #1A604E

Tints of Evening Sea #1A604E

Color information

#1A604E (or 0x1A604E) is unknown color: approx Evening Sea. HEX triplet: 1A, 60 and 4E. RGB value is (26,96,78). Sum of RGB (Red+Green+Blue) = 26+96+78=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #1A604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A604E is #E59FB1. Grayscale: #494949. Windows color (decimal): -15048626 or 5136410. OLE color: 5136410.

HSL color Cylindrical-coordinate representation of color #1A604E: hue angle of 164.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A604E is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB269678-
CMYK0.7300.190.62
HSL164.57º57.38%23.92%-
HSV(B)164.57º72.92%37.65%-
XYZ5.989.148.66-
YUV73.02130.8194.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 78 (30.86% from 255) = 39%
R=13%
G=48%
B=39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696780.7300.190.62164.5757.3823.92
Hex1A604E490133Ea53918
Octal32140116111023762457130
Binary110101100000100111010010010100111111101010010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,78); }

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

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

 a { background-color: rgb(26,96,78); }

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

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

 span { border-color: rgb(26,96,78); }

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