COLOR #18375B

HEX: #18375B
RGB: (24,55,91)

Color info

#18375B contains mainly green and blue colors. Web safe color of #18375B is #003366 (or #036).

RGB color model

#18375B color RGB value is (24,55,91).

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

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 91 of 255 = 36%

24
55
91

R + G + B ~ 22%. #18375B is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 91 = 170 (100%)
R 24 of 170 ~ 14.12%
G 55 of 170 ~ 32.35%
B 91 of 170 ~ 53.53%

%14.12
%32.35
%53.53

CMYK color model

#18375B color CMYK value is (74,40,0,64).

  • cyan value is 73.63%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(74,40,0,64)
C74M40Y0K64 
(74%,40%,0%,64%)
(0.74/0.40/0.00/0.64)	

CMYK percentages

%73.63
%39.56
%0
%64.31

Codes

Color #18375B in popluar color models

18375B
RGB245591
HSL212°58.26%22.55%
HSB/HSV212°73.63%35.69%
CMYK73.63%39.56%0.00%
64.31%

Color #18375B in popluar number systems.

HEX18375B
Decimal245591
Binary110001101111011011
Octal3067133

Shades and tints

Shades of #18375B

#18375B
(24,55,91)
#163253
(22,50,83)
#142D4B
(20,45,75)
#122843
(18,40,67)
#10233B
(16,35,59)
#0E1E33
(14,30,51)
#0C192B
(12,25,43)
#0A1423
(10,20,35)
#080F1B
(8,15,27)
#060A13
(6,10,19)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #18375B

#18375B
(24,55,91)
#2D4969
(45,73,105)
#425B77
(66,91,119)
#576D85
(87,109,133)
#6C7F93
(108,127,147)
#8191A1
(129,145,161)
#96A3AF
(150,163,175)
#ABB5BD
(171,181,189)
#C0C7CB
(192,199,203)
#D5D9D9
(213,217,217)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18375B; }

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

This text font color is #18375B.


Background Color

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

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

This div background color is #18375B.


Border color

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

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

This div border color is #18375B.


Opacity

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

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

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

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

This text has shadow with #18375B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18375B on black background.


Color preview on white background

This text has color #18375B on white background.



Black color preview on #18375B background

This text has black color on #18375B background.


White color preview on #18375B background

This text has white color on #18375B background.