COLOR #18254E

HEX: #18254E
RGB: (24,37,78)

Color info

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

RGB color model

#18254E color RGB value is (24,37,78).

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

RGB channels and saturation

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

24
37
78

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

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 78 = 139 (100%)
R 24 of 139 ~ 17.27%
G 37 of 139 ~ 26.62%
B 78 of 139 ~ 56.12%

%17.27
%26.62
%56.12

CMYK color model

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

  • cyan value is 69.23%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(69,53,0,69)
C69M53Y0K69 
(69%,53%,0%,69%)
(0.69/0.53/0.00/0.69)	

CMYK percentages

%69.23
%52.56
%0
%69.41

Codes

Color #18254E in popluar color models

18254E
RGB243778
HSL226°52.94%20.00%
HSB/HSV226°69.23%30.59%
CMYK69.23%52.56%0.00%
69.41%

Color #18254E in popluar number systems.

HEX18254E
Decimal243778
Binary110001001011001110
Octal3045116

Shades and tints

Shades of #18254E

#18254E
(24,37,78)
#162247
(22,34,71)
#141F40
(20,31,64)
#121C39
(18,28,57)
#101932
(16,25,50)
#0E162B
(14,22,43)
#0C1324
(12,19,36)
#0A101D
(10,16,29)
#080D16
(8,13,22)
#060A0F
(6,10,15)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #18254E

#18254E
(24,37,78)
#2D385E
(45,56,94)
#424B6E
(66,75,110)
#575E7E
(87,94,126)
#6C718E
(108,113,142)
#81849E
(129,132,158)
#9697AE
(150,151,174)
#ABAABE
(171,170,190)
#C0BDCE
(192,189,206)
#D5D0DE
(213,208,222)
#EAE3EE
(234,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18254E; }

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

This text font color is #18254E.


Background Color

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

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

This div background color is #18254E.


Border color

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

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

This div border color is #18254E.


Opacity

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

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

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

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

This text has shadow with #18254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18254E on black background.


Color preview on white background

This text has color #18254E on white background.



Black color preview on #18254E background

This text has black color on #18254E background.


White color preview on #18254E background

This text has white color on #18254E background.