COLOR #0B2D53

HEX: #0B2D53
RGB: (11,45,83)

Color info

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

RGB color model

#0B2D53 color RGB value is (11,45,83).

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

RGB channels and saturation

R 11 of 255 = 4%
G 45 of 255 = 18%
B 83 of 255 = 33%

11
45
83

R + G + B ~ 18%. #0B2D53 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 45 + 83 = 139 (100%)
R 11 of 139 ~ 7.91%
G 45 of 139 ~ 32.37%
B 83 of 139 ~ 59.71%

%32.37
%59.71

CMYK color model

#0B2D53 color CMYK value is (87,46,0,67).

  • cyan value is 86.75%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(87,46,0,67)
C87M46Y0K67 
(87%,46%,0%,67%)
(0.87/0.46/0.00/0.67)	

CMYK percentages

%86.75
%45.78
%0
%67.45

Codes

Color #0B2D53 in popluar color models

0B2D53
RGB114583
HSL212°76.60%18.43%
HSB/HSV212°86.75%32.55%
CMYK86.75%45.78%0.00%
67.45%

Color #0B2D53 in popluar number systems.

HEX0B2D53
Decimal114583
Binary10111011011010011
Octal1355123

Shades and tints

Shades of #0B2D53

#0B2D53
(11,45,83)
#0A294C
(10,41,76)
#092545
(9,37,69)
#08213E
(8,33,62)
#071D37
(7,29,55)
#061930
(6,25,48)
#051529
(5,21,41)
#041122
(4,17,34)
#030D1B
(3,13,27)
#020914
(2,9,20)
#01050D
(1,5,13)
#000000
(0,0,0)

Tints of #0B2D53

#0B2D53
(11,45,83)
#214062
(33,64,98)
#375371
(55,83,113)
#4D6680
(77,102,128)
#63798F
(99,121,143)
#798C9E
(121,140,158)
#8F9FAD
(143,159,173)
#A5B2BC
(165,178,188)
#BBC5CB
(187,197,203)
#D1D8DA
(209,216,218)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2D53; }

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

This text font color is #0B2D53.


Background Color

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

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

This div background color is #0B2D53.


Border color

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

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

This div border color is #0B2D53.


Opacity

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

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

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

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

This text has shadow with #0B2D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2D53 on black background.


Color preview on white background

This text has color #0B2D53 on white background.



Black color preview on #0B2D53 background

This text has black color on #0B2D53 background.


White color preview on #0B2D53 background

This text has white color on #0B2D53 background.