COLOR #1837A3

HEX: #1837A3 RGB: (24,55,163)

Color info

#1837A3 contains mainly blue color. Web safe color of #1837A3 is #003399 (or #039).

RGB color model

#1837A3 color RGB value is (24,55,163).

RGB: (24,55,163) (9%, 22%, 64%)

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 163 of 255 = 64%

24
55
163

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

Portions of RGB colors in percentages

R + G + B = 24 + 55 + 163 = 242 (100%)
R 24 of 242 ~ 9.92%
G 55 of 242 ~ 22.73%
B 163 of 242 ~ 67.36'%

%9.92
%22.73
%67.36

CMYK color model

#1837A3 color CMYK value is (85,66,0,36).

  • cyan value is 85.28%
  • magenta value is 66.26%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (85,66,0,36) C85M66Y0K36 (85%,66%,0%,36%) (0.85/0.66/0.00/0.36) 

CMYK percentages

%85.28
%66.26
%0
%36.08

Codes

Color #1837A3 in popluar color models

18 37 A3
RGB 24 55 163
HSL 227° 74.33% 36.67%
HSB/HSV 227° 85.28% 63.92%
CMYK 85.28% 66.26% 0.00%
36.08%

Color #1837A3 in popluar number systems.

HEX 18 37 A3
Decimal 24 55 163
Binary 11000 110111 10100011
Octal 30 67 243

Shades and tints

Shades of #1837A3

#1837A3
(24,55,163)
#163295
(22,50,149)
#142D87
(20,45,135)
#122879
(18,40,121)
#10236B
(16,35,107)
#0E1E5D
(14,30,93)
#0C194F
(12,25,79)
#0A1441
(10,20,65)
#080F33
(8,15,51)
#060A25
(6,10,37)
#040517
(4,5,23)
#000000
(0,0,0)

Tints of #1837A3

#1837A3
(24,55,163)
#2D49AB
(45,73,171)
#425BB3
(66,91,179)
#576DBB
(87,109,187)
#6C7FC3
(108,127,195)
#8191CB
(129,145,203)
#96A3D3
(150,163,211)
#ABB5DB
(171,181,219)
#C0C7E3
(192,199,227)
#D5D9EB
(213,217,235)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1837A3 color. Also use rgb(24,55,163) instead hex code.

Text Font Color

.myTextColor { color: #1837A3; }

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

This text font color is #1837A3.

Background Color

.myBgColor { background-color: #1837A3; }

<div style="background-color:#1837A3">Inner text</div>

This div background color is #1837A3.

Border color

.myBorderColor { border: 1px solid #1837A3; }

<div style="border:3px solid #1837A3">Div</div>

This div border color is #1837A3.

Opacity

.myOpacity80 { color: #1837A3; opacity: 0.8; }

<p style="color:#1837A3;opacity:0.8;">80%</p>

Text with #1837A3 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 #1837A3;}

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

This text has shadow with #1837A3 color.


.textShadow {text-shadow: 3px 3px 1px #1837A3', 3px 3px 1px red;}

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

This text has shadow with #1837A3 primary color and red secondary color.


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

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

This text has shadow with #1837A3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1837A3; -webkit-box-shadow: 1px 1px 3px 2px #1837A3; box-shadow:1px 1px 3px 2px #1837A3;">
Div content here
</div>

This div box has shadow with color #1837A3.

Preview

Color preview on black background

This text has color #1837A3 on black background.


Color preview on white background

This text has color #1837A3 on white background.


Black color preview on #1837A3 background

This text has black color on #1837A3 background.


White color preview on #1837A3 background

This text has white color on #1837A3 background.


Related colors

Complementary color

Complementary color for #hex is #E7C85C.


I love getcolorcode.com

Triadic colors

1 #A31837 and #37A318 with #1837A3 are triadic colors.

2 #A33718 and #3718A3 with #1837A3 are triadic colors.