COLOR #1219C5

HEX: #1219C5
RGB: (18,25,197)

Color info

#1219C5 contains mainly blue color. Web safe color of #1219C5 is #0000CC (or #00C).

RGB color model

#1219C5 color RGB value is (18,25,197).

  • red value is 18;
  • green value is 25;
  • blue value is 197.
RGB:
(18,25,197)
(7%,10%,77%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 197 of 255 = 77%

18
25
197

R + G + B ~ 31%. #1219C5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 197 = 240 (100%)
R 18 of 240 ~ 7.5%
G 25 of 240 ~ 10.42%
B 197 of 240 ~ 82.08%

%10.42
%82.08

CMYK color model

#1219C5 color CMYK value is (91,87,0,23).

  • cyan value is 90.86%
  • magenta value is 87.31%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(91,87,0,23)
C91M87Y0K23 
(91%,87%,0%,23%)
(0.91/0.87/0.00/0.23)	

CMYK percentages

%90.86
%87.31
%0
%22.75

Codes

Color #1219C5 in popluar color models

1219C5
RGB1825197
HSL238°83.26%42.16%
HSB/HSV238°90.86%77.25%
CMYK90.86%87.31%0.00%
22.75%

Color #1219C5 in popluar number systems.

HEX1219C5
Decimal1825197
Binary100101100111000101
Octal2231305

Shades and tints

Shades of #1219C5

#1219C5
(18,25,197)
#1117B4
(17,23,180)
#1015A3
(16,21,163)
#0F1392
(15,19,146)
#0E1181
(14,17,129)
#0D0F70
(13,15,112)
#0C0D5F
(12,13,95)
#0B0B4E
(11,11,78)
#0A093D
(10,9,61)
#09072C
(9,7,44)
#08051B
(8,5,27)
#000000
(0,0,0)

Tints of #1219C5

#1219C5
(18,25,197)
#272DCA
(39,45,202)
#3C41CF
(60,65,207)
#5155D4
(81,85,212)
#6669D9
(102,105,217)
#7B7DDE
(123,125,222)
#9091E3
(144,145,227)
#A5A5E8
(165,165,232)
#BAB9ED
(186,185,237)
#CFCDF2
(207,205,242)
#E4E1F7
(228,225,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1219C5 color. Also use rgb(18,25,197) instead hex code.

Text Font Color

.myTextColor { color: #1219C5; }

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

This text font color is #1219C5.


Background Color

.myBgColor { background-color: #1219C5; }

<div style="background-color:#1219C5">Inner text</div>

This div background color is #1219C5.


Border color

.myBorderColor { border: 1px solid #1219C5; }

<div style="border:3px solid #1219C5">Div</div>

This div border color is #1219C5.


Opacity

.myOpacity80 { color: #1219C5; opacity: 0.8; }

<p style="color:#1219C5;opacity:0.8;">80%</p>

Text with #1219C5 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 #1219C5;}

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

This text has shadow with #1219C5 color.

.textShadow {text-shadow: 3px 3px 1px #1219C5, 3px 3px 1px red;}

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

This text has shadow with #1219C5 primary color and red secondary color.


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

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

This text has shadow with #1219C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1219C5 on black background.


Color preview on white background

This text has color #1219C5 on white background.



Black color preview on #1219C5 background

This text has black color on #1219C5 background.


White color preview on #1219C5 background

This text has white color on #1219C5 background.