COLOR #1C09B0

HEX: #1C09B0
RGB: (28,9,176)

Color info

#1C09B0 contains mainly blue color. Web safe color of #1C09B0 is #330099 (or #309).

RGB color model

#1C09B0 color RGB value is (28,9,176).

  • red value is 28;
  • green value is 9;
  • blue value is 176.
RGB:
(28,9,176)
(11%,4%,69%)

RGB channels and saturation

R 28 of 255 = 11%
G 9 of 255 = 4%
B 176 of 255 = 69%

28
9
176

R + G + B ~ 28%. #1C09B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 9 + 176 = 213 (100%)
R 28 of 213 ~ 13.15%
G 9 of 213 ~ 4.23%
B 176 of 213 ~ 82.63%

%13.15
%82.63

CMYK color model

#1C09B0 color CMYK value is (84,95,0,31).

  • cyan value is 84.09%
  • magenta value is 94.89%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(84,95,0,31)
C84M95Y0K31 
(84%,95%,0%,31%)
(0.84/0.95/0.00/0.31)	

CMYK percentages

%84.09
%94.89
%0
%30.98

Codes

Color #1C09B0 in popluar color models

1C09B0
RGB289176
HSL247°90.27%36.27%
HSB/HSV247°94.89%69.02%
CMYK84.09%94.89%0.00%
30.98%

Color #1C09B0 in popluar number systems.

HEX1C09B0
Decimal289176
Binary11100100110110000
Octal3411260

Shades and tints

Shades of #1C09B0

#1C09B0
(28,9,176)
#1A09A0
(26,9,160)
#180990
(24,9,144)
#160980
(22,9,128)
#140970
(20,9,112)
#120960
(18,9,96)
#100950
(16,9,80)
#0E0940
(14,9,64)
#0C0930
(12,9,48)
#0A0920
(10,9,32)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #1C09B0

#1C09B0
(28,9,176)
#301FB7
(48,31,183)
#4435BE
(68,53,190)
#584BC5
(88,75,197)
#6C61CC
(108,97,204)
#8077D3
(128,119,211)
#948DDA
(148,141,218)
#A8A3E1
(168,163,225)
#BCB9E8
(188,185,232)
#D0CFEF
(208,207,239)
#E4E5F6
(228,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C09B0 color. Also use rgb(28,9,176) instead hex code.

Text Font Color

.myTextColor { color: #1C09B0; }

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

This text font color is #1C09B0.


Background Color

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

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

This div background color is #1C09B0.


Border color

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

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

This div border color is #1C09B0.


Opacity

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

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

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

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

This text has shadow with #1C09B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C09B0 on black background.


Color preview on white background

This text has color #1C09B0 on white background.



Black color preview on #1C09B0 background

This text has black color on #1C09B0 background.


White color preview on #1C09B0 background

This text has white color on #1C09B0 background.