COLOR #0B3A53

HEX: #0B3A53
RGB: (11,58,83)

Color info

#0B3A53 contains mainly green and blue colors. Web safe color of #0B3A53 is #003366 (or #036).

RGB color model

#0B3A53 color RGB value is (11,58,83).

  • red value is 11;
  • green value is 58;
  • blue value is 83.
RGB:
(11,58,83)
(4%,23%,33%)

RGB channels and saturation

R 11 of 255 = 4%
G 58 of 255 = 23%
B 83 of 255 = 33%

11
58
83

R + G + B ~ 20%. #0B3A53 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 58 + 83 = 152 (100%)
R 11 of 152 ~ 7.24%
G 58 of 152 ~ 38.16%
B 83 of 152 ~ 54.61%

%38.16
%54.61

CMYK color model

#0B3A53 color CMYK value is (87,30,0,67).

  • cyan value is 86.75%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(87,30,0,67)
C87M30Y0K67 
(87%,30%,0%,67%)
(0.87/0.30/0.00/0.67)	

CMYK percentages

%86.75
%30.12
%0
%67.45

Codes

Color #0B3A53 in popluar color models

0B3A53
RGB115883
HSL201°76.60%18.43%
HSB/HSV201°86.75%32.55%
CMYK86.75%30.12%0.00%
67.45%

Color #0B3A53 in popluar number systems.

HEX0B3A53
Decimal115883
Binary10111110101010011
Octal1372123

Shades and tints

Shades of #0B3A53

#0B3A53
(11,58,83)
#0A354C
(10,53,76)
#093045
(9,48,69)
#082B3E
(8,43,62)
#072637
(7,38,55)
#062130
(6,33,48)
#051C29
(5,28,41)
#041722
(4,23,34)
#03121B
(3,18,27)
#020D14
(2,13,20)
#01080D
(1,8,13)
#000000
(0,0,0)

Tints of #0B3A53

#0B3A53
(11,58,83)
#214B62
(33,75,98)
#375C71
(55,92,113)
#4D6D80
(77,109,128)
#637E8F
(99,126,143)
#798F9E
(121,143,158)
#8FA0AD
(143,160,173)
#A5B1BC
(165,177,188)
#BBC2CB
(187,194,203)
#D1D3DA
(209,211,218)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3A53 color. Also use rgb(11,58,83) instead hex code.

Text Font Color

.myTextColor { color: #0B3A53; }

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

This text font color is #0B3A53.


Background Color

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

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

This div background color is #0B3A53.


Border color

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

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

This div border color is #0B3A53.


Opacity

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

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

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

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

This text has shadow with #0B3A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3A53 on black background.


Color preview on white background

This text has color #0B3A53 on white background.



Black color preview on #0B3A53 background

This text has black color on #0B3A53 background.


White color preview on #0B3A53 background

This text has white color on #0B3A53 background.