COLOR #0B2D63

HEX: #0B2D63 RGB: (11,45,99)

Color info

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

RGB color model

#0B2D63 color RGB value is (11,45,99).

RGB: (11,45,99) (4%, 18%, 39%)

RGB channels and saturation

R 11 of 255 = 4%
G 45 of 255 = 18%
B 99 of 255 = 39%

11
45
99

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

Portions of RGB colors in percentages

R + G + B = 11 + 45 + 99 = 155 (100%)
R 11 of 155 ~ 7.1%
G 45 of 155 ~ 29.03%
B 99 of 155 ~ 63.87'%

%29.03
%63.87

CMYK color model

#0B2D63 color CMYK value is (89,55,0,61).

  • cyan value is 88.89%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (89,55,0,61)
C89M55Y0K61 (89%, 55%, 0%, 61%)
(0.89 / 0.55 / 0.00 / 0.61)

CMYK percentages

%88.89
%54.55
%0
%61.18

Codes

Color #0B2D63 in popluar color models

0B 2D 63
RGB 11 45 99
HSL 217° 80.00% 21.57%
HSB/HSV 217° 88.89% 38.82%
CMYK 88.89% 54.55% 0.00%
61.18%

Color #0B2D63 in popluar number systems.

HEX 0B 2D 63
Decimal 11 45 99
Binary 1011 101101 1100011
Octal 13 55 143

Shades and tints

Shades of #0B2D63

#0B2D63
(11,45,99)
#0A295A
(10,41,90)
#092551
(9,37,81)
#082148
(8,33,72)
#071D3F
(7,29,63)
#061936
(6,25,54)
#05152D
(5,21,45)
#041124
(4,17,36)
#030D1B
(3,13,27)
#020912
(2,9,18)
#010509
(1,5,9)
#000000
(0,0,0)

Tints of #0B2D63

#0B2D63
(11,45,99)
#214071
(33,64,113)
#37537F
(55,83,127)
#4D668D
(77,102,141)
#63799B
(99,121,155)
#798CA9
(121,140,169)
#8F9FB7
(143,159,183)
#A5B2C5
(165,178,197)
#BBC5D3
(187,197,211)
#D1D8E1
(209,216,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2D63; }

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

This text font color is #0B2D63.

Background Color

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

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

This div background color is #0B2D63.

Border color

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

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

This div border color is #0B2D63.

Opacity

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

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

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

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

This text has shadow with #0B2D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2D63.

Preview

Color preview on black background

This text has color #0B2D63 on black background.


Color preview on white background

This text has color #0B2D63 on white background.


Black color preview on #0B2D63 background

This text has black color on #0B2D63 background.


White color preview on #0B2D63 background

This text has white color on #0B2D63 background.


Related colors

Complementary color

Complementary color for #hex is #F4D29C.


I love getcolorcode.com

Triadic colors

1 #630B2D and #2D630B with #0B2D63 are triadic colors.

2 #632D0B and #2D0B63 with #0B2D63 are triadic colors.