COLOR #1F5165

HEX: #1F5165
RGB: (31,81,101)

Color info

#1F5165 contains mainly green and blue colors. Web safe color of #1F5165 is #336666 (or #366).

RGB color model

#1F5165 color RGB value is (31,81,101).

  • red value is 31;
  • green value is 81;
  • blue value is 101.
RGB:
(31,81,101)
(12%,32%,40%)

RGB channels and saturation

R 31 of 255 = 12%
G 81 of 255 = 32%
B 101 of 255 = 40%

31
81
101

R + G + B ~ 28%. #1F5165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 81 + 101 = 213 (100%)
R 31 of 213 ~ 14.55%
G 81 of 213 ~ 38.03%
B 101 of 213 ~ 47.42%

%14.55
%38.03
%47.42

CMYK color model

#1F5165 color CMYK value is (69,20,0,60).

  • cyan value is 69.31%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(69,20,0,60)
C69M20Y0K60 
(69%,20%,0%,60%)
(0.69/0.20/0.00/0.60)	

CMYK percentages

%69.31
%19.8
%0
%60.39

Codes

Color #1F5165 in popluar color models

1F5165
RGB3181101
HSL197°53.03%25.88%
HSB/HSV197°69.31%39.61%
CMYK69.31%19.80%0.00%
60.39%

Color #1F5165 in popluar number systems.

HEX1F5165
Decimal3181101
Binary1111110100011100101
Octal37121145

Shades and tints

Shades of #1F5165

#1F5165
(31,81,101)
#1D4A5C
(29,74,92)
#1B4353
(27,67,83)
#193C4A
(25,60,74)
#173541
(23,53,65)
#152E38
(21,46,56)
#13272F
(19,39,47)
#112026
(17,32,38)
#0F191D
(15,25,29)
#0D1214
(13,18,20)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #1F5165

#1F5165
(31,81,101)
#336073
(51,96,115)
#476F81
(71,111,129)
#5B7E8F
(91,126,143)
#6F8D9D
(111,141,157)
#839CAB
(131,156,171)
#97ABB9
(151,171,185)
#ABBAC7
(171,186,199)
#BFC9D5
(191,201,213)
#D3D8E3
(211,216,227)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5165 color. Also use rgb(31,81,101) instead hex code.

Text Font Color

.myTextColor { color: #1F5165; }

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

This text font color is #1F5165.


Background Color

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

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

This div background color is #1F5165.


Border color

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

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

This div border color is #1F5165.


Opacity

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

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

Text with #1F5165 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 #1F5165;}

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

This text has shadow with #1F5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5165 on black background.


Color preview on white background

This text has color #1F5165 on white background.



Black color preview on #1F5165 background

This text has black color on #1F5165 background.


White color preview on #1F5165 background

This text has white color on #1F5165 background.