COLOR #1283E5

HEX: #1283E5
RGB: (18,131,229)

Color info

#1283E5 contains mainly blue color. Web safe color of #1283E5 is #0099CC (or #09C).

RGB color model

#1283E5 color RGB value is (18,131,229).

  • red value is 18;
  • green value is 131;
  • blue value is 229.
RGB:
(18,131,229)
(7%,51%,90%)

RGB channels and saturation

R 18 of 255 = 7%
G 131 of 255 = 51%
B 229 of 255 = 90%

18
131
229

R + G + B ~ 49%. #1283E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 131 + 229 = 378 (100%)
R 18 of 378 ~ 4.76%
G 131 of 378 ~ 34.66%
B 229 of 378 ~ 60.58%

%34.66
%60.58

CMYK color model

#1283E5 color CMYK value is (92,43,0,10).

  • cyan value is 92.14%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(92,43,0,10)
C92M43Y0K10 
(92%,43%,0%,10%)
(0.92/0.43/0.00/0.10)	

CMYK percentages

%92.14
%42.79
%0
%10.2

Codes

Color #1283E5 in popluar color models

1283E5
RGB18131229
HSL208°85.43%48.43%
HSB/HSV208°92.14%89.80%
CMYK92.14%42.79%0.00%
10.20%

Color #1283E5 in popluar number systems.

HEX1283E5
Decimal18131229
Binary100101000001111100101
Octal22203345

Shades and tints

Shades of #1283E5

#1283E5
(18,131,229)
#1178D1
(17,120,209)
#106DBD
(16,109,189)
#0F62A9
(15,98,169)
#0E5795
(14,87,149)
#0D4C81
(13,76,129)
#0C416D
(12,65,109)
#0B3659
(11,54,89)
#0A2B45
(10,43,69)
#092031
(9,32,49)
#08151D
(8,21,29)
#000000
(0,0,0)

Tints of #1283E5

#1283E5
(18,131,229)
#278EE7
(39,142,231)
#3C99E9
(60,153,233)
#51A4EB
(81,164,235)
#66AFED
(102,175,237)
#7BBAEF
(123,186,239)
#90C5F1
(144,197,241)
#A5D0F3
(165,208,243)
#BADBF5
(186,219,245)
#CFE6F7
(207,230,247)
#E4F1F9
(228,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1283E5 color. Also use rgb(18,131,229) instead hex code.

Text Font Color

.myTextColor { color: #1283E5; }

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

This text font color is #1283E5.


Background Color

.myBgColor { background-color: #1283E5; }

<div style="background-color:#1283E5">Inner text</div>

This div background color is #1283E5.


Border color

.myBorderColor { border: 1px solid #1283E5; }

<div style="border:3px solid #1283E5">Div</div>

This div border color is #1283E5.


Opacity

.myOpacity80 { color: #1283E5; opacity: 0.8; }

<p style="color:#1283E5;opacity:0.8;">80%</p>

Text with #1283E5 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 #1283E5;}

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

This text has shadow with #1283E5 color.

.textShadow {text-shadow: 3px 3px 1px #1283E5, 3px 3px 1px red;}

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

This text has shadow with #1283E5 primary color and red secondary color.


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

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

This text has shadow with #1283E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1283E5 on black background.


Color preview on white background

This text has color #1283E5 on white background.



Black color preview on #1283E5 background

This text has black color on #1283E5 background.


White color preview on #1283E5 background

This text has white color on #1283E5 background.