COLOR #18377F

HEX: #18377F
RGB: (24,55,127)

Color info

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

RGB color model

#18377F color RGB value is (24,55,127).

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

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 127 of 255 = 50%

24
55
127

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

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 127 = 206 (100%)
R 24 of 206 ~ 11.65%
G 55 of 206 ~ 26.7%
B 127 of 206 ~ 61.65%

%11.65
%26.7
%61.65

CMYK color model

#18377F color CMYK value is (81,57,0,50).

  • cyan value is 81.10%
  • magenta value is 56.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(81,57,0,50)
C81M57Y0K50 
(81%,57%,0%,50%)
(0.81/0.57/0.00/0.50)	

CMYK percentages

%81.1
%56.69
%0
%50.2

Codes

Color #18377F in popluar color models

18377F
RGB2455127
HSL222°68.21%29.61%
HSB/HSV222°81.10%49.80%
CMYK81.10%56.69%0.00%
50.20%

Color #18377F in popluar number systems.

HEX18377F
Decimal2455127
Binary110001101111111111
Octal3067177

Shades and tints

Shades of #18377F

#18377F
(24,55,127)
#163274
(22,50,116)
#142D69
(20,45,105)
#12285E
(18,40,94)
#102353
(16,35,83)
#0E1E48
(14,30,72)
#0C193D
(12,25,61)
#0A1432
(10,20,50)
#080F27
(8,15,39)
#060A1C
(6,10,28)
#040511
(4,5,17)
#000000
(0,0,0)

Tints of #18377F

#18377F
(24,55,127)
#2D498A
(45,73,138)
#425B95
(66,91,149)
#576DA0
(87,109,160)
#6C7FAB
(108,127,171)
#8191B6
(129,145,182)
#96A3C1
(150,163,193)
#ABB5CC
(171,181,204)
#C0C7D7
(192,199,215)
#D5D9E2
(213,217,226)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18377F; }

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

This text font color is #18377F.


Background Color

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

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

This div background color is #18377F.


Border color

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

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

This div border color is #18377F.


Opacity

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

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

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

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

This text has shadow with #18377F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18377F on black background.


Color preview on white background

This text has color #18377F on white background.



Black color preview on #18377F background

This text has black color on #18377F background.


White color preview on #18377F background

This text has white color on #18377F background.