#1A6852

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

Shades of Evening Sea #1A6852

Tints of Evening Sea #1A6852

Color information

#1A6852 (or 0x1A6852) is unknown color: approx Evening Sea. HEX triplet: 1A, 68 and 52. RGB value is (26,104,82). Sum of RGB (Red+Green+Blue) = 26+104+82=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6852 is #E597AD. Grayscale: #4E4E4E. Windows color (decimal): -15046574 or 5400602. OLE color: 5400602.

HSL color Cylindrical-coordinate representation of color #1A6852: hue angle of 163.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6852 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB2610482-
CMYK0.7500.210.59
HSL163.08º60%25.49%-
HSV(B)163.08º75%40.78%-
XYZ6.910.739.69-
YUV78.17130.1690.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=12.26%
G=49.06%
B=38.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104820.7500.210.59163.086025.49
Hex1A68524B0153Ba33c19
Octal32150122113025732437431
Binary110101101000101001010010110101011110111010001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,104,82); }

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

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

 a { background-color: rgb(26,104,82); }

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

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

 span { border-color: rgb(26,104,82); }

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