COLOR #12185B

HEX: #12185B
RGB: (18,24,91)

Color info

#12185B contains mainly blue color. Web safe color of #12185B is #000066 (or #006).

RGB color model

#12185B color RGB value is (18,24,91).

  • red value is 18;
  • green value is 24;
  • blue value is 91.
RGB:
(18,24,91)
(7%,9%,36%)

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 91 of 255 = 36%

18
24
91

R + G + B ~ 17%. #12185B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 91 = 133 (100%)
R 18 of 133 ~ 13.53%
G 24 of 133 ~ 18.05%
B 91 of 133 ~ 68.42%

%13.53
%18.05
%68.42

CMYK color model

#12185B color CMYK value is (80,74,0,64).

  • cyan value is 80.22%
  • magenta value is 73.63%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(80,74,0,64)
C80M74Y0K64 
(80%,74%,0%,64%)
(0.80/0.74/0.00/0.64)	

CMYK percentages

%80.22
%73.63
%0
%64.31

Codes

Color #12185B in popluar color models

12185B
RGB182491
HSL235°66.97%21.37%
HSB/HSV235°80.22%35.69%
CMYK80.22%73.63%0.00%
64.31%

Color #12185B in popluar number systems.

HEX12185B
Decimal182491
Binary10010110001011011
Octal2230133

Shades and tints

Shades of #12185B

#12185B
(18,24,91)
#111653
(17,22,83)
#10144B
(16,20,75)
#0F1243
(15,18,67)
#0E103B
(14,16,59)
#0D0E33
(13,14,51)
#0C0C2B
(12,12,43)
#0B0A23
(11,10,35)
#0A081B
(10,8,27)
#090613
(9,6,19)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #12185B

#12185B
(18,24,91)
#272D69
(39,45,105)
#3C4277
(60,66,119)
#515785
(81,87,133)
#666C93
(102,108,147)
#7B81A1
(123,129,161)
#9096AF
(144,150,175)
#A5ABBD
(165,171,189)
#BAC0CB
(186,192,203)
#CFD5D9
(207,213,217)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12185B; }

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

This text font color is #12185B.


Background Color

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

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

This div background color is #12185B.


Border color

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

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

This div border color is #12185B.


Opacity

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

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

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

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

This text has shadow with #12185B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12185B on black background.


Color preview on white background

This text has color #12185B on white background.



Black color preview on #12185B background

This text has black color on #12185B background.


White color preview on #12185B background

This text has white color on #12185B background.