COLOR #1842B4

HEX: #1842B4
RGB: (24,66,180)

Color info

#1842B4 contains mainly blue color. Web safe color of #1842B4 is #0033CC (or #03C).

RGB color model

#1842B4 color RGB value is (24,66,180).

  • red value is 24;
  • green value is 66;
  • blue value is 180.
RGB:
(24,66,180)
(9%,26%,71%)

RGB channels and saturation

R 24 of 255 = 9%
G 66 of 255 = 26%
B 180 of 255 = 71%

24
66
180

R + G + B ~ 35%. #1842B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 66 + 180 = 270 (100%)
R 24 of 270 ~ 8.89%
G 66 of 270 ~ 24.44%
B 180 of 270 ~ 66.67%

%24.44
%66.67

CMYK color model

#1842B4 color CMYK value is (87,63,0,29).

  • cyan value is 86.67%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(87,63,0,29)
C87M63Y0K29 
(87%,63%,0%,29%)
(0.87/0.63/0.00/0.29)	

CMYK percentages

%86.67
%63.33
%0
%29.41

Codes

Color #1842B4 in popluar color models

1842B4
RGB2466180
HSL224°76.47%40.00%
HSB/HSV224°86.67%70.59%
CMYK86.67%63.33%0.00%
29.41%

Color #1842B4 in popluar number systems.

HEX1842B4
Decimal2466180
Binary11000100001010110100
Octal30102264

Shades and tints

Shades of #1842B4

#1842B4
(24,66,180)
#163CA4
(22,60,164)
#143694
(20,54,148)
#123084
(18,48,132)
#102A74
(16,42,116)
#0E2464
(14,36,100)
#0C1E54
(12,30,84)
#0A1844
(10,24,68)
#081234
(8,18,52)
#060C24
(6,12,36)
#040614
(4,6,20)
#000000
(0,0,0)

Tints of #1842B4

#1842B4
(24,66,180)
#2D53BA
(45,83,186)
#4264C0
(66,100,192)
#5775C6
(87,117,198)
#6C86CC
(108,134,204)
#8197D2
(129,151,210)
#96A8D8
(150,168,216)
#ABB9DE
(171,185,222)
#C0CAE4
(192,202,228)
#D5DBEA
(213,219,234)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1842B4 color. Also use rgb(24,66,180) instead hex code.

Text Font Color

.myTextColor { color: #1842B4; }

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

This text font color is #1842B4.


Background Color

.myBgColor { background-color: #1842B4; }

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

This div background color is #1842B4.


Border color

.myBorderColor { border: 1px solid #1842B4; }

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

This div border color is #1842B4.


Opacity

.myOpacity80 { color: #1842B4; opacity: 0.8; }

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

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

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

This text has shadow with #1842B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1842B4 on black background.


Color preview on white background

This text has color #1842B4 on white background.



Black color preview on #1842B4 background

This text has black color on #1842B4 background.


White color preview on #1842B4 background

This text has white color on #1842B4 background.