COLOR #1F135D

HEX: #1F135D
RGB: (31,19,93)

Color info

#1F135D contains mainly blue color. Web safe color of #1F135D is #330066 (or #306).

RGB color model

#1F135D color RGB value is (31,19,93).

  • red value is 31;
  • green value is 19;
  • blue value is 93.
RGB:
(31,19,93)
(12%,7%,36%)

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 93 of 255 = 36%

31
19
93

R + G + B ~ 18%. #1F135D is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 19 + 93 = 143 (100%)
R 31 of 143 ~ 21.68%
G 19 of 143 ~ 13.29%
B 93 of 143 ~ 65.03%

%21.68
%13.29
%65.03

CMYK color model

#1F135D color CMYK value is (67,80,0,64).

  • cyan value is 66.67%
  • magenta value is 79.57%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(67,80,0,64)
C67M80Y0K64 
(67%,80%,0%,64%)
(0.67/0.80/0.00/0.64)	

CMYK percentages

%66.67
%79.57
%0
%63.53

Codes

Color #1F135D in popluar color models

1F135D
RGB311993
HSL250°66.07%21.96%
HSB/HSV250°79.57%36.47%
CMYK66.67%79.57%0.00%
63.53%

Color #1F135D in popluar number systems.

HEX1F135D
Decimal311993
Binary11111100111011101
Octal3723135

Shades and tints

Shades of #1F135D

#1F135D
(31,19,93)
#1D1255
(29,18,85)
#1B114D
(27,17,77)
#191045
(25,16,69)
#170F3D
(23,15,61)
#150E35
(21,14,53)
#130D2D
(19,13,45)
#110C25
(17,12,37)
#0F0B1D
(15,11,29)
#0D0A15
(13,10,21)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #1F135D

#1F135D
(31,19,93)
#33286B
(51,40,107)
#473D79
(71,61,121)
#5B5287
(91,82,135)
#6F6795
(111,103,149)
#837CA3
(131,124,163)
#9791B1
(151,145,177)
#ABA6BF
(171,166,191)
#BFBBCD
(191,187,205)
#D3D0DB
(211,208,219)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F135D color. Also use rgb(31,19,93) instead hex code.

Text Font Color

.myTextColor { color: #1F135D; }

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

This text font color is #1F135D.


Background Color

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

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

This div background color is #1F135D.


Border color

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

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

This div border color is #1F135D.


Opacity

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

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

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

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

This text has shadow with #1F135D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F135D on black background.


Color preview on white background

This text has color #1F135D on white background.



Black color preview on #1F135D background

This text has black color on #1F135D background.


White color preview on #1F135D background

This text has white color on #1F135D background.