#1A5B4B

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

Shades of Evening Sea #1A5B4B

Tints of Evening Sea #1A5B4B

Color information

#1A5B4B (or 0x1A5B4B) is unknown color: approx Evening Sea. HEX triplet: 1A, 5B and 4B. RGB value is (26,91,75). Sum of RGB (Red+Green+Blue) = 26+91+75=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5B4B is #E5A4B4. Grayscale: #454545. Windows color (decimal): -15049909 or 4938522. OLE color: 4938522.

HSL color Cylindrical-coordinate representation of color #1A5B4B: hue angle of 165.23º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5B4B is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB269175-
CMYK0.7100.180.64
HSL165.23º55.56%22.94%-
HSV(B)165.23º71.43%35.69%-
XYZ5.448.217.95-
YUV69.74130.9796.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=13.54%
G=47.40%
B=39.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2691750.7100.180.64165.2355.5622.94
Hex1A5B4B4701240a53817
Octal321331131070221002457027
Binary1101010110111001011100011101001010000001010010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,91,75); }

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

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

 a { background-color: rgb(26,91,75); }

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

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

 span { border-color: rgb(26,91,75); }

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