COLOR #1F134A

HEX: #1F134A
RGB: (31,19,74)

Color info

#1F134A contains red, green and blue colors in about the same proportion. Web safe color of #1F134A is #330033 (or #303).

RGB color model

#1F134A color RGB value is (31,19,74).

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

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 74 of 255 = 29%

31
19
74

R + G + B ~ 16%. #1F134A is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 19 + 74 = 124 (100%)
R 31 of 124 ~ 25%
G 19 of 124 ~ 15.32%
B 74 of 124 ~ 59.68%

%25
%15.32
%59.68

CMYK color model

#1F134A color CMYK value is (58,74,0,71).

  • cyan value is 58.11%
  • magenta value is 74.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(58,74,0,71)
C58M74Y0K71 
(58%,74%,0%,71%)
(0.58/0.74/0.00/0.71)	

CMYK percentages

%58.11
%74.32
%0
%70.98

Codes

Color #1F134A in popluar color models

1F134A
RGB311974
HSL253°59.14%18.24%
HSB/HSV253°74.32%29.02%
CMYK58.11%74.32%0.00%
70.98%

Color #1F134A in popluar number systems.

HEX1F134A
Decimal311974
Binary11111100111001010
Octal3723112

Shades and tints

Shades of #1F134A

#1F134A
(31,19,74)
#1D1244
(29,18,68)
#1B113E
(27,17,62)
#191038
(25,16,56)
#170F32
(23,15,50)
#150E2C
(21,14,44)
#130D26
(19,13,38)
#110C20
(17,12,32)
#0F0B1A
(15,11,26)
#0D0A14
(13,10,20)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #1F134A

#1F134A
(31,19,74)
#33285A
(51,40,90)
#473D6A
(71,61,106)
#5B527A
(91,82,122)
#6F678A
(111,103,138)
#837C9A
(131,124,154)
#9791AA
(151,145,170)
#ABA6BA
(171,166,186)
#BFBBCA
(191,187,202)
#D3D0DA
(211,208,218)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F134A; }

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

This text font color is #1F134A.


Background Color

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

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

This div background color is #1F134A.


Border color

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

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

This div border color is #1F134A.


Opacity

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

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

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

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

This text has shadow with #1F134A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F134A on black background.


Color preview on white background

This text has color #1F134A on white background.



Black color preview on #1F134A background

This text has black color on #1F134A background.


White color preview on #1F134A background

This text has white color on #1F134A background.