#1D664E

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

Shades of Evening Sea #1D664E

Tints of Evening Sea #1D664E

Color information

#1D664E (or 0x1D664E) is unknown color: approx Evening Sea. HEX triplet: 1D, 66 and 4E. RGB value is (29,102,78). Sum of RGB (Red+Green+Blue) = 29+102+78=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #1D664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D664E is #E299B1. Grayscale: #4D4D4D. Windows color (decimal): -14850482 or 5137949. OLE color: 5137949.

HSL color Cylindrical-coordinate representation of color #1D664E: hue angle of 160.27º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D664E is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB2910278-
CMYK0.7200.240.6
HSL160.27º55.73%25.69%-
HSV(B)160.27º71.57%40%-
XYZ6.6310.318.85-
YUV77.44128.3293.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.88%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=13.88%
G=48.80%
B=37.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29102780.7200.240.6160.2755.7325.69
Hex1D664E480183Ca0381a
Octal35146116110030742407032
Binary111011100110100111010010000110001111001010000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,102,78); }

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

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

 a { background-color: rgb(29,102,78); }

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

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

 span { border-color: rgb(29,102,78); }

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