COLOR #12488B

HEX: #12488B
RGB: (18,72,139)

Color info

#12488B contains mainly blue color. Web safe color of #12488B is #003399 (or #039).

RGB color model

#12488B color RGB value is (18,72,139).

  • red value is 18;
  • green value is 72;
  • blue value is 139.
RGB:
(18,72,139)
(7%,28%,55%)

RGB channels and saturation

R 18 of 255 = 7%
G 72 of 255 = 28%
B 139 of 255 = 55%

18
72
139

R + G + B ~ 30%. #12488B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 72 + 139 = 229 (100%)
R 18 of 229 ~ 7.86%
G 72 of 229 ~ 31.44%
B 139 of 229 ~ 60.7%

%31.44
%60.7

CMYK color model

#12488B color CMYK value is (87,48,0,45).

  • cyan value is 87.05%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(87,48,0,45)
C87M48Y0K45 
(87%,48%,0%,45%)
(0.87/0.48/0.00/0.45)	

CMYK percentages

%87.05
%48.2
%0
%45.49

Codes

Color #12488B in popluar color models

12488B
RGB1872139
HSL213°77.07%30.78%
HSB/HSV213°87.05%54.51%
CMYK87.05%48.20%0.00%
45.49%

Color #12488B in popluar number systems.

HEX12488B
Decimal1872139
Binary10010100100010001011
Octal22110213

Shades and tints

Shades of #12488B

#12488B
(18,72,139)
#11427F
(17,66,127)
#103C73
(16,60,115)
#0F3667
(15,54,103)
#0E305B
(14,48,91)
#0D2A4F
(13,42,79)
#0C2443
(12,36,67)
#0B1E37
(11,30,55)
#0A182B
(10,24,43)
#09121F
(9,18,31)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #12488B

#12488B
(18,72,139)
#275895
(39,88,149)
#3C689F
(60,104,159)
#5178A9
(81,120,169)
#6688B3
(102,136,179)
#7B98BD
(123,152,189)
#90A8C7
(144,168,199)
#A5B8D1
(165,184,209)
#BAC8DB
(186,200,219)
#CFD8E5
(207,216,229)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12488B color. Also use rgb(18,72,139) instead hex code.

Text Font Color

.myTextColor { color: #12488B; }

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

This text font color is #12488B.


Background Color

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

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

This div background color is #12488B.


Border color

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

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

This div border color is #12488B.


Opacity

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

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

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

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

This text has shadow with #12488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12488B on black background.


Color preview on white background

This text has color #12488B on white background.



Black color preview on #12488B background

This text has black color on #12488B background.


White color preview on #12488B background

This text has white color on #12488B background.