COLOR #182E9B

HEX: #182E9B RGB: (24,46,155)

Color info

#182E9B contains mainly blue color. Web safe color of #182E9B is #003399 (or #039).

RGB color model

#182E9B color RGB value is (24,46,155).

RGB: (24,46,155) (9%, 18%, 61%)

RGB channels and saturation

R 24 of 255 = 9%
G 46 of 255 = 18%
B 155 of 255 = 61%

24
46
155

R + G + B ~ 29%. #182E9B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 46 + 155 = 225 (100%)
R 24 of 225 ~ 10.67%
G 46 of 225 ~ 20.44%
B 155 of 225 ~ 68.89'%

%10.67
%20.44
%68.89

CMYK color model

#182E9B color CMYK value is (85,70,0,39).

  • cyan value is 84.52%
  • magenta value is 70.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (85,70,0,39) C85M70Y0K39 (85%,70%,0%,39%) (0.85/0.70/0.00/0.39) 

CMYK percentages

%84.52
%70.32
%0
%39.22

Codes

Color #182E9B in popluar color models

18 2E 9B
RGB 24 46 155
HSL 230° 73.18% 35.10%
HSB/HSV 230° 84.52% 60.78%
CMYK 84.52% 70.32% 0.00%
39.22%

Color #182E9B in popluar number systems.

HEX 18 2E 9B
Decimal 24 46 155
Binary 11000 101110 10011011
Octal 30 56 233

Shades and tints

Shades of #182E9B

#182E9B
(24,46,155)
#162A8D
(22,42,141)
#14267F
(20,38,127)
#122271
(18,34,113)
#101E63
(16,30,99)
#0E1A55
(14,26,85)
#0C1647
(12,22,71)
#0A1239
(10,18,57)
#080E2B
(8,14,43)
#060A1D
(6,10,29)
#04060F
(4,6,15)
#000000
(0,0,0)

Tints of #182E9B

#182E9B
(24,46,155)
#2D41A4
(45,65,164)
#4254AD
(66,84,173)
#5767B6
(87,103,182)
#6C7ABF
(108,122,191)
#818DC8
(129,141,200)
#96A0D1
(150,160,209)
#ABB3DA
(171,179,218)
#C0C6E3
(192,198,227)
#D5D9EC
(213,217,236)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #182E9B color. Also use rgb(24,46,155) instead hex code.

Text Font Color

.myTextColor { color: #182E9B; }

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

This text font color is #182E9B.

Background Color

.myBgColor { background-color: #182E9B; }

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

This div background color is #182E9B.

Border color

.myBorderColor { border: 1px solid #182E9B; }

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

This div border color is #182E9B.

Opacity

.myOpacity80 { color: #182E9B; opacity: 0.8; }

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

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

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

This text has shadow with #182E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #182E9B.

Preview

Color preview on black background

This text has color #182E9B on black background.


Color preview on white background

This text has color #182E9B on white background.


Black color preview on #182E9B background

This text has black color on #182E9B background.


White color preview on #182E9B background

This text has white color on #182E9B background.


Related colors

Complementary color

Complementary color for #hex is #E7D164.


I love getcolorcode.com

Triadic colors

1 #9B182E and #2E9B18 with #182E9B are triadic colors.

2 #9B2E18 and #2E189B with #182E9B are triadic colors.