COLOR #1F5862

HEX: #1F5862 RGB: (31,88,98)

Color info

#1F5862 contains mainly green and blue colors. Web safe color of #1F5862 is #336666 (or #366).

RGB color model

#1F5862 color RGB value is (31,88,98).

RGB: (31,88,98) (12%, 35%, 38%)

RGB channels and saturation

R 31 of 255 = 12%
G 88 of 255 = 35%
B 98 of 255 = 38%

31
88
98

R + G + B ~ 28%. #1F5862 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 88 + 98 = 217 (100%)
R 31 of 217 ~ 14.29%
G 88 of 217 ~ 40.55%
B 98 of 217 ~ 45.16'%

%14.29
%40.55
%45.16

CMYK color model

#1F5862 color CMYK value is (68,10,0,62).

  • cyan value is 68.37%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (68,10,0,62)
C68M10Y0K62 (68%, 10%, 0%, 62%)
(0.68 / 0.10 / 0.00 / 0.62)

CMYK percentages

%68.37
%10.2
%0
%61.57

Codes

Color #1F5862 in popluar color models

1F 58 62
RGB 31 88 98
HSL 189° 51.94% 25.29%
HSB/HSV 189° 68.37% 38.43%
CMYK 68.37% 10.20% 0.00%
61.57%

Color #1F5862 in popluar number systems.

HEX 1F 58 62
Decimal 31 88 98
Binary 11111 1011000 1100010
Octal 37 130 142

Shades and tints

Shades of #1F5862

#1F5862
(31,88,98)
#1D505A
(29,80,90)
#1B4852
(27,72,82)
#19404A
(25,64,74)
#173842
(23,56,66)
#15303A
(21,48,58)
#132832
(19,40,50)
#11202A
(17,32,42)
#0F1822
(15,24,34)
#0D101A
(13,16,26)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #1F5862

#1F5862
(31,88,98)
#336770
(51,103,112)
#47767E
(71,118,126)
#5B858C
(91,133,140)
#6F949A
(111,148,154)
#83A3A8
(131,163,168)
#97B2B6
(151,178,182)
#ABC1C4
(171,193,196)
#BFD0D2
(191,208,210)
#D3DFE0
(211,223,224)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5862; }

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

This text font color is #1F5862.

Background Color

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

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

This div background color is #1F5862.

Border color

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

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

This div border color is #1F5862.

Opacity

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

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

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

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

This text has shadow with #1F5862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F5862.

Preview

Color preview on black background

This text has color #1F5862 on black background.


Color preview on white background

This text has color #1F5862 on white background.


Black color preview on #1F5862 background

This text has black color on #1F5862 background.


White color preview on #1F5862 background

This text has white color on #1F5862 background.


Related colors

Complementary color

Complementary color for #hex is #E0A79D.


I love getcolorcode.com

Triadic colors

1 #621F58 and #58621F with #1F5862 are triadic colors.

2 #62581F and #581F62 with #1F5862 are triadic colors.