#1A664D

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

Shades of Evening Sea #1A664D

Tints of Evening Sea #1A664D

Color information

#1A664D (or 0x1A664D) is unknown color: approx Evening Sea. HEX triplet: 1A, 66 and 4D. RGB value is (26,102,77). Sum of RGB (Red+Green+Blue) = 26+102+77=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #1A664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A664D is #E599B2. Grayscale: #4C4C4C. Windows color (decimal): -15047091 or 5072410. OLE color: 5072410.

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

Color convert

RGB2610277-
CMYK0.7500.250.6
HSL160.26º59.38%25.1%-
HSV(B)160.26º74.51%40%-
XYZ6.5210.268.66-
YUV76.43128.3292.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=12.68%
G=49.76%
B=37.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26102770.7500.250.6160.2659.3825.1
Hex1A664D4B0193Ca03b19
Octal32146115113031742407331
Binary110101100110100110110010110110011111001010000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,102,77); }

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

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

 a { background-color: rgb(26,102,77); }

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

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

 span { border-color: rgb(26,102,77); }

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