COLOR #1F59BC

HEX: #1F59BC RGB: (31,89,188)

Color info

#1F59BC contains mainly blue color. Web safe color of #1F59BC is #3366CC (or #36C).

RGB color model

#1F59BC color RGB value is (31,89,188).

RGB: (31,89,188) (12%, 35%, 74%)

RGB channels and saturation

R 31 of 255 = 12%
G 89 of 255 = 35%
B 188 of 255 = 74%

31
89
188

R + G + B ~ 40%. #1F59BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 31 + 89 + 188 = 308 (100%)
R 31 of 308 ~ 10.06%
G 89 of 308 ~ 28.9%
B 188 of 308 ~ 61.04'%

%28.9
%61.04

CMYK color model

#1F59BC color CMYK value is (84,53,0,26).

  • cyan value is 83.51%
  • magenta value is 52.66%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (84,53,0,26)
C84M53Y0K26 (84%, 53%, 0%, 26%)
(0.84 / 0.53 / 0.00 / 0.26)

CMYK percentages

%83.51
%52.66
%0
%26.27

Codes

Color #1F59BC in popluar color models

1F 59 BC
RGB 31 89 188
HSL 218° 71.69% 42.94%
HSB/HSV 218° 83.51% 73.73%
CMYK 83.51% 52.66% 0.00%
26.27%

Color #1F59BC in popluar number systems.

HEX 1F 59 BC
Decimal 31 89 188
Binary 11111 1011001 10111100
Octal 37 131 274

Shades and tints

Shades of #1F59BC

#1F59BC
(31,89,188)
#1D51AB
(29,81,171)
#1B499A
(27,73,154)
#194189
(25,65,137)
#173978
(23,57,120)
#153167
(21,49,103)
#132956
(19,41,86)
#112145
(17,33,69)
#0F1934
(15,25,52)
#0D1123
(13,17,35)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #1F59BC

#1F59BC
(31,89,188)
#3368C2
(51,104,194)
#4777C8
(71,119,200)
#5B86CE
(91,134,206)
#6F95D4
(111,149,212)
#83A4DA
(131,164,218)
#97B3E0
(151,179,224)
#ABC2E6
(171,194,230)
#BFD1EC
(191,209,236)
#D3E0F2
(211,224,242)
#E7EFF8
(231,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F59BC color. Also use rgb(31,89,188) instead hex code.

Text Font Color

.myTextColor { color: #1F59BC; }

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

This text font color is #1F59BC.

Background Color

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

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

This div background color is #1F59BC.

Border color

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

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

This div border color is #1F59BC.

Opacity

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

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

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

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

This text has shadow with #1F59BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F59BC.

Preview

Color preview on black background

This text has color #1F59BC on black background.


Color preview on white background

This text has color #1F59BC on white background.


Black color preview on #1F59BC background

This text has black color on #1F59BC background.


White color preview on #1F59BC background

This text has white color on #1F59BC background.


Related colors

Complementary color

Complementary color for #hex is #E0A643.


I love getcolorcode.com

Triadic colors

1 #BC1F59 and #59BC1F with #1F59BC are triadic colors.

2 #BC591F and #591FBC with #1F59BC are triadic colors.