COLOR #0B18B3

HEX: #0B18B3
RGB: (11,24,179)

Color info

#0B18B3 contains mainly blue color. Web safe color of #0B18B3 is #000099 (or #009).

RGB color model

#0B18B3 color RGB value is (11,24,179).

  • red value is 11;
  • green value is 24;
  • blue value is 179.
RGB:
(11,24,179)
(4%,9%,70%)

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 179 of 255 = 70%

11
24
179

R + G + B ~ 28%. #0B18B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 24 + 179 = 214 (100%)
R 11 of 214 ~ 5.14%
G 24 of 214 ~ 11.21%
B 179 of 214 ~ 83.64%

%11.21
%83.64

CMYK color model

#0B18B3 color CMYK value is (94,87,0,30).

  • cyan value is 93.85%
  • magenta value is 86.59%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(94,87,0,30)
C94M87Y0K30 
(94%,87%,0%,30%)
(0.94/0.87/0.00/0.30)	

CMYK percentages

%93.85
%86.59
%0
%29.8

Codes

Color #0B18B3 in popluar color models

0B18B3
RGB1124179
HSL235°88.42%37.25%
HSB/HSV235°93.85%70.20%
CMYK93.85%86.59%0.00%
29.80%

Color #0B18B3 in popluar number systems.

HEX0B18B3
Decimal1124179
Binary10111100010110011
Octal1330263

Shades and tints

Shades of #0B18B3

#0B18B3
(11,24,179)
#0A16A3
(10,22,163)
#091493
(9,20,147)
#081283
(8,18,131)
#071073
(7,16,115)
#060E63
(6,14,99)
#050C53
(5,12,83)
#040A43
(4,10,67)
#030833
(3,8,51)
#020623
(2,6,35)
#010413
(1,4,19)
#000000
(0,0,0)

Tints of #0B18B3

#0B18B3
(11,24,179)
#212DB9
(33,45,185)
#3742BF
(55,66,191)
#4D57C5
(77,87,197)
#636CCB
(99,108,203)
#7981D1
(121,129,209)
#8F96D7
(143,150,215)
#A5ABDD
(165,171,221)
#BBC0E3
(187,192,227)
#D1D5E9
(209,213,233)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B18B3 color. Also use rgb(11,24,179) instead hex code.

Text Font Color

.myTextColor { color: #0B18B3; }

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

This text font color is #0B18B3.


Background Color

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

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

This div background color is #0B18B3.


Border color

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

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

This div border color is #0B18B3.


Opacity

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

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

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

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

This text has shadow with #0B18B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B18B3 on black background.


Color preview on white background

This text has color #0B18B3 on white background.



Black color preview on #0B18B3 background

This text has black color on #0B18B3 background.


White color preview on #0B18B3 background

This text has white color on #0B18B3 background.