COLOR #18254F

HEX: #18254F
RGB: (24,37,79)

Color info

#18254F contains red, green and blue colors in about the same proportion. Web safe color of #18254F is #003366 (or #036).

RGB color model

#18254F color RGB value is (24,37,79).

  • red value is 24;
  • green value is 37;
  • blue value is 79.
RGB:
(24,37,79)
(9%,15%,31%)

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 79 of 255 = 31%

24
37
79

R + G + B ~ 18%. #18254F is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 79 = 140 (100%)
R 24 of 140 ~ 17.14%
G 37 of 140 ~ 26.43%
B 79 of 140 ~ 56.43%

%17.14
%26.43
%56.43

CMYK color model

#18254F color CMYK value is (70,53,0,69).

  • cyan value is 69.62%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(70,53,0,69)
C70M53Y0K69 
(70%,53%,0%,69%)
(0.70/0.53/0.00/0.69)	

CMYK percentages

%69.62
%53.16
%0
%69.02

Codes

Color #18254F in popluar color models

18254F
RGB243779
HSL226°53.40%20.20%
HSB/HSV226°69.62%30.98%
CMYK69.62%53.16%0.00%
69.02%

Color #18254F in popluar number systems.

HEX18254F
Decimal243779
Binary110001001011001111
Octal3045117

Shades and tints

Shades of #18254F

#18254F
(24,37,79)
#162248
(22,34,72)
#141F41
(20,31,65)
#121C3A
(18,28,58)
#101933
(16,25,51)
#0E162C
(14,22,44)
#0C1325
(12,19,37)
#0A101E
(10,16,30)
#080D17
(8,13,23)
#060A10
(6,10,16)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #18254F

#18254F
(24,37,79)
#2D385F
(45,56,95)
#424B6F
(66,75,111)
#575E7F
(87,94,127)
#6C718F
(108,113,143)
#81849F
(129,132,159)
#9697AF
(150,151,175)
#ABAABF
(171,170,191)
#C0BDCF
(192,189,207)
#D5D0DF
(213,208,223)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18254F color. Also use rgb(24,37,79) instead hex code.

Text Font Color

.myTextColor { color: #18254F; }

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

This text font color is #18254F.


Background Color

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

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

This div background color is #18254F.


Border color

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

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

This div border color is #18254F.


Opacity

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

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

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

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

This text has shadow with #18254F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18254F on black background.


Color preview on white background

This text has color #18254F on white background.



Black color preview on #18254F background

This text has black color on #18254F background.


White color preview on #18254F background

This text has white color on #18254F background.