COLOR #1B09A8

HEX: #1B09A8
RGB: (27,9,168)

Color info

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

RGB color model

#1B09A8 color RGB value is (27,9,168).

  • red value is 27;
  • green value is 9;
  • blue value is 168.
RGB:
(27,9,168)
(11%,4%,66%)

RGB channels and saturation

R 27 of 255 = 11%
G 9 of 255 = 4%
B 168 of 255 = 66%

27
9
168

R + G + B ~ 27%. #1B09A8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 168 = 204 (100%)
R 27 of 204 ~ 13.24%
G 9 of 204 ~ 4.41%
B 168 of 204 ~ 82.35%

%13.24
%82.35

CMYK color model

#1B09A8 color CMYK value is (84,95,0,34).

  • cyan value is 83.93%
  • magenta value is 94.64%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(84,95,0,34)
C84M95Y0K34 
(84%,95%,0%,34%)
(0.84/0.95/0.00/0.34)	

CMYK percentages

%83.93
%94.64
%0
%34.12

Codes

Color #1B09A8 in popluar color models

1B09A8
RGB279168
HSL247°89.83%34.71%
HSB/HSV247°94.64%65.88%
CMYK83.93%94.64%0.00%
34.12%

Color #1B09A8 in popluar number systems.

HEX1B09A8
Decimal279168
Binary11011100110101000
Octal3311250

Shades and tints

Shades of #1B09A8

#1B09A8
(27,9,168)
#190999
(25,9,153)
#17098A
(23,9,138)
#15097B
(21,9,123)
#13096C
(19,9,108)
#11095D
(17,9,93)
#0F094E
(15,9,78)
#0D093F
(13,9,63)
#0B0930
(11,9,48)
#090921
(9,9,33)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #1B09A8

#1B09A8
(27,9,168)
#2F1FAF
(47,31,175)
#4335B6
(67,53,182)
#574BBD
(87,75,189)
#6B61C4
(107,97,196)
#7F77CB
(127,119,203)
#938DD2
(147,141,210)
#A7A3D9
(167,163,217)
#BBB9E0
(187,185,224)
#CFCFE7
(207,207,231)
#E3E5EE
(227,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B09A8 color. Also use rgb(27,9,168) instead hex code.

Text Font Color

.myTextColor { color: #1B09A8; }

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

This text font color is #1B09A8.


Background Color

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

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

This div background color is #1B09A8.


Border color

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

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

This div border color is #1B09A8.


Opacity

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

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

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

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

This text has shadow with #1B09A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B09A8 on black background.


Color preview on white background

This text has color #1B09A8 on white background.



Black color preview on #1B09A8 background

This text has black color on #1B09A8 background.


White color preview on #1B09A8 background

This text has white color on #1B09A8 background.