COLOR #1237C3

HEX: #1237C3
RGB: (18,55,195)

Color info

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

RGB color model

#1237C3 color RGB value is (18,55,195).

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

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 195 of 255 = 76%

18
55
195

R + G + B ~ 35%. #1237C3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 195 = 268 (100%)
R 18 of 268 ~ 6.72%
G 55 of 268 ~ 20.52%
B 195 of 268 ~ 72.76%

%20.52
%72.76

CMYK color model

#1237C3 color CMYK value is (91,72,0,24).

  • cyan value is 90.77%
  • magenta value is 71.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(91,72,0,24)
C91M72Y0K24 
(91%,72%,0%,24%)
(0.91/0.72/0.00/0.24)	

CMYK percentages

%90.77
%71.79
%0
%23.53

Codes

Color #1237C3 in popluar color models

1237C3
RGB1855195
HSL227°83.10%41.76%
HSB/HSV227°90.77%76.47%
CMYK90.77%71.79%0.00%
23.53%

Color #1237C3 in popluar number systems.

HEX1237C3
Decimal1855195
Binary1001011011111000011
Octal2267303

Shades and tints

Shades of #1237C3

#1237C3
(18,55,195)
#1132B2
(17,50,178)
#102DA1
(16,45,161)
#0F2890
(15,40,144)
#0E237F
(14,35,127)
#0D1E6E
(13,30,110)
#0C195D
(12,25,93)
#0B144C
(11,20,76)
#0A0F3B
(10,15,59)
#090A2A
(9,10,42)
#080519
(8,5,25)
#000000
(0,0,0)

Tints of #1237C3

#1237C3
(18,55,195)
#2749C8
(39,73,200)
#3C5BCD
(60,91,205)
#516DD2
(81,109,210)
#667FD7
(102,127,215)
#7B91DC
(123,145,220)
#90A3E1
(144,163,225)
#A5B5E6
(165,181,230)
#BAC7EB
(186,199,235)
#CFD9F0
(207,217,240)
#E4EBF5
(228,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1237C3; }

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

This text font color is #1237C3.


Background Color

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

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

This div background color is #1237C3.


Border color

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

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

This div border color is #1237C3.


Opacity

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

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

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

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

This text has shadow with #1237C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1237C3 on black background.


Color preview on white background

This text has color #1237C3 on white background.



Black color preview on #1237C3 background

This text has black color on #1237C3 background.


White color preview on #1237C3 background

This text has white color on #1237C3 background.