COLOR #1F467B

HEX: #1F467B RGB: (31,70,123)

Color info

#1F467B contains mainly green and blue colors. Web safe color of #1F467B is #333366 (or #336).

RGB color model

#1F467B color RGB value is (31,70,123).

RGB: (31,70,123) (12%, 27%, 48%)

RGB channels and saturation

R 31 of 255 = 12%
G 70 of 255 = 27%
B 123 of 255 = 48%

31
70
123

R + G + B ~ 29%. #1F467B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 70 + 123 = 224 (100%)
R 31 of 224 ~ 13.84%
G 70 of 224 ~ 31.25%
B 123 of 224 ~ 54.91'%

%13.84
%31.25
%54.91

CMYK color model

#1F467B color CMYK value is (75,43,0,52).

  • cyan value is 74.80%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (75,43,0,52) C75M43Y0K52 (75%,43%,0%,52%) (0.75/0.43/0.00/0.52) 

CMYK percentages

%74.8
%43.09
%0
%51.76

Codes

Color #1F467B in popluar color models

1F 46 7B
RGB 31 70 123
HSL 215° 59.74% 30.20%
HSB/HSV 215° 74.80% 48.24%
CMYK 74.80% 43.09% 0.00%
51.76%

Color #1F467B in popluar number systems.

HEX 1F 46 7B
Decimal 31 70 123
Binary 11111 1000110 1111011
Octal 37 106 173

Shades and tints

Shades of #1F467B

#1F467B
(31,70,123)
#1D4070
(29,64,112)
#1B3A65
(27,58,101)
#19345A
(25,52,90)
#172E4F
(23,46,79)
#152844
(21,40,68)
#132239
(19,34,57)
#111C2E
(17,28,46)
#0F1623
(15,22,35)
#0D1018
(13,16,24)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #1F467B

#1F467B
(31,70,123)
#335687
(51,86,135)
#476693
(71,102,147)
#5B769F
(91,118,159)
#6F86AB
(111,134,171)
#8396B7
(131,150,183)
#97A6C3
(151,166,195)
#ABB6CF
(171,182,207)
#BFC6DB
(191,198,219)
#D3D6E7
(211,214,231)
#E7E6F3
(231,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F467B color. Also use rgb(31,70,123) instead hex code.

Text Font Color

.myTextColor { color: #1F467B; }

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

This text font color is #1F467B.

Background Color

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

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

This div background color is #1F467B.

Border color

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

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

This div border color is #1F467B.

Opacity

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

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

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

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

This text has shadow with #1F467B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F467B.

Preview

Color preview on black background

This text has color #1F467B on black background.


Color preview on white background

This text has color #1F467B on white background.


Black color preview on #1F467B background

This text has black color on #1F467B background.


White color preview on #1F467B background

This text has white color on #1F467B background.


Related colors

Complementary color

Complementary color for #hex is #E0B984.


I love getcolorcode.com

Triadic colors

1 #7B1F46 and #467B1F with #1F467B are triadic colors.

2 #7B461F and #461F7B with #1F467B are triadic colors.