COLOR #0B337E

HEX: #0B337E
RGB: (11,51,126)

Color info

#0B337E contains mainly blue color. Web safe color of #0B337E is #003366 (or #036).

RGB color model

#0B337E color RGB value is (11,51,126).

  • red value is 11;
  • green value is 51;
  • blue value is 126.
RGB:
(11,51,126)
(4%,20%,49%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 126 of 255 = 49%

11
51
126

R + G + B ~ 24%. #0B337E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 51 + 126 = 188 (100%)
R 11 of 188 ~ 5.85%
G 51 of 188 ~ 27.13%
B 126 of 188 ~ 67.02%

%27.13
%67.02

CMYK color model

#0B337E color CMYK value is (91,60,0,51).

  • cyan value is 91.27%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(91,60,0,51)
C91M60Y0K51 
(91%,60%,0%,51%)
(0.91/0.60/0.00/0.51)	

CMYK percentages

%91.27
%59.52
%0
%50.59

Codes

Color #0B337E in popluar color models

0B337E
RGB1151126
HSL219°83.94%26.86%
HSB/HSV219°91.27%49.41%
CMYK91.27%59.52%0.00%
50.59%

Color #0B337E in popluar number systems.

HEX0B337E
Decimal1151126
Binary10111100111111110
Octal1363176

Shades and tints

Shades of #0B337E

#0B337E
(11,51,126)
#0A2F73
(10,47,115)
#092B68
(9,43,104)
#08275D
(8,39,93)
#072352
(7,35,82)
#061F47
(6,31,71)
#051B3C
(5,27,60)
#041731
(4,23,49)
#031326
(3,19,38)
#020F1B
(2,15,27)
#010B10
(1,11,16)
#000000
(0,0,0)

Tints of #0B337E

#0B337E
(11,51,126)
#214589
(33,69,137)
#375794
(55,87,148)
#4D699F
(77,105,159)
#637BAA
(99,123,170)
#798DB5
(121,141,181)
#8F9FC0
(143,159,192)
#A5B1CB
(165,177,203)
#BBC3D6
(187,195,214)
#D1D5E1
(209,213,225)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B337E color. Also use rgb(11,51,126) instead hex code.

Text Font Color

.myTextColor { color: #0B337E; }

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

This text font color is #0B337E.


Background Color

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

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

This div background color is #0B337E.


Border color

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

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

This div border color is #0B337E.


Opacity

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

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

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

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

This text has shadow with #0B337E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B337E on black background.


Color preview on white background

This text has color #0B337E on white background.



Black color preview on #0B337E background

This text has black color on #0B337E background.


White color preview on #0B337E background

This text has white color on #0B337E background.