COLOR #1F6588

HEX: #1F6588
RGB: (31,101,136)

Color info

#1F6588 contains mainly green and blue colors. Web safe color of #1F6588 is #336699 (or #369).

RGB color model

#1F6588 color RGB value is (31,101,136).

  • red value is 31;
  • green value is 101;
  • blue value is 136.
RGB:
(31,101,136)
(12%,40%,53%)

RGB channels and saturation

R 31 of 255 = 12%
G 101 of 255 = 40%
B 136 of 255 = 53%

31
101
136

R + G + B ~ 35%. #1F6588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 101 + 136 = 268 (100%)
R 31 of 268 ~ 11.57%
G 101 of 268 ~ 37.69%
B 136 of 268 ~ 50.75%

%11.57
%37.69
%50.75

CMYK color model

#1F6588 color CMYK value is (77,26,0,47).

  • cyan value is 77.21%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(77,26,0,47)
C77M26Y0K47 
(77%,26%,0%,47%)
(0.77/0.26/0.00/0.47)	

CMYK percentages

%77.21
%25.74
%0
%46.67

Codes

Color #1F6588 in popluar color models

1F6588
RGB31101136
HSL200°62.87%32.75%
HSB/HSV200°77.21%53.33%
CMYK77.21%25.74%0.00%
46.67%

Color #1F6588 in popluar number systems.

HEX1F6588
Decimal31101136
Binary11111110010110001000
Octal37145210

Shades and tints

Shades of #1F6588

#1F6588
(31,101,136)
#1D5C7C
(29,92,124)
#1B5370
(27,83,112)
#194A64
(25,74,100)
#174158
(23,65,88)
#15384C
(21,56,76)
#132F40
(19,47,64)
#112634
(17,38,52)
#0F1D28
(15,29,40)
#0D141C
(13,20,28)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #1F6588

#1F6588
(31,101,136)
#337392
(51,115,146)
#47819C
(71,129,156)
#5B8FA6
(91,143,166)
#6F9DB0
(111,157,176)
#83ABBA
(131,171,186)
#97B9C4
(151,185,196)
#ABC7CE
(171,199,206)
#BFD5D8
(191,213,216)
#D3E3E2
(211,227,226)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6588 color. Also use rgb(31,101,136) instead hex code.

Text Font Color

.myTextColor { color: #1F6588; }

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

This text font color is #1F6588.


Background Color

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

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

This div background color is #1F6588.


Border color

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

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

This div border color is #1F6588.


Opacity

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

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

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

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

This text has shadow with #1F6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6588 on black background.


Color preview on white background

This text has color #1F6588 on white background.



Black color preview on #1F6588 background

This text has black color on #1F6588 background.


White color preview on #1F6588 background

This text has white color on #1F6588 background.