COLOR #191241

HEX: #191241
RGB: (25,18,65)

Color info

#191241 contains red, green and blue colors in about the same proportion. Web safe color of #191241 is #000033 (or #003).

RGB color model

#191241 color RGB value is (25,18,65).

  • red value is 25;
  • green value is 18;
  • blue value is 65.
RGB:
(25,18,65)
(10%,7%,25%)

RGB channels and saturation

R 25 of 255 = 10%
G 18 of 255 = 7%
B 65 of 255 = 25%

25
18
65

R + G + B ~ 14%. #191241 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 18 + 65 = 108 (100%)
R 25 of 108 ~ 23.15%
G 18 of 108 ~ 16.67%
B 65 of 108 ~ 60.19%

%23.15
%16.67
%60.19

CMYK color model

#191241 color CMYK value is (62,72,0,75).

  • cyan value is 61.54%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(62,72,0,75)
C62M72Y0K75 
(62%,72%,0%,75%)
(0.62/0.72/0.00/0.75)	

CMYK percentages

%61.54
%72.31
%0
%74.51

Codes

Color #191241 in popluar color models

191241
RGB251865
HSL249°56.63%16.27%
HSB/HSV249°72.31%25.49%
CMYK61.54%72.31%0.00%
74.51%

Color #191241 in popluar number systems.

HEX191241
Decimal251865
Binary11001100101000001
Octal3122101

Shades and tints

Shades of #191241

#191241
(25,18,65)
#17113C
(23,17,60)
#151037
(21,16,55)
#130F32
(19,15,50)
#110E2D
(17,14,45)
#0F0D28
(15,13,40)
#0D0C23
(13,12,35)
#0B0B1E
(11,11,30)
#090A19
(9,10,25)
#070914
(7,9,20)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #191241

#191241
(25,18,65)
#2D2752
(45,39,82)
#413C63
(65,60,99)
#555174
(85,81,116)
#696685
(105,102,133)
#7D7B96
(125,123,150)
#9190A7
(145,144,167)
#A5A5B8
(165,165,184)
#B9BAC9
(185,186,201)
#CDCFDA
(205,207,218)
#E1E4EB
(225,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191241 color. Also use rgb(25,18,65) instead hex code.

Text Font Color

.myTextColor { color: #191241; }

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

This text font color is #191241.


Background Color

.myBgColor { background-color: #191241; }

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

This div background color is #191241.


Border color

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

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

This div border color is #191241.


Opacity

.myOpacity80 { color: #191241; opacity: 0.8; }

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

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

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

This text has shadow with #191241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191241 on black background.


Color preview on white background

This text has color #191241 on white background.



Black color preview on #191241 background

This text has black color on #191241 background.


White color preview on #191241 background

This text has white color on #191241 background.