COLOR #18377B

HEX: #18377B
RGB: (24,55,123)

Color info

#18377B contains mainly blue color. Web safe color of #18377B is #003366 (or #036).

RGB color model

#18377B color RGB value is (24,55,123).

  • red value is 24;
  • green value is 55;
  • blue value is 123.
RGB:
(24,55,123)
(9%,22%,48%)

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 123 of 255 = 48%

24
55
123

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

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 123 = 202 (100%)
R 24 of 202 ~ 11.88%
G 55 of 202 ~ 27.23%
B 123 of 202 ~ 60.89%

%11.88
%27.23
%60.89

CMYK color model

#18377B color CMYK value is (80,55,0,52).

  • cyan value is 80.49%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(80,55,0,52)
C80M55Y0K52 
(80%,55%,0%,52%)
(0.80/0.55/0.00/0.52)	

CMYK percentages

%80.49
%55.28
%0
%51.76

Codes

Color #18377B in popluar color models

18377B
RGB2455123
HSL221°67.35%28.82%
HSB/HSV221°80.49%48.24%
CMYK80.49%55.28%0.00%
51.76%

Color #18377B in popluar number systems.

HEX18377B
Decimal2455123
Binary110001101111111011
Octal3067173

Shades and tints

Shades of #18377B

#18377B
(24,55,123)
#163270
(22,50,112)
#142D65
(20,45,101)
#12285A
(18,40,90)
#10234F
(16,35,79)
#0E1E44
(14,30,68)
#0C1939
(12,25,57)
#0A142E
(10,20,46)
#080F23
(8,15,35)
#060A18
(6,10,24)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #18377B

#18377B
(24,55,123)
#2D4987
(45,73,135)
#425B93
(66,91,147)
#576D9F
(87,109,159)
#6C7FAB
(108,127,171)
#8191B7
(129,145,183)
#96A3C3
(150,163,195)
#ABB5CF
(171,181,207)
#C0C7DB
(192,199,219)
#D5D9E7
(213,217,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18377B color. Also use rgb(24,55,123) instead hex code.

Text Font Color

.myTextColor { color: #18377B; }

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

This text font color is #18377B.


Background Color

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

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

This div background color is #18377B.


Border color

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

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

This div border color is #18377B.


Opacity

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

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

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

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

This text has shadow with #18377B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18377B on black background.


Color preview on white background

This text has color #18377B on white background.



Black color preview on #18377B background

This text has black color on #18377B background.


White color preview on #18377B background

This text has white color on #18377B background.