COLOR #1F3358

HEX: #1F3358 RGB: (31,51,88)

Color info

#1F3358 contains red, green and blue colors in about the same proportion. Web safe color of #1F3358 is #333366 (or #336).

RGB color model

#1F3358 color RGB value is (31,51,88).

RGB: (31,51,88) (12%, 20%, 35%)

RGB channels and saturation

R 31 of 255 = 12%
G 51 of 255 = 20%
B 88 of 255 = 35%

31
51
88

R + G + B ~ 22%. #1F3358 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 51 + 88 = 170 (100%)
R 31 of 170 ~ 18.24%
G 51 of 170 ~ 30%
B 88 of 170 ~ 51.76'%

%18.24
%30
%51.76

CMYK color model

#1F3358 color CMYK value is (65,42,0,65).

  • cyan value is 64.77%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (65,42,0,65)
C65M42Y0K65 (65%, 42%, 0%, 65%)
(0.65 / 0.42 / 0.00 / 0.65)

CMYK percentages

%64.77
%42.05
%0
%65.49

Codes

Color #1F3358 in popluar color models

1F 33 58
RGB 31 51 88
HSL 219° 47.90% 23.33%
HSB/HSV 219° 64.77% 34.51%
CMYK 64.77% 42.05% 0.00%
65.49%

Color #1F3358 in popluar number systems.

HEX 1F 33 58
Decimal 31 51 88
Binary 11111 110011 1011000
Octal 37 63 130

Shades and tints

Shades of #1F3358

#1F3358
(31,51,88)
#1D2F50
(29,47,80)
#1B2B48
(27,43,72)
#192740
(25,39,64)
#172338
(23,35,56)
#151F30
(21,31,48)
#131B28
(19,27,40)
#111720
(17,23,32)
#0F1318
(15,19,24)
#0D0F10
(13,15,16)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #1F3358

#1F3358
(31,51,88)
#334567
(51,69,103)
#475776
(71,87,118)
#5B6985
(91,105,133)
#6F7B94
(111,123,148)
#838DA3
(131,141,163)
#979FB2
(151,159,178)
#ABB1C1
(171,177,193)
#BFC3D0
(191,195,208)
#D3D5DF
(211,213,223)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3358 color. Also use rgb(31,51,88) instead hex code.

Text Font Color

.myTextColor { color: #1F3358; }

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

This text font color is #1F3358.

Background Color

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

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

This div background color is #1F3358.

Border color

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

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

This div border color is #1F3358.

Opacity

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

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

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

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

This text has shadow with #1F3358 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F3358.

Preview

Color preview on black background

This text has color #1F3358 on black background.


Color preview on white background

This text has color #1F3358 on white background.


Black color preview on #1F3358 background

This text has black color on #1F3358 background.


White color preview on #1F3358 background

This text has white color on #1F3358 background.


Related colors

Complementary color

Complementary color for #hex is #E0CCA7.


I love getcolorcode.com

Triadic colors

1 #581F33 and #33581F with #1F3358 are triadic colors.

2 #58331F and #331F58 with #1F3358 are triadic colors.