COLOR #18419B

HEX: #18419B
RGB: (24,65,155)

Color info

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

RGB color model

#18419B color RGB value is (24,65,155).

  • red value is 24;
  • green value is 65;
  • blue value is 155.
RGB:
(24,65,155)
(9%,25%,61%)

RGB channels and saturation

R 24 of 255 = 9%
G 65 of 255 = 25%
B 155 of 255 = 61%

24
65
155

R + G + B ~ 32%. #18419B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 65 + 155 = 244 (100%)
R 24 of 244 ~ 9.84%
G 65 of 244 ~ 26.64%
B 155 of 244 ~ 63.52%

%9.84
%26.64
%63.52

CMYK color model

#18419B color CMYK value is (85,58,0,39).

  • cyan value is 84.52%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(85,58,0,39)
C85M58Y0K39 
(85%,58%,0%,39%)
(0.85/0.58/0.00/0.39)	

CMYK percentages

%84.52
%58.06
%0
%39.22

Codes

Color #18419B in popluar color models

18419B
RGB2465155
HSL221°73.18%35.10%
HSB/HSV221°84.52%60.78%
CMYK84.52%58.06%0.00%
39.22%

Color #18419B in popluar number systems.

HEX18419B
Decimal2465155
Binary11000100000110011011
Octal30101233

Shades and tints

Shades of #18419B

#18419B
(24,65,155)
#163C8D
(22,60,141)
#14377F
(20,55,127)
#123271
(18,50,113)
#102D63
(16,45,99)
#0E2855
(14,40,85)
#0C2347
(12,35,71)
#0A1E39
(10,30,57)
#08192B
(8,25,43)
#06141D
(6,20,29)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #18419B

#18419B
(24,65,155)
#2D52A4
(45,82,164)
#4263AD
(66,99,173)
#5774B6
(87,116,182)
#6C85BF
(108,133,191)
#8196C8
(129,150,200)
#96A7D1
(150,167,209)
#ABB8DA
(171,184,218)
#C0C9E3
(192,201,227)
#D5DAEC
(213,218,236)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18419B color. Also use rgb(24,65,155) instead hex code.

Text Font Color

.myTextColor { color: #18419B; }

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

This text font color is #18419B.


Background Color

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

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

This div background color is #18419B.


Border color

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

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

This div border color is #18419B.


Opacity

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

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

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

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

This text has shadow with #18419B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18419B on black background.


Color preview on white background

This text has color #18419B on white background.



Black color preview on #18419B background

This text has black color on #18419B background.


White color preview on #18419B background

This text has white color on #18419B background.