COLOR #0B298B

HEX: #0B298B
RGB: (11,41,139)

Color info

#0B298B contains mainly blue color. Web safe color of #0B298B is #003399 (or #039).

RGB color model

#0B298B color RGB value is (11,41,139).

  • red value is 11;
  • green value is 41;
  • blue value is 139.
RGB:
(11,41,139)
(4%,16%,55%)

RGB channels and saturation

R 11 of 255 = 4%
G 41 of 255 = 16%
B 139 of 255 = 55%

11
41
139

R + G + B ~ 25%. #0B298B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 41 + 139 = 191 (100%)
R 11 of 191 ~ 5.76%
G 41 of 191 ~ 21.47%
B 139 of 191 ~ 72.77%

%21.47
%72.77

CMYK color model

#0B298B color CMYK value is (92,71,0,45).

  • cyan value is 92.09%
  • magenta value is 70.50%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(92,71,0,45)
C92M71Y0K45 
(92%,71%,0%,45%)
(0.92/0.71/0.00/0.45)	

CMYK percentages

%92.09
%70.5
%0
%45.49

Codes

Color #0B298B in popluar color models

0B298B
RGB1141139
HSL226°85.33%29.41%
HSB/HSV226°92.09%54.51%
CMYK92.09%70.50%0.00%
45.49%

Color #0B298B in popluar number systems.

HEX0B298B
Decimal1141139
Binary101110100110001011
Octal1351213

Shades and tints

Shades of #0B298B

#0B298B
(11,41,139)
#0A267F
(10,38,127)
#092373
(9,35,115)
#082067
(8,32,103)
#071D5B
(7,29,91)
#061A4F
(6,26,79)
#051743
(5,23,67)
#041437
(4,20,55)
#03112B
(3,17,43)
#020E1F
(2,14,31)
#010B13
(1,11,19)
#000000
(0,0,0)

Tints of #0B298B

#0B298B
(11,41,139)
#213C95
(33,60,149)
#374F9F
(55,79,159)
#4D62A9
(77,98,169)
#6375B3
(99,117,179)
#7988BD
(121,136,189)
#8F9BC7
(143,155,199)
#A5AED1
(165,174,209)
#BBC1DB
(187,193,219)
#D1D4E5
(209,212,229)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B298B color. Also use rgb(11,41,139) instead hex code.

Text Font Color

.myTextColor { color: #0B298B; }

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

This text font color is #0B298B.


Background Color

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

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

This div background color is #0B298B.


Border color

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

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

This div border color is #0B298B.


Opacity

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

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

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

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

This text has shadow with #0B298B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B298B on black background.


Color preview on white background

This text has color #0B298B on white background.



Black color preview on #0B298B background

This text has black color on #0B298B background.


White color preview on #0B298B background

This text has white color on #0B298B background.