COLOR #190D5E

HEX: #190D5E
RGB: (25,13,94)

Color info

#190D5E contains mainly blue color. Web safe color of #190D5E is #000066 (or #006).

RGB color model

#190D5E color RGB value is (25,13,94).

  • red value is 25;
  • green value is 13;
  • blue value is 94.
RGB:
(25,13,94)
(10%,5%,37%)

RGB channels and saturation

R 25 of 255 = 10%
G 13 of 255 = 5%
B 94 of 255 = 37%

25
13
94

R + G + B ~ 17%. #190D5E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 13 + 94 = 132 (100%)
R 25 of 132 ~ 18.94%
G 13 of 132 ~ 9.85%
B 94 of 132 ~ 71.21%

%18.94
%9.85
%71.21

CMYK color model

#190D5E color CMYK value is (73,86,0,63).

  • cyan value is 73.40%
  • magenta value is 86.17%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(73,86,0,63)
C73M86Y0K63 
(73%,86%,0%,63%)
(0.73/0.86/0.00/0.63)	

CMYK percentages

%73.4
%86.17
%0
%63.14

Codes

Color #190D5E in popluar color models

190D5E
RGB251394
HSL249°75.70%20.98%
HSB/HSV249°86.17%36.86%
CMYK73.40%86.17%0.00%
63.14%

Color #190D5E in popluar number systems.

HEX190D5E
Decimal251394
Binary1100111011011110
Octal3115136

Shades and tints

Shades of #190D5E

#190D5E
(25,13,94)
#170C56
(23,12,86)
#150B4E
(21,11,78)
#130A46
(19,10,70)
#11093E
(17,9,62)
#0F0836
(15,8,54)
#0D072E
(13,7,46)
#0B0626
(11,6,38)
#09051E
(9,5,30)
#070416
(7,4,22)
#05030E
(5,3,14)
#000000
(0,0,0)

Tints of #190D5E

#190D5E
(25,13,94)
#2D236C
(45,35,108)
#41397A
(65,57,122)
#554F88
(85,79,136)
#696596
(105,101,150)
#7D7BA4
(125,123,164)
#9191B2
(145,145,178)
#A5A7C0
(165,167,192)
#B9BDCE
(185,189,206)
#CDD3DC
(205,211,220)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190D5E color. Also use rgb(25,13,94) instead hex code.

Text Font Color

.myTextColor { color: #190D5E; }

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

This text font color is #190D5E.


Background Color

.myBgColor { background-color: #190D5E; }

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

This div background color is #190D5E.


Border color

.myBorderColor { border: 1px solid #190D5E; }

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

This div border color is #190D5E.


Opacity

.myOpacity80 { color: #190D5E; opacity: 0.8; }

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

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

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

This text has shadow with #190D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190D5E on black background.


Color preview on white background

This text has color #190D5E on white background.



Black color preview on #190D5E background

This text has black color on #190D5E background.


White color preview on #190D5E background

This text has white color on #190D5E background.