COLOR #0BA1E5

HEX: #0BA1E5
RGB: (11,161,229)

Color info

#0BA1E5 contains mainly blue color. Web safe color of #0BA1E5 is #0099CC (or #09C).

RGB color model

#0BA1E5 color RGB value is (11,161,229).

  • red value is 11;
  • green value is 161;
  • blue value is 229.
RGB:
(11,161,229)
(4%,63%,90%)

RGB channels and saturation

R 11 of 255 = 4%
G 161 of 255 = 63%
B 229 of 255 = 90%

11
161
229

R + G + B ~ 52%. #0BA1E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 161 + 229 = 401 (100%)
R 11 of 401 ~ 2.74%
G 161 of 401 ~ 40.15%
B 229 of 401 ~ 57.11%

%40.15
%57.11

CMYK color model

#0BA1E5 color CMYK value is (95,30,0,10).

  • cyan value is 95.20%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(95,30,0,10)
C95M30Y0K10 
(95%,30%,0%,10%)
(0.95/0.30/0.00/0.10)	

CMYK percentages

%95.2
%29.69
%0
%10.2

Codes

Color #0BA1E5 in popluar color models

0BA1E5
RGB11161229
HSL199°90.83%47.06%
HSB/HSV199°95.20%89.80%
CMYK95.20%29.69%0.00%
10.20%

Color #0BA1E5 in popluar number systems.

HEX0BA1E5
Decimal11161229
Binary10111010000111100101
Octal13241345

Shades and tints

Shades of #0BA1E5

#0BA1E5
(11,161,229)
#0A93D1
(10,147,209)
#0985BD
(9,133,189)
#0877A9
(8,119,169)
#076995
(7,105,149)
#065B81
(6,91,129)
#054D6D
(5,77,109)
#043F59
(4,63,89)
#033145
(3,49,69)
#022331
(2,35,49)
#01151D
(1,21,29)
#000000
(0,0,0)

Tints of #0BA1E5

#0BA1E5
(11,161,229)
#21A9E7
(33,169,231)
#37B1E9
(55,177,233)
#4DB9EB
(77,185,235)
#63C1ED
(99,193,237)
#79C9EF
(121,201,239)
#8FD1F1
(143,209,241)
#A5D9F3
(165,217,243)
#BBE1F5
(187,225,245)
#D1E9F7
(209,233,247)
#E7F1F9
(231,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BA1E5 color. Also use rgb(11,161,229) instead hex code.

Text Font Color

.myTextColor { color: #0BA1E5; }

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

This text font color is #0BA1E5.


Background Color

.myBgColor { background-color: #0BA1E5; }

<div style="background-color:#0BA1E5">Inner text</div>

This div background color is #0BA1E5.


Border color

.myBorderColor { border: 1px solid #0BA1E5; }

<div style="border:3px solid #0BA1E5">Div</div>

This div border color is #0BA1E5.


Opacity

.myOpacity80 { color: #0BA1E5; opacity: 0.8; }

<p style="color:#0BA1E5;opacity:0.8;">80%</p>

Text with #0BA1E5 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 #0BA1E5;}

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

This text has shadow with #0BA1E5 color.

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

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

This text has shadow with #0BA1E5 primary color and red secondary color.


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

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

This text has shadow with #0BA1E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BA1E5 on black background.


Color preview on white background

This text has color #0BA1E5 on white background.



Black color preview on #0BA1E5 background

This text has black color on #0BA1E5 background.


White color preview on #0BA1E5 background

This text has white color on #0BA1E5 background.