COLOR #18255B

HEX: #18255B RGB: (24,37,91)

Color info

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

RGB color model

#18255B color RGB value is (24,37,91).

RGB: (24,37,91) (9%, 15%, 36%)

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 91 of 255 = 36%

24
37
91

R + G + B ~ 20%. #18255B is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 37 + 91 = 152 (100%)
R 24 of 152 ~ 15.79%
G 37 of 152 ~ 24.34%
B 91 of 152 ~ 59.87'%

%15.79
%24.34
%59.87

CMYK color model

#18255B color CMYK value is (74,59,0,64).

  • cyan value is 73.63%
  • magenta value is 59.34%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (74,59,0,64)
C74M59Y0K64 (74%, 59%, 0%, 64%)
(0.74 / 0.59 / 0.00 / 0.64)

CMYK percentages

%73.63
%59.34
%0
%64.31

Codes

Color #18255B in popluar color models

18 25 5B
RGB 24 37 91
HSL 228° 58.26% 22.55%
HSB/HSV 228° 73.63% 35.69%
CMYK 73.63% 59.34% 0.00%
64.31%

Color #18255B in popluar number systems.

HEX 18 25 5B
Decimal 24 37 91
Binary 11000 100101 1011011
Octal 30 45 133

Shades and tints

Shades of #18255B

#18255B
(24,37,91)
#162253
(22,34,83)
#141F4B
(20,31,75)
#121C43
(18,28,67)
#10193B
(16,25,59)
#0E1633
(14,22,51)
#0C132B
(12,19,43)
#0A1023
(10,16,35)
#080D1B
(8,13,27)
#060A13
(6,10,19)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #18255B

#18255B
(24,37,91)
#2D3869
(45,56,105)
#424B77
(66,75,119)
#575E85
(87,94,133)
#6C7193
(108,113,147)
#8184A1
(129,132,161)
#9697AF
(150,151,175)
#ABAABD
(171,170,189)
#C0BDCB
(192,189,203)
#D5D0D9
(213,208,217)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18255B; }

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

This text font color is #18255B.

Background Color

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

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

This div background color is #18255B.

Border color

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

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

This div border color is #18255B.

Opacity

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

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

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

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

This text has shadow with #18255B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18255B.

Preview

Color preview on black background

This text has color #18255B on black background.


Color preview on white background

This text has color #18255B on white background.


Black color preview on #18255B background

This text has black color on #18255B background.


White color preview on #18255B background

This text has white color on #18255B background.


Related colors

Complementary color

Complementary color for #hex is #E7DAA4.


I love getcolorcode.com

Triadic colors

1 #5B1825 and #255B18 with #18255B are triadic colors.

2 #5B2518 and #25185B with #18255B are triadic colors.