#1A554C

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

Shades of Evening Sea #1A554C

Tints of Evening Sea #1A554C

Color information

#1A554C (or 0x1A554C) is unknown color: approx Evening Sea. HEX triplet: 1A, 55 and 4C. RGB value is (26,85,76). Sum of RGB (Red+Green+Blue) = 26+85+76=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #1A554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A554C is #E5AAB3. Grayscale: #424242. Windows color (decimal): -15051444 or 5002522. OLE color: 5002522.

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

Color convert

RGB268576-
CMYK0.6900.110.67
HSL170.85º53.15%21.76%-
HSV(B)170.85º69.41%33.33%-
XYZ4.987.247.97-
YUV66.33133.4599.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=13.90%
G=45.45%
B=40.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685760.6900.110.67170.8553.1521.76
Hex1A554C450B43ab3516
Octal321251141050131032536526
Binary110101010101100110010001010101110000111010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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