COLOR #1469C6

HEX: #1469C6
RGB: (20,105,198)

Color info

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

RGB color model

#1469C6 color RGB value is (20,105,198).

  • red value is 20;
  • green value is 105;
  • blue value is 198.
RGB:
(20,105,198)
(8%,41%,78%)

RGB channels and saturation

R 20 of 255 = 8%
G 105 of 255 = 41%
B 198 of 255 = 78%

20
105
198

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

Portions of RGB colors in percentages

R + G + B =
20 + 105 + 198 = 323 (100%)
R 20 of 323 ~ 6.19%
G 105 of 323 ~ 32.51%
B 198 of 323 ~ 61.3%

%32.51
%61.3

CMYK color model

#1469C6 color CMYK value is (90,47,0,22).

  • cyan value is 89.90%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(90,47,0,22)
C90M47Y0K22 
(90%,47%,0%,22%)
(0.90/0.47/0.00/0.22)	

CMYK percentages

%89.9
%46.97
%0
%22.35

Codes

Color #1469C6 in popluar color models

1469C6
RGB20105198
HSL211°81.65%42.75%
HSB/HSV211°89.90%77.65%
CMYK89.90%46.97%0.00%
22.35%

Color #1469C6 in popluar number systems.

HEX1469C6
Decimal20105198
Binary10100110100111000110
Octal24151306

Shades and tints

Shades of #1469C6

#1469C6
(20,105,198)
#1360B4
(19,96,180)
#1257A2
(18,87,162)
#114E90
(17,78,144)
#10457E
(16,69,126)
#0F3C6C
(15,60,108)
#0E335A
(14,51,90)
#0D2A48
(13,42,72)
#0C2136
(12,33,54)
#0B1824
(11,24,36)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #1469C6

#1469C6
(20,105,198)
#2976CB
(41,118,203)
#3E83D0
(62,131,208)
#5390D5
(83,144,213)
#689DDA
(104,157,218)
#7DAADF
(125,170,223)
#92B7E4
(146,183,228)
#A7C4E9
(167,196,233)
#BCD1EE
(188,209,238)
#D1DEF3
(209,222,243)
#E6EBF8
(230,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1469C6 color. Also use rgb(20,105,198) instead hex code.

Text Font Color

.myTextColor { color: #1469C6; }

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

This text font color is #1469C6.


Background Color

.myBgColor { background-color: #1469C6; }

<div style="background-color:#1469C6">Inner text</div>

This div background color is #1469C6.


Border color

.myBorderColor { border: 1px solid #1469C6; }

<div style="border:3px solid #1469C6">Div</div>

This div border color is #1469C6.


Opacity

.myOpacity80 { color: #1469C6; opacity: 0.8; }

<p style="color:#1469C6;opacity:0.8;">80%</p>

Text with #1469C6 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 #1469C6;}

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

This text has shadow with #1469C6 color.

.textShadow {text-shadow: 3px 3px 1px #1469C6, 3px 3px 1px red;}

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

This text has shadow with #1469C6 primary color and red secondary color.


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

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

This text has shadow with #1469C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1469C6 on black background.


Color preview on white background

This text has color #1469C6 on white background.



Black color preview on #1469C6 background

This text has black color on #1469C6 background.


White color preview on #1469C6 background

This text has white color on #1469C6 background.