COLOR #19236D

HEX: #19236D
RGB: (25,35,109)

Color info

#19236D contains mainly blue color. Web safe color of #19236D is #003366 (or #036).

RGB color model

#19236D color RGB value is (25,35,109).

  • red value is 25;
  • green value is 35;
  • blue value is 109.
RGB:
(25,35,109)
(10%,14%,43%)

RGB channels and saturation

R 25 of 255 = 10%
G 35 of 255 = 14%
B 109 of 255 = 43%

25
35
109

R + G + B ~ 22%. #19236D is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 35 + 109 = 169 (100%)
R 25 of 169 ~ 14.79%
G 35 of 169 ~ 20.71%
B 109 of 169 ~ 64.5%

%14.79
%20.71
%64.5

CMYK color model

#19236D color CMYK value is (77,68,0,57).

  • cyan value is 77.06%
  • magenta value is 67.89%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(77,68,0,57)
C77M68Y0K57 
(77%,68%,0%,57%)
(0.77/0.68/0.00/0.57)	

CMYK percentages

%77.06
%67.89
%0
%57.25

Codes

Color #19236D in popluar color models

19236D
RGB2535109
HSL233°62.69%26.27%
HSB/HSV233°77.06%42.75%
CMYK77.06%67.89%0.00%
57.25%

Color #19236D in popluar number systems.

HEX19236D
Decimal2535109
Binary110011000111101101
Octal3143155

Shades and tints

Shades of #19236D

#19236D
(25,35,109)
#172064
(23,32,100)
#151D5B
(21,29,91)
#131A52
(19,26,82)
#111749
(17,23,73)
#0F1440
(15,20,64)
#0D1137
(13,17,55)
#0B0E2E
(11,14,46)
#090B25
(9,11,37)
#07081C
(7,8,28)
#050513
(5,5,19)
#000000
(0,0,0)

Tints of #19236D

#19236D
(25,35,109)
#2D377A
(45,55,122)
#414B87
(65,75,135)
#555F94
(85,95,148)
#6973A1
(105,115,161)
#7D87AE
(125,135,174)
#919BBB
(145,155,187)
#A5AFC8
(165,175,200)
#B9C3D5
(185,195,213)
#CDD7E2
(205,215,226)
#E1EBEF
(225,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19236D color. Also use rgb(25,35,109) instead hex code.

Text Font Color

.myTextColor { color: #19236D; }

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

This text font color is #19236D.


Background Color

.myBgColor { background-color: #19236D; }

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

This div background color is #19236D.


Border color

.myBorderColor { border: 1px solid #19236D; }

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

This div border color is #19236D.


Opacity

.myOpacity80 { color: #19236D; opacity: 0.8; }

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

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

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

This text has shadow with #19236D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19236D on black background.


Color preview on white background

This text has color #19236D on white background.



Black color preview on #19236D background

This text has black color on #19236D background.


White color preview on #19236D background

This text has white color on #19236D background.