#1A604C

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

Shades of Evening Sea #1A604C

Tints of Evening Sea #1A604C

Color information

#1A604C (or 0x1A604C) is unknown color: approx Evening Sea. HEX triplet: 1A, 60 and 4C. RGB value is (26,96,76). Sum of RGB (Red+Green+Blue) = 26+96+76=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #1A604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A604C is #E59FB3. Grayscale: #484848. Windows color (decimal): -15048628 or 5005338. OLE color: 5005338.

HSL color Cylindrical-coordinate representation of color #1A604C: hue angle of 162.86º 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 #1A604C is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB269676-
CMYK0.7300.210.62
HSL162.86º57.38%23.92%-
HSV(B)162.86º72.92%37.65%-
XYZ5.919.118.28-
YUV72.79129.8194.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=13.13%
G=48.48%
B=38.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696760.7300.210.62162.8657.3823.92
Hex1A604C490153Ea33918
Octal32140114111025762437130
Binary110101100000100110010010010101011111101010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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