#1F604C

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

Shades of Evening Sea #1F604C

Tints of Evening Sea #1F604C

Color information

#1F604C (or 0x1F604C) is unknown color: approx Evening Sea. HEX triplet: 1F, 60 and 4C. RGB value is (31,96,76). Sum of RGB (Red+Green+Blue) = 31+96+76=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #1F604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F604C is #E09FB3. Grayscale: #4A4A4A. Windows color (decimal): -14720948 or 5005343. OLE color: 5005343.

HSL color Cylindrical-coordinate representation of color #1F604C: hue angle of 161.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F604C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB319676-
CMYK0.6800.210.62
HSL161.54º51.18%24.9%-
HSV(B)161.54º67.71%37.65%-
XYZ6.059.188.29-
YUV74.28128.9797.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=15.27%
G=47.29%
B=37.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196760.6800.210.62161.5451.1824.9
Hex1F604C440153Ea23319
Octal37140114104025762426331
Binary111111100000100110010001000101011111101010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,96,76); }

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

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

 a { background-color: rgb(31,96,76); }

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

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

 span { border-color: rgb(31,96,76); }

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