COLOR #1293BE

HEX: #1293BE
RGB: (18,147,190)

Color info

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

RGB color model

#1293BE color RGB value is (18,147,190).

  • red value is 18;
  • green value is 147;
  • blue value is 190.
RGB:
(18,147,190)
(7%,58%,75%)

RGB channels and saturation

R 18 of 255 = 7%
G 147 of 255 = 58%
B 190 of 255 = 75%

18
147
190

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

Portions of RGB colors in percentages

R + G + B =
18 + 147 + 190 = 355 (100%)
R 18 of 355 ~ 5.07%
G 147 of 355 ~ 41.41%
B 190 of 355 ~ 53.52%

%41.41
%53.52

CMYK color model

#1293BE color CMYK value is (91,23,0,25).

  • cyan value is 90.53%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(91,23,0,25)
C91M23Y0K25 
(91%,23%,0%,25%)
(0.91/0.23/0.00/0.25)	

CMYK percentages

%90.53
%22.63
%0
%25.49

Codes

Color #1293BE in popluar color models

1293BE
RGB18147190
HSL195°82.69%40.78%
HSB/HSV195°90.53%74.51%
CMYK90.53%22.63%0.00%
25.49%

Color #1293BE in popluar number systems.

HEX1293BE
Decimal18147190
Binary100101001001110111110
Octal22223276

Shades and tints

Shades of #1293BE

#1293BE
(18,147,190)
#1186AD
(17,134,173)
#10799C
(16,121,156)
#0F6C8B
(15,108,139)
#0E5F7A
(14,95,122)
#0D5269
(13,82,105)
#0C4558
(12,69,88)
#0B3847
(11,56,71)
#0A2B36
(10,43,54)
#091E25
(9,30,37)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #1293BE

#1293BE
(18,147,190)
#279CC3
(39,156,195)
#3CA5C8
(60,165,200)
#51AECD
(81,174,205)
#66B7D2
(102,183,210)
#7BC0D7
(123,192,215)
#90C9DC
(144,201,220)
#A5D2E1
(165,210,225)
#BADBE6
(186,219,230)
#CFE4EB
(207,228,235)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1293BE; }

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

This text font color is #1293BE.


Background Color

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

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

This div background color is #1293BE.


Border color

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

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

This div border color is #1293BE.


Opacity

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

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

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

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

This text has shadow with #1293BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1293BE on black background.


Color preview on white background

This text has color #1293BE on white background.



Black color preview on #1293BE background

This text has black color on #1293BE background.


White color preview on #1293BE background

This text has white color on #1293BE background.