COLOR #1F557D

HEX: #1F557D
RGB: (31,85,125)

Color info

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

RGB color model

#1F557D color RGB value is (31,85,125).

  • red value is 31;
  • green value is 85;
  • blue value is 125.
RGB:
(31,85,125)
(12%,33%,49%)

RGB channels and saturation

R 31 of 255 = 12%
G 85 of 255 = 33%
B 125 of 255 = 49%

31
85
125

R + G + B ~ 31%. #1F557D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 85 + 125 = 241 (100%)
R 31 of 241 ~ 12.86%
G 85 of 241 ~ 35.27%
B 125 of 241 ~ 51.87%

%12.86
%35.27
%51.87

CMYK color model

#1F557D color CMYK value is (75,32,0,51).

  • cyan value is 75.20%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(75,32,0,51)
C75M32Y0K51 
(75%,32%,0%,51%)
(0.75/0.32/0.00/0.51)	

CMYK percentages

%75.2
%32
%0
%50.98

Codes

Color #1F557D in popluar color models

1F557D
RGB3185125
HSL206°60.26%30.59%
HSB/HSV206°75.20%49.02%
CMYK75.20%32.00%0.00%
50.98%

Color #1F557D in popluar number systems.

HEX1F557D
Decimal3185125
Binary1111110101011111101
Octal37125175

Shades and tints

Shades of #1F557D

#1F557D
(31,85,125)
#1D4E72
(29,78,114)
#1B4767
(27,71,103)
#19405C
(25,64,92)
#173951
(23,57,81)
#153246
(21,50,70)
#132B3B
(19,43,59)
#112430
(17,36,48)
#0F1D25
(15,29,37)
#0D161A
(13,22,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #1F557D

#1F557D
(31,85,125)
#336488
(51,100,136)
#477393
(71,115,147)
#5B829E
(91,130,158)
#6F91A9
(111,145,169)
#83A0B4
(131,160,180)
#97AFBF
(151,175,191)
#ABBECA
(171,190,202)
#BFCDD5
(191,205,213)
#D3DCE0
(211,220,224)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F557D color. Also use rgb(31,85,125) instead hex code.

Text Font Color

.myTextColor { color: #1F557D; }

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

This text font color is #1F557D.


Background Color

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

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

This div background color is #1F557D.


Border color

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

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

This div border color is #1F557D.


Opacity

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

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

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

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

This text has shadow with #1F557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F557D on black background.


Color preview on white background

This text has color #1F557D on white background.



Black color preview on #1F557D background

This text has black color on #1F557D background.


White color preview on #1F557D background

This text has white color on #1F557D background.