COLOR #0B2D52

HEX: #0B2D52 RGB: (11,45,82)

Color info

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

RGB color model

#0B2D52 color RGB value is (11,45,82).

RGB: (11,45,82) (4%, 18%, 32%)

RGB channels and saturation

R 11 of 255 = 4%
G 45 of 255 = 18%
B 82 of 255 = 32%

11
45
82

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

Portions of RGB colors in percentages

R + G + B = 11 + 45 + 82 = 138 (100%)
R 11 of 138 ~ 7.97%
G 45 of 138 ~ 32.61%
B 82 of 138 ~ 59.42'%

%32.61
%59.42

CMYK color model

#0B2D52 color CMYK value is (87,45,0,68).

  • cyan value is 86.59%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (87,45,0,68)
C87M45Y0K68 (87%, 45%, 0%, 68%)
(0.87 / 0.45 / 0.00 / 0.68)

CMYK percentages

%86.59
%45.12
%0
%67.84

Codes

Color #0B2D52 in popluar color models

0B 2D 52
RGB 11 45 82
HSL 211° 76.34% 18.24%
HSB/HSV 211° 86.59% 32.16%
CMYK 86.59% 45.12% 0.00%
67.84%

Color #0B2D52 in popluar number systems.

HEX 0B 2D 52
Decimal 11 45 82
Binary 1011 101101 1010010
Octal 13 55 122

Shades and tints

Shades of #0B2D52

#0B2D52
(11,45,82)
#0A294B
(10,41,75)
#092544
(9,37,68)
#08213D
(8,33,61)
#071D36
(7,29,54)
#06192F
(6,25,47)
#051528
(5,21,40)
#041121
(4,17,33)
#030D1A
(3,13,26)
#020913
(2,9,19)
#01050C
(1,5,12)
#000000
(0,0,0)

Tints of #0B2D52

#0B2D52
(11,45,82)
#214061
(33,64,97)
#375370
(55,83,112)
#4D667F
(77,102,127)
#63798E
(99,121,142)
#798C9D
(121,140,157)
#8F9FAC
(143,159,172)
#A5B2BB
(165,178,187)
#BBC5CA
(187,197,202)
#D1D8D9
(209,216,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2D52; }

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

This text font color is #0B2D52.

Background Color

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

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

This div background color is #0B2D52.

Border color

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

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

This div border color is #0B2D52.

Opacity

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

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

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

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

This text has shadow with #0B2D52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2D52.

Preview

Color preview on black background

This text has color #0B2D52 on black background.


Color preview on white background

This text has color #0B2D52 on white background.


Black color preview on #0B2D52 background

This text has black color on #0B2D52 background.


White color preview on #0B2D52 background

This text has white color on #0B2D52 background.


Related colors

Complementary color

Complementary color for #hex is #F4D2AD.


I love getcolorcode.com

Triadic colors

1 #520B2D and #2D520B with #0B2D52 are triadic colors.

2 #522D0B and #2D0B52 with #0B2D52 are triadic colors.