#1F5F4D

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

Shades of Evening Sea #1F5F4D

Tints of Evening Sea #1F5F4D

Color information

#1F5F4D (or 0x1F5F4D) is unknown color: approx Evening Sea. HEX triplet: 1F, 5F and 4D. RGB value is (31,95,77). Sum of RGB (Red+Green+Blue) = 31+95+77=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F4D is #E0A0B2. Grayscale: #494949. Windows color (decimal): -14721203 or 5070623. OLE color: 5070623.

HSL color Cylindrical-coordinate representation of color #1F5F4D: hue angle of 163.12º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F4D is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB319577-
CMYK0.6700.190.63
HSL163.12º50.79%24.71%-
HSV(B)163.12º67.37%37.25%-
XYZ69.018.44-
YUV73.81129.897.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=15.27%
G=46.80%
B=37.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195770.6700.190.63163.1250.7924.71
Hex1F5F4D430133Fa33319
Octal37137115103023772436331
Binary111111011111100110110000110100111111111010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,77); }

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

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

 a { background-color: rgb(31,95,77); }

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

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

 span { border-color: rgb(31,95,77); }

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