#1F664A

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

Shades of Evening Sea #1F664A

Tints of Evening Sea #1F664A

Color information

#1F664A (or 0x1F664A) is unknown color: approx Evening Sea. HEX triplet: 1F, 66 and 4A. RGB value is (31,102,74). Sum of RGB (Red+Green+Blue) = 31+102+74=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #1F664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F664A is #E099B5. Grayscale: #4D4D4D. Windows color (decimal): -14719414 or 4875807. OLE color: 4875807.

HSL color Cylindrical-coordinate representation of color #1F664A: hue angle of 156.34º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F664A is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB3110274-
CMYK0.7000.270.6
HSL156.34º53.38%26.08%-
HSV(B)156.34º69.61%40%-
XYZ6.5510.298.12-
YUV77.58125.9894.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=14.98%
G=49.28%
B=35.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31102740.7000.270.6156.3453.3826.08
Hex1F664A4601B3C9c351a
Octal37146112106033742346532
Binary111111100110100101010001100110111111001001110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,74); }

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

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

 a { background-color: rgb(31,102,74); }

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

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

 span { border-color: rgb(31,102,74); }

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