#1A554A

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

Shades of Evening Sea #1A554A

Tints of Evening Sea #1A554A

Color information

#1A554A (or 0x1A554A) is unknown color: approx Evening Sea. HEX triplet: 1A, 55 and 4A. RGB value is (26,85,74). Sum of RGB (Red+Green+Blue) = 26+85+74=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #1A554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A554A is #E5AAB5. Grayscale: #424242. Windows color (decimal): -15051446 or 4871450. OLE color: 4871450.

HSL color Cylindrical-coordinate representation of color #1A554A: hue angle of 168.81º 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 #1A554A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB268574-
CMYK0.6900.130.67
HSL168.81º53.15%21.76%-
HSV(B)168.81º69.41%33.33%-
XYZ4.917.217.61-
YUV66.1132.4599.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 74 (29.30% from 255) = 40%
R=14.05%
G=45.95%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685740.6900.130.67168.8153.1521.76
Hex1A554A450D43a93516
Octal321251121050151032516526
Binary110101010101100101010001010110110000111010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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