COLOR #19248B

HEX: #19248B
RGB: (25,36,139)

Color info

#19248B contains mainly blue color. Web safe color of #19248B is #003399 (or #039).

RGB color model

#19248B color RGB value is (25,36,139).

  • red value is 25;
  • green value is 36;
  • blue value is 139.
RGB:
(25,36,139)
(10%,14%,55%)

RGB channels and saturation

R 25 of 255 = 10%
G 36 of 255 = 14%
B 139 of 255 = 55%

25
36
139

R + G + B ~ 26%. #19248B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 36 + 139 = 200 (100%)
R 25 of 200 ~ 12.5%
G 36 of 200 ~ 18%
B 139 of 200 ~ 69.5%

%12.5
%18
%69.5

CMYK color model

#19248B color CMYK value is (82,74,0,45).

  • cyan value is 82.01%
  • magenta value is 74.10%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(82,74,0,45)
C82M74Y0K45 
(82%,74%,0%,45%)
(0.82/0.74/0.00/0.45)	

CMYK percentages

%82.01
%74.1
%0
%45.49

Codes

Color #19248B in popluar color models

19248B
RGB2536139
HSL234°69.51%32.16%
HSB/HSV234°82.01%54.51%
CMYK82.01%74.10%0.00%
45.49%

Color #19248B in popluar number systems.

HEX19248B
Decimal2536139
Binary1100110010010001011
Octal3144213

Shades and tints

Shades of #19248B

#19248B
(25,36,139)
#17217F
(23,33,127)
#151E73
(21,30,115)
#131B67
(19,27,103)
#11185B
(17,24,91)
#0F154F
(15,21,79)
#0D1243
(13,18,67)
#0B0F37
(11,15,55)
#090C2B
(9,12,43)
#07091F
(7,9,31)
#050613
(5,6,19)
#000000
(0,0,0)

Tints of #19248B

#19248B
(25,36,139)
#2D3795
(45,55,149)
#414A9F
(65,74,159)
#555DA9
(85,93,169)
#6970B3
(105,112,179)
#7D83BD
(125,131,189)
#9196C7
(145,150,199)
#A5A9D1
(165,169,209)
#B9BCDB
(185,188,219)
#CDCFE5
(205,207,229)
#E1E2EF
(225,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19248B color. Also use rgb(25,36,139) instead hex code.

Text Font Color

.myTextColor { color: #19248B; }

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

This text font color is #19248B.


Background Color

.myBgColor { background-color: #19248B; }

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

This div background color is #19248B.


Border color

.myBorderColor { border: 1px solid #19248B; }

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

This div border color is #19248B.


Opacity

.myOpacity80 { color: #19248B; opacity: 0.8; }

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

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

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

This text has shadow with #19248B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19248B on black background.


Color preview on white background

This text has color #19248B on white background.



Black color preview on #19248B background

This text has black color on #19248B background.


White color preview on #19248B background

This text has white color on #19248B background.