COLOR #0B4C9A

HEX: #0B4C9A
RGB: (11,76,154)

Color info

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

RGB color model

#0B4C9A color RGB value is (11,76,154).

  • red value is 11;
  • green value is 76;
  • blue value is 154.
RGB:
(11,76,154)
(4%,30%,60%)

RGB channels and saturation

R 11 of 255 = 4%
G 76 of 255 = 30%
B 154 of 255 = 60%

11
76
154

R + G + B ~ 31%. #0B4C9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 76 + 154 = 241 (100%)
R 11 of 241 ~ 4.56%
G 76 of 241 ~ 31.54%
B 154 of 241 ~ 63.9%

%31.54
%63.9

CMYK color model

#0B4C9A color CMYK value is (93,51,0,40).

  • cyan value is 92.86%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(93,51,0,40)
C93M51Y0K40 
(93%,51%,0%,40%)
(0.93/0.51/0.00/0.40)	

CMYK percentages

%92.86
%50.65
%0
%39.61

Codes

Color #0B4C9A in popluar color models

0B4C9A
RGB1176154
HSL213°86.67%32.35%
HSB/HSV213°92.86%60.39%
CMYK92.86%50.65%0.00%
39.61%

Color #0B4C9A in popluar number systems.

HEX0B4C9A
Decimal1176154
Binary1011100110010011010
Octal13114232

Shades and tints

Shades of #0B4C9A

#0B4C9A
(11,76,154)
#0A468C
(10,70,140)
#09407E
(9,64,126)
#083A70
(8,58,112)
#073462
(7,52,98)
#062E54
(6,46,84)
#052846
(5,40,70)
#042238
(4,34,56)
#031C2A
(3,28,42)
#02161C
(2,22,28)
#01100E
(1,16,14)
#000000
(0,0,0)

Tints of #0B4C9A

#0B4C9A
(11,76,154)
#215CA3
(33,92,163)
#376CAC
(55,108,172)
#4D7CB5
(77,124,181)
#638CBE
(99,140,190)
#799CC7
(121,156,199)
#8FACD0
(143,172,208)
#A5BCD9
(165,188,217)
#BBCCE2
(187,204,226)
#D1DCEB
(209,220,235)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4C9A color. Also use rgb(11,76,154) instead hex code.

Text Font Color

.myTextColor { color: #0B4C9A; }

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

This text font color is #0B4C9A.


Background Color

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

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

This div background color is #0B4C9A.


Border color

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

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

This div border color is #0B4C9A.


Opacity

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

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

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

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

This text has shadow with #0B4C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4C9A on black background.


Color preview on white background

This text has color #0B4C9A on white background.



Black color preview on #0B4C9A background

This text has black color on #0B4C9A background.


White color preview on #0B4C9A background

This text has white color on #0B4C9A background.