COLOR #181139

HEX: #181139
RGB: (24,17,57)

Color info

#181139 contains red, green and blue colors in about the same proportion. Web safe color of #181139 is #000033 (or #003).

RGB color model

#181139 color RGB value is (24,17,57).

  • red value is 24;
  • green value is 17;
  • blue value is 57.
RGB:
(24,17,57)
(9%,7%,22%)

RGB channels and saturation

R 24 of 255 = 9%
G 17 of 255 = 7%
B 57 of 255 = 22%

24
17
57

R + G + B ~ 13%. #181139 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 17 + 57 = 98 (100%)
R 24 of 98 ~ 24.49%
G 17 of 98 ~ 17.35%
B 57 of 98 ~ 58.16%

%24.49
%17.35
%58.16

CMYK color model

#181139 color CMYK value is (58,70,0,78).

  • cyan value is 57.89%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(58,70,0,78)
C58M70Y0K78 
(58%,70%,0%,78%)
(0.58/0.70/0.00/0.78)	

CMYK percentages

%57.89
%70.18
%0
%77.65

Codes

Color #181139 in popluar color models

181139
RGB241757
HSL251°54.05%14.51%
HSB/HSV251°70.18%22.35%
CMYK57.89%70.18%0.00%
77.65%

Color #181139 in popluar number systems.

HEX181139
Decimal241757
Binary1100010001111001
Octal302171

Shades and tints

Shades of #181139

#181139
(24,17,57)
#161034
(22,16,52)
#140F2F
(20,15,47)
#120E2A
(18,14,42)
#100D25
(16,13,37)
#0E0C20
(14,12,32)
#0C0B1B
(12,11,27)
#0A0A16
(10,10,22)
#080911
(8,9,17)
#06080C
(6,8,12)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #181139

#181139
(24,17,57)
#2D264B
(45,38,75)
#423B5D
(66,59,93)
#57506F
(87,80,111)
#6C6581
(108,101,129)
#817A93
(129,122,147)
#968FA5
(150,143,165)
#ABA4B7
(171,164,183)
#C0B9C9
(192,185,201)
#D5CEDB
(213,206,219)
#EAE3ED
(234,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181139 color. Also use rgb(24,17,57) instead hex code.

Text Font Color

.myTextColor { color: #181139; }

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

This text font color is #181139.


Background Color

.myBgColor { background-color: #181139; }

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

This div background color is #181139.


Border color

.myBorderColor { border: 1px solid #181139; }

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

This div border color is #181139.


Opacity

.myOpacity80 { color: #181139; opacity: 0.8; }

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

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

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

This text has shadow with #181139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181139 on black background.


Color preview on white background

This text has color #181139 on white background.



Black color preview on #181139 background

This text has black color on #181139 background.


White color preview on #181139 background

This text has white color on #181139 background.