COLOR #1293C2

HEX: #1293C2 RGB: (18,147,194)

Color info

#1293C2 contains mainly green and blue colors. Web safe color of #1293C2 is #0099CC (or #09C).

RGB color model

#1293C2 color RGB value is (18,147,194).

RGB: (18,147,194) (7%, 58%, 76%)

RGB channels and saturation

R 18 of 255 = 7%
G 147 of 255 = 58%
B 194 of 255 = 76%

18
147
194

R + G + B ~ 47%. #1293C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 18 + 147 + 194 = 359 (100%)
R 18 of 359 ~ 5.01%
G 147 of 359 ~ 40.95%
B 194 of 359 ~ 54.04'%

%40.95
%54.04

CMYK color model

#1293C2 color CMYK value is (91,24,0,24).

  • cyan value is 90.72%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (91,24,0,24)
C91M24Y0K24 (91%, 24%, 0%, 24%)
(0.91 / 0.24 / 0.00 / 0.24)

CMYK percentages

%90.72
%24.23
%0
%23.92

Codes

Color #1293C2 in popluar color models

12 93 C2
RGB 18 147 194
HSL 196° 83.02% 41.57%
HSB/HSV 196° 90.72% 76.08%
CMYK 90.72% 24.23% 0.00%
23.92%

Color #1293C2 in popluar number systems.

HEX 12 93 C2
Decimal 18 147 194
Binary 10010 10010011 11000010
Octal 22 223 302

Shades and tints

Shades of #1293C2

#1293C2
(18,147,194)
#1186B1
(17,134,177)
#1079A0
(16,121,160)
#0F6C8F
(15,108,143)
#0E5F7E
(14,95,126)
#0D526D
(13,82,109)
#0C455C
(12,69,92)
#0B384B
(11,56,75)
#0A2B3A
(10,43,58)
#091E29
(9,30,41)
#081118
(8,17,24)
#000000
(0,0,0)

Tints of #1293C2

#1293C2
(18,147,194)
#279CC7
(39,156,199)
#3CA5CC
(60,165,204)
#51AED1
(81,174,209)
#66B7D6
(102,183,214)
#7BC0DB
(123,192,219)
#90C9E0
(144,201,224)
#A5D2E5
(165,210,229)
#BADBEA
(186,219,234)
#CFE4EF
(207,228,239)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1293C2 color. Also use rgb(18,147,194) instead hex code.

Text Font Color

.myTextColor { color: #1293C2; }

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

This text font color is #1293C2.

Background Color

.myBgColor { background-color: #1293C2; }

<div style="background-color:#1293C2">Inner text</div>

This div background color is #1293C2.

Border color

.myBorderColor { border: 1px solid #1293C2; }

<div style="border:3px solid #1293C2">Div</div>

This div border color is #1293C2.

Opacity

.myOpacity80 { color: #1293C2; opacity: 0.8; }

<p style="color:#1293C2;opacity:0.8;">80%</p>

Text with #1293C2 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 #1293C2;}

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

This text has shadow with #1293C2 color.


.textShadow {text-shadow: 3px 3px 1px #1293C2', 3px 3px 1px red;}

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

This text has shadow with #1293C2 primary color and red secondary color.


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

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

This text has shadow with #1293C2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1293C2; -webkit-box-shadow: 1px 1px 3px 2px #1293C2; box-shadow:1px 1px 3px 2px #1293C2;">
Div content here
</div>

This div box has shadow with color #1293C2.

Preview

Color preview on black background

This text has color #1293C2 on black background.


Color preview on white background

This text has color #1293C2 on white background.


Black color preview on #1293C2 background

This text has black color on #1293C2 background.


White color preview on #1293C2 background

This text has white color on #1293C2 background.


Related colors

Complementary color

Complementary color for #hex is #ED6C3D.


I love getcolorcode.com

Triadic colors

1 #C21293 and #93C212 with #1293C2 are triadic colors.

2 #C29312 and #9312C2 with #1293C2 are triadic colors.