COLOR #1F5482

HEX: #1F5482 RGB: (31,84,130)

Color info

#1F5482 contains mainly green and blue colors. Web safe color of #1F5482 is #336699 (or #369).

RGB color model

#1F5482 color RGB value is (31,84,130).

RGB: (31,84,130) (12%, 33%, 51%)

RGB channels and saturation

R 31 of 255 = 12%
G 84 of 255 = 33%
B 130 of 255 = 51%

31
84
130

R + G + B ~ 32%. #1F5482 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 84 + 130 = 245 (100%)
R 31 of 245 ~ 12.65%
G 84 of 245 ~ 34.29%
B 130 of 245 ~ 53.06'%

%12.65
%34.29
%53.06

CMYK color model

#1F5482 color CMYK value is (76,35,0,49).

  • cyan value is 76.15%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (76,35,0,49)
C76M35Y0K49 (76%, 35%, 0%, 49%)
(0.76 / 0.35 / 0.00 / 0.49)

CMYK percentages

%76.15
%35.38
%0
%49.02

Codes

Color #1F5482 in popluar color models

1F 54 82
RGB 31 84 130
HSL 208° 61.49% 31.57%
HSB/HSV 208° 76.15% 50.98%
CMYK 76.15% 35.38% 0.00%
49.02%

Color #1F5482 in popluar number systems.

HEX 1F 54 82
Decimal 31 84 130
Binary 11111 1010100 10000010
Octal 37 124 202

Shades and tints

Shades of #1F5482

#1F5482
(31,84,130)
#1D4D77
(29,77,119)
#1B466C
(27,70,108)
#193F61
(25,63,97)
#173856
(23,56,86)
#15314B
(21,49,75)
#132A40
(19,42,64)
#112335
(17,35,53)
#0F1C2A
(15,28,42)
#0D151F
(13,21,31)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #1F5482

#1F5482
(31,84,130)
#33638D
(51,99,141)
#477298
(71,114,152)
#5B81A3
(91,129,163)
#6F90AE
(111,144,174)
#839FB9
(131,159,185)
#97AEC4
(151,174,196)
#ABBDCF
(171,189,207)
#BFCCDA
(191,204,218)
#D3DBE5
(211,219,229)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5482 color. Also use rgb(31,84,130) instead hex code.

Text Font Color

.myTextColor { color: #1F5482; }

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

This text font color is #1F5482.

Background Color

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

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

This div background color is #1F5482.

Border color

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

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

This div border color is #1F5482.

Opacity

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

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

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

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

This text has shadow with #1F5482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F5482.

Preview

Color preview on black background

This text has color #1F5482 on black background.


Color preview on white background

This text has color #1F5482 on white background.


Black color preview on #1F5482 background

This text has black color on #1F5482 background.


White color preview on #1F5482 background

This text has white color on #1F5482 background.


Related colors

Complementary color

Complementary color for #hex is #E0AB7D.


I love getcolorcode.com

Triadic colors

1 #821F54 and #54821F with #1F5482 are triadic colors.

2 #82541F and #541F82 with #1F5482 are triadic colors.