COLOR #18377C

HEX: #18377C
RGB: (24,55,124)

Color info

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

RGB color model

#18377C color RGB value is (24,55,124).

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

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 124 of 255 = 49%

24
55
124

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

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 124 = 203 (100%)
R 24 of 203 ~ 11.82%
G 55 of 203 ~ 27.09%
B 124 of 203 ~ 61.08%

%11.82
%27.09
%61.08

CMYK color model

#18377C color CMYK value is (81,56,0,51).

  • cyan value is 80.65%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(81,56,0,51)
C81M56Y0K51 
(81%,56%,0%,51%)
(0.81/0.56/0.00/0.51)	

CMYK percentages

%80.65
%55.65
%0
%51.37

Codes

Color #18377C in popluar color models

18377C
RGB2455124
HSL221°67.57%29.02%
HSB/HSV221°80.65%48.63%
CMYK80.65%55.65%0.00%
51.37%

Color #18377C in popluar number systems.

HEX18377C
Decimal2455124
Binary110001101111111100
Octal3067174

Shades and tints

Shades of #18377C

#18377C
(24,55,124)
#163271
(22,50,113)
#142D66
(20,45,102)
#12285B
(18,40,91)
#102350
(16,35,80)
#0E1E45
(14,30,69)
#0C193A
(12,25,58)
#0A142F
(10,20,47)
#080F24
(8,15,36)
#060A19
(6,10,25)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #18377C

#18377C
(24,55,124)
#2D4987
(45,73,135)
#425B92
(66,91,146)
#576D9D
(87,109,157)
#6C7FA8
(108,127,168)
#8191B3
(129,145,179)
#96A3BE
(150,163,190)
#ABB5C9
(171,181,201)
#C0C7D4
(192,199,212)
#D5D9DF
(213,217,223)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18377C; }

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

This text font color is #18377C.


Background Color

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

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

This div background color is #18377C.


Border color

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

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

This div border color is #18377C.


Opacity

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

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

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

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

This text has shadow with #18377C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18377C on black background.


Color preview on white background

This text has color #18377C on white background.



Black color preview on #18377C background

This text has black color on #18377C background.


White color preview on #18377C background

This text has white color on #18377C background.