COLOR #1261CC

HEX: #1261CC
RGB: (18,97,204)

Color info

#1261CC contains mainly blue color. Web safe color of #1261CC is #0066CC (or #06C).

RGB color model

#1261CC color RGB value is (18,97,204).

  • red value is 18;
  • green value is 97;
  • blue value is 204.
RGB:
(18,97,204)
(7%,38%,80%)

RGB channels and saturation

R 18 of 255 = 7%
G 97 of 255 = 38%
B 204 of 255 = 80%

18
97
204

R + G + B ~ 42%. #1261CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 97 + 204 = 319 (100%)
R 18 of 319 ~ 5.64%
G 97 of 319 ~ 30.41%
B 204 of 319 ~ 63.95%

%30.41
%63.95

CMYK color model

#1261CC color CMYK value is (91,52,0,20).

  • cyan value is 91.18%
  • magenta value is 52.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(91,52,0,20)
C91M52Y0K20 
(91%,52%,0%,20%)
(0.91/0.52/0.00/0.20)	

CMYK percentages

%91.18
%52.45
%0
%20

Codes

Color #1261CC in popluar color models

1261CC
RGB1897204
HSL215°83.78%43.53%
HSB/HSV215°91.18%80.00%
CMYK91.18%52.45%0.00%
20.00%

Color #1261CC in popluar number systems.

HEX1261CC
Decimal1897204
Binary10010110000111001100
Octal22141314

Shades and tints

Shades of #1261CC

#1261CC
(18,97,204)
#1159BA
(17,89,186)
#1051A8
(16,81,168)
#0F4996
(15,73,150)
#0E4184
(14,65,132)
#0D3972
(13,57,114)
#0C3160
(12,49,96)
#0B294E
(11,41,78)
#0A213C
(10,33,60)
#09192A
(9,25,42)
#081118
(8,17,24)
#000000
(0,0,0)

Tints of #1261CC

#1261CC
(18,97,204)
#276FD0
(39,111,208)
#3C7DD4
(60,125,212)
#518BD8
(81,139,216)
#6699DC
(102,153,220)
#7BA7E0
(123,167,224)
#90B5E4
(144,181,228)
#A5C3E8
(165,195,232)
#BAD1EC
(186,209,236)
#CFDFF0
(207,223,240)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1261CC color. Also use rgb(18,97,204) instead hex code.

Text Font Color

.myTextColor { color: #1261CC; }

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

This text font color is #1261CC.


Background Color

.myBgColor { background-color: #1261CC; }

<div style="background-color:#1261CC">Inner text</div>

This div background color is #1261CC.


Border color

.myBorderColor { border: 1px solid #1261CC; }

<div style="border:3px solid #1261CC">Div</div>

This div border color is #1261CC.


Opacity

.myOpacity80 { color: #1261CC; opacity: 0.8; }

<p style="color:#1261CC;opacity:0.8;">80%</p>

Text with #1261CC 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 #1261CC;}

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

This text has shadow with #1261CC color.

.textShadow {text-shadow: 3px 3px 1px #1261CC, 3px 3px 1px red;}

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

This text has shadow with #1261CC primary color and red secondary color.


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

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

This text has shadow with #1261CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1261CC on black background.


Color preview on white background

This text has color #1261CC on white background.



Black color preview on #1261CC background

This text has black color on #1261CC background.


White color preview on #1261CC background

This text has white color on #1261CC background.