COLOR #1F728C

HEX: #1F728C
RGB: (31,114,140)

Color info

#1F728C contains mainly green and blue colors. Web safe color of #1F728C is #336699 (or #369).

RGB color model

#1F728C color RGB value is (31,114,140).

  • red value is 31;
  • green value is 114;
  • blue value is 140.
RGB:
(31,114,140)
(12%,45%,55%)

RGB channels and saturation

R 31 of 255 = 12%
G 114 of 255 = 45%
B 140 of 255 = 55%

31
114
140

R + G + B ~ 37%. #1F728C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 114 + 140 = 285 (100%)
R 31 of 285 ~ 10.88%
G 114 of 285 ~ 40%
B 140 of 285 ~ 49.12%

%10.88
%40
%49.12

CMYK color model

#1F728C color CMYK value is (78,19,0,45).

  • cyan value is 77.86%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(78,19,0,45)
C78M19Y0K45 
(78%,19%,0%,45%)
(0.78/0.19/0.00/0.45)	

CMYK percentages

%77.86
%18.57
%0
%45.1

Codes

Color #1F728C in popluar color models

1F728C
RGB31114140
HSL194°63.74%33.53%
HSB/HSV194°77.86%54.90%
CMYK77.86%18.57%0.00%
45.10%

Color #1F728C in popluar number systems.

HEX1F728C
Decimal31114140
Binary11111111001010001100
Octal37162214

Shades and tints

Shades of #1F728C

#1F728C
(31,114,140)
#1D6880
(29,104,128)
#1B5E74
(27,94,116)
#195468
(25,84,104)
#174A5C
(23,74,92)
#154050
(21,64,80)
#133644
(19,54,68)
#112C38
(17,44,56)
#0F222C
(15,34,44)
#0D1820
(13,24,32)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #1F728C

#1F728C
(31,114,140)
#337E96
(51,126,150)
#478AA0
(71,138,160)
#5B96AA
(91,150,170)
#6FA2B4
(111,162,180)
#83AEBE
(131,174,190)
#97BAC8
(151,186,200)
#ABC6D2
(171,198,210)
#BFD2DC
(191,210,220)
#D3DEE6
(211,222,230)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F728C color. Also use rgb(31,114,140) instead hex code.

Text Font Color

.myTextColor { color: #1F728C; }

<p style="color:#1F728C">This sample text font color is #1F728C.</p>

This text font color is #1F728C.


Background Color

.myBgColor { background-color: #1F728C; }

<div style="background-color:#1F728C">Inner text</div>

This div background color is #1F728C.


Border color

.myBorderColor { border: 1px solid #1F728C; }

<div style="border:3px solid #1F728C">Div</div>

This div border color is #1F728C.


Opacity

.myOpacity80 { color: #1F728C; opacity: 0.8; }

<p style="color:#1F728C;opacity:0.8;">80%</p>

Text with #1F728C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1F728C;}

<p style="text-shadow: 3px 3px 1px #1F728C">Text here.</p>

This text has shadow with #1F728C color.

.textShadow {text-shadow: 3px 3px 1px #1F728C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1F728C, 5px 5px 20px red">Text here.</p>

This text has shadow with #1F728C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1F728C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1F728C, Direction=45, Strength=4)">Text</p>

This text has shadow with #1F728C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1F728C;
  -webkit-box-shadow:	1px 1px 3px 2px #1F728C;
  box-shadow:		1px 1px 3px 2px #1F728C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1F728C;
-webkit-box-shadow: 1px 1px 3px 2px #1F728C;
box-shadow:1px 1px 3px 2px #1F728C;">
Div content here</div>
This div box has shadow with color #1F728C.

Preview

Color preview on black background

This text has color #1F728C on black background.


Color preview on white background

This text has color #1F728C on white background.



Black color preview on #1F728C background

This text has black color on #1F728C background.


White color preview on #1F728C background

This text has white color on #1F728C background.