#1F604B

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

Shades of Evening Sea #1F604B

Tints of Evening Sea #1F604B

Color information

#1F604B (or 0x1F604B) is unknown color: approx Evening Sea. HEX triplet: 1F, 60 and 4B. RGB value is (31,96,75). Sum of RGB (Red+Green+Blue) = 31+96+75=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #1F604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F604B is #E09FB4. Grayscale: #4A4A4A. Windows color (decimal): -14720949 or 4939807. OLE color: 4939807.

HSL color Cylindrical-coordinate representation of color #1F604B: hue angle of 160.62º 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 #1F604B is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB319675-
CMYK0.6800.220.62
HSL160.62º51.18%24.9%-
HSV(B)160.62º67.71%37.65%-
XYZ6.029.178.11-
YUV74.17128.4797.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=15.35%
G=47.52%
B=37.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196750.6800.220.62160.6251.1824.9
Hex1F604B440163Ea13319
Octal37140113104026762416331
Binary111111100000100101110001000101101111101010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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