COLOR #1F75C6

HEX: #1F75C6
RGB: (31,117,198)

Color info

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

RGB color model

#1F75C6 color RGB value is (31,117,198).

  • red value is 31;
  • green value is 117;
  • blue value is 198.
RGB:
(31,117,198)
(12%,46%,78%)

RGB channels and saturation

R 31 of 255 = 12%
G 117 of 255 = 46%
B 198 of 255 = 78%

31
117
198

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

Portions of RGB colors in percentages

R + G + B =
31 + 117 + 198 = 346 (100%)
R 31 of 346 ~ 8.96%
G 117 of 346 ~ 33.82%
B 198 of 346 ~ 57.23%

%33.82
%57.23

CMYK color model

#1F75C6 color CMYK value is (84,41,0,22).

  • cyan value is 84.34%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(84,41,0,22)
C84M41Y0K22 
(84%,41%,0%,22%)
(0.84/0.41/0.00/0.22)	

CMYK percentages

%84.34
%40.91
%0
%22.35

Codes

Color #1F75C6 in popluar color models

1F75C6
RGB31117198
HSL209°72.93%44.90%
HSB/HSV209°84.34%77.65%
CMYK84.34%40.91%0.00%
22.35%

Color #1F75C6 in popluar number systems.

HEX1F75C6
Decimal31117198
Binary11111111010111000110
Octal37165306

Shades and tints

Shades of #1F75C6

#1F75C6
(31,117,198)
#1D6BB4
(29,107,180)
#1B61A2
(27,97,162)
#195790
(25,87,144)
#174D7E
(23,77,126)
#15436C
(21,67,108)
#13395A
(19,57,90)
#112F48
(17,47,72)
#0F2536
(15,37,54)
#0D1B24
(13,27,36)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #1F75C6

#1F75C6
(31,117,198)
#3381CB
(51,129,203)
#478DD0
(71,141,208)
#5B99D5
(91,153,213)
#6FA5DA
(111,165,218)
#83B1DF
(131,177,223)
#97BDE4
(151,189,228)
#ABC9E9
(171,201,233)
#BFD5EE
(191,213,238)
#D3E1F3
(211,225,243)
#E7EDF8
(231,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F75C6 color. Also use rgb(31,117,198) instead hex code.

Text Font Color

.myTextColor { color: #1F75C6; }

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

This text font color is #1F75C6.


Background Color

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

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

This div background color is #1F75C6.


Border color

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

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

This div border color is #1F75C6.


Opacity

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

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

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

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

This text has shadow with #1F75C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F75C6 on black background.


Color preview on white background

This text has color #1F75C6 on white background.



Black color preview on #1F75C6 background

This text has black color on #1F75C6 background.


White color preview on #1F75C6 background

This text has white color on #1F75C6 background.