COLOR #1237E1

HEX: #1237E1
RGB: (18,55,225)

Color info

#1237E1 contains mainly blue color. Web safe color of #1237E1 is #0033CC (or #03C).

RGB color model

#1237E1 color RGB value is (18,55,225).

  • red value is 18;
  • green value is 55;
  • blue value is 225.
RGB:
(18,55,225)
(7%,22%,88%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 225 of 255 = 88%

18
55
225

R + G + B ~ 39%. #1237E1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 225 = 298 (100%)
R 18 of 298 ~ 6.04%
G 55 of 298 ~ 18.46%
B 225 of 298 ~ 75.5%

%18.46
%75.5

CMYK color model

#1237E1 color CMYK value is (92,76,0,12).

  • cyan value is 92.00%
  • magenta value is 75.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(92,76,0,12)
C92M76Y0K12 
(92%,76%,0%,12%)
(0.92/0.76/0.00/0.12)	

CMYK percentages

%92
%75.56
%0
%11.76

Codes

Color #1237E1 in popluar color models

1237E1
RGB1855225
HSL229°85.19%47.65%
HSB/HSV229°92.00%88.24%
CMYK92.00%75.56%0.00%
11.76%

Color #1237E1 in popluar number systems.

HEX1237E1
Decimal1855225
Binary1001011011111100001
Octal2267341

Shades and tints

Shades of #1237E1

#1237E1
(18,55,225)
#1132CD
(17,50,205)
#102DB9
(16,45,185)
#0F28A5
(15,40,165)
#0E2391
(14,35,145)
#0D1E7D
(13,30,125)
#0C1969
(12,25,105)
#0B1455
(11,20,85)
#0A0F41
(10,15,65)
#090A2D
(9,10,45)
#080519
(8,5,25)
#000000
(0,0,0)

Tints of #1237E1

#1237E1
(18,55,225)
#2749E3
(39,73,227)
#3C5BE5
(60,91,229)
#516DE7
(81,109,231)
#667FE9
(102,127,233)
#7B91EB
(123,145,235)
#90A3ED
(144,163,237)
#A5B5EF
(165,181,239)
#BAC7F1
(186,199,241)
#CFD9F3
(207,217,243)
#E4EBF5
(228,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1237E1 color. Also use rgb(18,55,225) instead hex code.

Text Font Color

.myTextColor { color: #1237E1; }

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

This text font color is #1237E1.


Background Color

.myBgColor { background-color: #1237E1; }

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

This div background color is #1237E1.


Border color

.myBorderColor { border: 1px solid #1237E1; }

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

This div border color is #1237E1.


Opacity

.myOpacity80 { color: #1237E1; opacity: 0.8; }

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

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

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

This text has shadow with #1237E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1237E1 on black background.


Color preview on white background

This text has color #1237E1 on white background.



Black color preview on #1237E1 background

This text has black color on #1237E1 background.


White color preview on #1237E1 background

This text has white color on #1237E1 background.