COLOR #1F25C8

HEX: #1F25C8
RGB: (31,37,200)

Color info

#1F25C8 contains mainly blue color. Web safe color of #1F25C8 is #3333CC (or #33C).

RGB color model

#1F25C8 color RGB value is (31,37,200).

  • red value is 31;
  • green value is 37;
  • blue value is 200.
RGB:
(31,37,200)
(12%,15%,78%)

RGB channels and saturation

R 31 of 255 = 12%
G 37 of 255 = 15%
B 200 of 255 = 78%

31
37
200

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

Portions of RGB colors in percentages

R + G + B =
31 + 37 + 200 = 268 (100%)
R 31 of 268 ~ 11.57%
G 37 of 268 ~ 13.81%
B 200 of 268 ~ 74.63%

%11.57
%13.81
%74.63

CMYK color model

#1F25C8 color CMYK value is (85,82,0,22).

  • cyan value is 84.50%
  • magenta value is 81.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(85,82,0,22)
C85M82Y0K22 
(85%,82%,0%,22%)
(0.85/0.82/0.00/0.22)	

CMYK percentages

%84.5
%81.5
%0
%21.57

Codes

Color #1F25C8 in popluar color models

1F25C8
RGB3137200
HSL238°73.16%45.29%
HSB/HSV238°84.50%78.43%
CMYK84.50%81.50%0.00%
21.57%

Color #1F25C8 in popluar number systems.

HEX1F25C8
Decimal3137200
Binary1111110010111001000
Octal3745310

Shades and tints

Shades of #1F25C8

#1F25C8
(31,37,200)
#1D22B6
(29,34,182)
#1B1FA4
(27,31,164)
#191C92
(25,28,146)
#171980
(23,25,128)
#15166E
(21,22,110)
#13135C
(19,19,92)
#11104A
(17,16,74)
#0F0D38
(15,13,56)
#0D0A26
(13,10,38)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #1F25C8

#1F25C8
(31,37,200)
#3338CD
(51,56,205)
#474BD2
(71,75,210)
#5B5ED7
(91,94,215)
#6F71DC
(111,113,220)
#8384E1
(131,132,225)
#9797E6
(151,151,230)
#ABAAEB
(171,170,235)
#BFBDF0
(191,189,240)
#D3D0F5
(211,208,245)
#E7E3FA
(231,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F25C8 color. Also use rgb(31,37,200) instead hex code.

Text Font Color

.myTextColor { color: #1F25C8; }

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

This text font color is #1F25C8.


Background Color

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

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

This div background color is #1F25C8.


Border color

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

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

This div border color is #1F25C8.


Opacity

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

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

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

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

This text has shadow with #1F25C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F25C8 on black background.


Color preview on white background

This text has color #1F25C8 on white background.



Black color preview on #1F25C8 background

This text has black color on #1F25C8 background.


White color preview on #1F25C8 background

This text has white color on #1F25C8 background.