COLOR #1F498C

HEX: #1F498C RGB: (31,73,140)

Color info

#1F498C contains mainly blue color. Web safe color of #1F498C is #333399 (or #339).

RGB color model

#1F498C color RGB value is (31,73,140).

RGB: (31,73,140) (12%, 29%, 55%)

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 140 of 255 = 55%

31
73
140

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

Portions of RGB colors in percentages

R + G + B = 31 + 73 + 140 = 244 (100%)
R 31 of 244 ~ 12.7%
G 73 of 244 ~ 29.92%
B 140 of 244 ~ 57.38'%

%12.7
%29.92
%57.38

CMYK color model

#1F498C color CMYK value is (78,48,0,45).

  • cyan value is 77.86%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (78,48,0,45) C78M48Y0K45 (78%,48%,0%,45%) (0.78/0.48/0.00/0.45) 

CMYK percentages

%77.86
%47.86
%0
%45.1

Codes

Color #1F498C in popluar color models

1F 49 8C
RGB 31 73 140
HSL 217° 63.74% 33.53%
HSB/HSV 217° 77.86% 54.90%
CMYK 77.86% 47.86% 0.00%
45.10%

Color #1F498C in popluar number systems.

HEX 1F 49 8C
Decimal 31 73 140
Binary 11111 1001001 10001100
Octal 37 111 214

Shades and tints

Shades of #1F498C

#1F498C
(31,73,140)
#1D4380
(29,67,128)
#1B3D74
(27,61,116)
#193768
(25,55,104)
#17315C
(23,49,92)
#152B50
(21,43,80)
#132544
(19,37,68)
#111F38
(17,31,56)
#0F192C
(15,25,44)
#0D1320
(13,19,32)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #1F498C

#1F498C
(31,73,140)
#335996
(51,89,150)
#4769A0
(71,105,160)
#5B79AA
(91,121,170)
#6F89B4
(111,137,180)
#8399BE
(131,153,190)
#97A9C8
(151,169,200)
#ABB9D2
(171,185,210)
#BFC9DC
(191,201,220)
#D3D9E6
(211,217,230)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F498C color. Also use rgb(31,73,140) instead hex code.

Text Font Color

.myTextColor { color: #1F498C; }

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

This text font color is #1F498C.

Background Color

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

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

This div background color is #1F498C.

Border color

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

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

This div border color is #1F498C.

Opacity

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

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

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

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

This text has shadow with #1F498C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F498C.

Preview

Color preview on black background

This text has color #1F498C on black background.


Color preview on white background

This text has color #1F498C on white background.


Black color preview on #1F498C background

This text has black color on #1F498C background.


White color preview on #1F498C background

This text has white color on #1F498C background.


Related colors

Complementary color

Complementary color for #hex is #E0B673.


I love getcolorcode.com

Triadic colors

1 #8C1F49 and #498C1F with #1F498C are triadic colors.

2 #8C491F and #491F8C with #1F498C are triadic colors.