COLOR #1C5DB9

HEX: #1C5DB9
RGB: (28,93,185)

Color info

#1C5DB9 contains mainly blue color. Web safe color of #1C5DB9 is #3366CC (or #36C).

RGB color model

#1C5DB9 color RGB value is (28,93,185).

  • red value is 28;
  • green value is 93;
  • blue value is 185.
RGB:
(28,93,185)
(11%,36%,73%)

RGB channels and saturation

R 28 of 255 = 11%
G 93 of 255 = 36%
B 185 of 255 = 73%

28
93
185

R + G + B ~ 40%. #1C5DB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 93 + 185 = 306 (100%)
R 28 of 306 ~ 9.15%
G 93 of 306 ~ 30.39%
B 185 of 306 ~ 60.46%

%30.39
%60.46

CMYK color model

#1C5DB9 color CMYK value is (85,50,0,27).

  • cyan value is 84.86%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(85,50,0,27)
C85M50Y0K27 
(85%,50%,0%,27%)
(0.85/0.50/0.00/0.27)	

CMYK percentages

%84.86
%49.73
%0
%27.45

Codes

Color #1C5DB9 in popluar color models

1C5DB9
RGB2893185
HSL215°73.71%41.76%
HSB/HSV215°84.86%72.55%
CMYK84.86%49.73%0.00%
27.45%

Color #1C5DB9 in popluar number systems.

HEX1C5DB9
Decimal2893185
Binary11100101110110111001
Octal34135271

Shades and tints

Shades of #1C5DB9

#1C5DB9
(28,93,185)
#1A55A9
(26,85,169)
#184D99
(24,77,153)
#164589
(22,69,137)
#143D79
(20,61,121)
#123569
(18,53,105)
#102D59
(16,45,89)
#0E2549
(14,37,73)
#0C1D39
(12,29,57)
#0A1529
(10,21,41)
#080D19
(8,13,25)
#000000
(0,0,0)

Tints of #1C5DB9

#1C5DB9
(28,93,185)
#306BBF
(48,107,191)
#4479C5
(68,121,197)
#5887CB
(88,135,203)
#6C95D1
(108,149,209)
#80A3D7
(128,163,215)
#94B1DD
(148,177,221)
#A8BFE3
(168,191,227)
#BCCDE9
(188,205,233)
#D0DBEF
(208,219,239)
#E4E9F5
(228,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5DB9 color. Also use rgb(28,93,185) instead hex code.

Text Font Color

.myTextColor { color: #1C5DB9; }

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

This text font color is #1C5DB9.


Background Color

.myBgColor { background-color: #1C5DB9; }

<div style="background-color:#1C5DB9">Inner text</div>

This div background color is #1C5DB9.


Border color

.myBorderColor { border: 1px solid #1C5DB9; }

<div style="border:3px solid #1C5DB9">Div</div>

This div border color is #1C5DB9.


Opacity

.myOpacity80 { color: #1C5DB9; opacity: 0.8; }

<p style="color:#1C5DB9;opacity:0.8;">80%</p>

Text with #1C5DB9 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 #1C5DB9;}

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

This text has shadow with #1C5DB9 color.

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

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

This text has shadow with #1C5DB9 primary color and red secondary color.


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

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

This text has shadow with #1C5DB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5DB9 on black background.


Color preview on white background

This text has color #1C5DB9 on white background.



Black color preview on #1C5DB9 background

This text has black color on #1C5DB9 background.


White color preview on #1C5DB9 background

This text has white color on #1C5DB9 background.