COLOR #0B4097

HEX: #0B4097
RGB: (11,64,151)

Color info

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

RGB color model

#0B4097 color RGB value is (11,64,151).

  • red value is 11;
  • green value is 64;
  • blue value is 151.
RGB:
(11,64,151)
(4%,25%,59%)

RGB channels and saturation

R 11 of 255 = 4%
G 64 of 255 = 25%
B 151 of 255 = 59%

11
64
151

R + G + B ~ 29%. #0B4097 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 64 + 151 = 226 (100%)
R 11 of 226 ~ 4.87%
G 64 of 226 ~ 28.32%
B 151 of 226 ~ 66.81%

%28.32
%66.81

CMYK color model

#0B4097 color CMYK value is (93,58,0,41).

  • cyan value is 92.72%
  • magenta value is 57.62%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(93,58,0,41)
C93M58Y0K41 
(93%,58%,0%,41%)
(0.93/0.58/0.00/0.41)	

CMYK percentages

%92.72
%57.62
%0
%40.78

Codes

Color #0B4097 in popluar color models

0B4097
RGB1164151
HSL217°86.42%31.76%
HSB/HSV217°92.72%59.22%
CMYK92.72%57.62%0.00%
40.78%

Color #0B4097 in popluar number systems.

HEX0B4097
Decimal1164151
Binary1011100000010010111
Octal13100227

Shades and tints

Shades of #0B4097

#0B4097
(11,64,151)
#0A3B8A
(10,59,138)
#09367D
(9,54,125)
#083170
(8,49,112)
#072C63
(7,44,99)
#062756
(6,39,86)
#052249
(5,34,73)
#041D3C
(4,29,60)
#03182F
(3,24,47)
#021322
(2,19,34)
#010E15
(1,14,21)
#000000
(0,0,0)

Tints of #0B4097

#0B4097
(11,64,151)
#2151A0
(33,81,160)
#3762A9
(55,98,169)
#4D73B2
(77,115,178)
#6384BB
(99,132,187)
#7995C4
(121,149,196)
#8FA6CD
(143,166,205)
#A5B7D6
(165,183,214)
#BBC8DF
(187,200,223)
#D1D9E8
(209,217,232)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4097 color. Also use rgb(11,64,151) instead hex code.

Text Font Color

.myTextColor { color: #0B4097; }

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

This text font color is #0B4097.


Background Color

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

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

This div background color is #0B4097.


Border color

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

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

This div border color is #0B4097.


Opacity

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

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

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

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

This text has shadow with #0B4097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4097 on black background.


Color preview on white background

This text has color #0B4097 on white background.



Black color preview on #0B4097 background

This text has black color on #0B4097 background.


White color preview on #0B4097 background

This text has white color on #0B4097 background.