COLOR #1F0993

HEX: #1F0993
RGB: (31,9,147)

Color info

#1F0993 contains mainly blue color. Web safe color of #1F0993 is #330099 (or #309).

RGB color model

#1F0993 color RGB value is (31,9,147).

  • red value is 31;
  • green value is 9;
  • blue value is 147.
RGB:
(31,9,147)
(12%,4%,58%)

RGB channels and saturation

R 31 of 255 = 12%
G 9 of 255 = 4%
B 147 of 255 = 58%

31
9
147

R + G + B ~ 25%. #1F0993 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 9 + 147 = 187 (100%)
R 31 of 187 ~ 16.58%
G 9 of 187 ~ 4.81%
B 147 of 187 ~ 78.61%

%16.58
%78.61

CMYK color model

#1F0993 color CMYK value is (79,94,0,42).

  • cyan value is 78.91%
  • magenta value is 93.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(79,94,0,42)
C79M94Y0K42 
(79%,94%,0%,42%)
(0.79/0.94/0.00/0.42)	

CMYK percentages

%78.91
%93.88
%0
%42.35

Codes

Color #1F0993 in popluar color models

1F0993
RGB319147
HSL250°88.46%30.59%
HSB/HSV250°93.88%57.65%
CMYK78.91%93.88%0.00%
42.35%

Color #1F0993 in popluar number systems.

HEX1F0993
Decimal319147
Binary11111100110010011
Octal3711223

Shades and tints

Shades of #1F0993

#1F0993
(31,9,147)
#1D0986
(29,9,134)
#1B0979
(27,9,121)
#19096C
(25,9,108)
#17095F
(23,9,95)
#150952
(21,9,82)
#130945
(19,9,69)
#110938
(17,9,56)
#0F092B
(15,9,43)
#0D091E
(13,9,30)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #1F0993

#1F0993
(31,9,147)
#331F9C
(51,31,156)
#4735A5
(71,53,165)
#5B4BAE
(91,75,174)
#6F61B7
(111,97,183)
#8377C0
(131,119,192)
#978DC9
(151,141,201)
#ABA3D2
(171,163,210)
#BFB9DB
(191,185,219)
#D3CFE4
(211,207,228)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F0993 color. Also use rgb(31,9,147) instead hex code.

Text Font Color

.myTextColor { color: #1F0993; }

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

This text font color is #1F0993.


Background Color

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

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

This div background color is #1F0993.


Border color

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

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

This div border color is #1F0993.


Opacity

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

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

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

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

This text has shadow with #1F0993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0993 on black background.


Color preview on white background

This text has color #1F0993 on white background.



Black color preview on #1F0993 background

This text has black color on #1F0993 background.


White color preview on #1F0993 background

This text has white color on #1F0993 background.