COLOR #1F5866

HEX: #1F5866
RGB: (31,88,102)

Color info

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

RGB color model

#1F5866 color RGB value is (31,88,102).

  • red value is 31;
  • green value is 88;
  • blue value is 102.
RGB:
(31,88,102)
(12%,35%,40%)

RGB channels and saturation

R 31 of 255 = 12%
G 88 of 255 = 35%
B 102 of 255 = 40%

31
88
102

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

Portions of RGB colors in percentages

R + G + B =
31 + 88 + 102 = 221 (100%)
R 31 of 221 ~ 14.03%
G 88 of 221 ~ 39.82%
B 102 of 221 ~ 46.15%

%14.03
%39.82
%46.15

CMYK color model

#1F5866 color CMYK value is (70,14,0,60).

  • cyan value is 69.61%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(70,14,0,60)
C70M14Y0K60 
(70%,14%,0%,60%)
(0.70/0.14/0.00/0.60)	

CMYK percentages

%69.61
%13.73
%0
%60

Codes

Color #1F5866 in popluar color models

1F5866
RGB3188102
HSL192°53.38%26.08%
HSB/HSV192°69.61%40.00%
CMYK69.61%13.73%0.00%
60.00%

Color #1F5866 in popluar number systems.

HEX1F5866
Decimal3188102
Binary1111110110001100110
Octal37130146

Shades and tints

Shades of #1F5866

#1F5866
(31,88,102)
#1D505D
(29,80,93)
#1B4854
(27,72,84)
#19404B
(25,64,75)
#173842
(23,56,66)
#153039
(21,48,57)
#132830
(19,40,48)
#112027
(17,32,39)
#0F181E
(15,24,30)
#0D1015
(13,16,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #1F5866

#1F5866
(31,88,102)
#336773
(51,103,115)
#477680
(71,118,128)
#5B858D
(91,133,141)
#6F949A
(111,148,154)
#83A3A7
(131,163,167)
#97B2B4
(151,178,180)
#ABC1C1
(171,193,193)
#BFD0CE
(191,208,206)
#D3DFDB
(211,223,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5866; }

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

This text font color is #1F5866.


Background Color

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

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

This div background color is #1F5866.


Border color

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

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

This div border color is #1F5866.


Opacity

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

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

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

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

This text has shadow with #1F5866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5866 on black background.


Color preview on white background

This text has color #1F5866 on white background.



Black color preview on #1F5866 background

This text has black color on #1F5866 background.


White color preview on #1F5866 background

This text has white color on #1F5866 background.