COLOR #1F355A

HEX: #1F355A
RGB: (31,53,90)

Color info

#1F355A contains red, green and blue colors in about the same proportion. Web safe color of #1F355A is #333366 (or #336).

RGB color model

#1F355A color RGB value is (31,53,90).

  • red value is 31;
  • green value is 53;
  • blue value is 90.
RGB:
(31,53,90)
(12%,21%,35%)

RGB channels and saturation

R 31 of 255 = 12%
G 53 of 255 = 21%
B 90 of 255 = 35%

31
53
90

R + G + B ~ 23%. #1F355A is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 53 + 90 = 174 (100%)
R 31 of 174 ~ 17.82%
G 53 of 174 ~ 30.46%
B 90 of 174 ~ 51.72%

%17.82
%30.46
%51.72

CMYK color model

#1F355A color CMYK value is (66,41,0,65).

  • cyan value is 65.56%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(66,41,0,65)
C66M41Y0K65 
(66%,41%,0%,65%)
(0.66/0.41/0.00/0.65)	

CMYK percentages

%65.56
%41.11
%0
%64.71

Codes

Color #1F355A in popluar color models

1F355A
RGB315390
HSL218°48.76%23.73%
HSB/HSV218°65.56%35.29%
CMYK65.56%41.11%0.00%
64.71%

Color #1F355A in popluar number systems.

HEX1F355A
Decimal315390
Binary111111101011011010
Octal3765132

Shades and tints

Shades of #1F355A

#1F355A
(31,53,90)
#1D3152
(29,49,82)
#1B2D4A
(27,45,74)
#192942
(25,41,66)
#17253A
(23,37,58)
#152132
(21,33,50)
#131D2A
(19,29,42)
#111922
(17,25,34)
#0F151A
(15,21,26)
#0D1112
(13,17,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #1F355A

#1F355A
(31,53,90)
#334769
(51,71,105)
#475978
(71,89,120)
#5B6B87
(91,107,135)
#6F7D96
(111,125,150)
#838FA5
(131,143,165)
#97A1B4
(151,161,180)
#ABB3C3
(171,179,195)
#BFC5D2
(191,197,210)
#D3D7E1
(211,215,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F355A color. Also use rgb(31,53,90) instead hex code.

Text Font Color

.myTextColor { color: #1F355A; }

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

This text font color is #1F355A.


Background Color

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

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

This div background color is #1F355A.


Border color

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

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

This div border color is #1F355A.


Opacity

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

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

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

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

This text has shadow with #1F355A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F355A on black background.


Color preview on white background

This text has color #1F355A on white background.



Black color preview on #1F355A background

This text has black color on #1F355A background.


White color preview on #1F355A background

This text has white color on #1F355A background.