COLOR #0B4463

HEX: #0B4463 RGB: (11,68,99)

Color info

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

RGB color model

#0B4463 color RGB value is (11,68,99).

RGB: (11,68,99) (4%, 27%, 39%)

RGB channels and saturation

R 11 of 255 = 4%
G 68 of 255 = 27%
B 99 of 255 = 39%

11
68
99

R + G + B ~ 23%. #0B4463 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 68 + 99 = 178 (100%)
R 11 of 178 ~ 6.18%
G 68 of 178 ~ 38.2%
B 99 of 178 ~ 55.62'%

%38.2
%55.62

CMYK color model

#0B4463 color CMYK value is (89,31,0,61).

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

CMYK: (89,31,0,61)
C89M31Y0K61 (89%, 31%, 0%, 61%)
(0.89 / 0.31 / 0.00 / 0.61)

CMYK percentages

%88.89
%31.31
%0
%61.18

Codes

Color #0B4463 in popluar color models

0B 44 63
RGB 11 68 99
HSL 201° 80.00% 21.57%
HSB/HSV 201° 88.89% 38.82%
CMYK 88.89% 31.31% 0.00%
61.18%

Color #0B4463 in popluar number systems.

HEX 0B 44 63
Decimal 11 68 99
Binary 1011 1000100 1100011
Octal 13 104 143

Shades and tints

Shades of #0B4463

#0B4463
(11,68,99)
#0A3E5A
(10,62,90)
#093851
(9,56,81)
#083248
(8,50,72)
#072C3F
(7,44,63)
#062636
(6,38,54)
#05202D
(5,32,45)
#041A24
(4,26,36)
#03141B
(3,20,27)
#020E12
(2,14,18)
#010809
(1,8,9)
#000000
(0,0,0)

Tints of #0B4463

#0B4463
(11,68,99)
#215571
(33,85,113)
#37667F
(55,102,127)
#4D778D
(77,119,141)
#63889B
(99,136,155)
#7999A9
(121,153,169)
#8FAAB7
(143,170,183)
#A5BBC5
(165,187,197)
#BBCCD3
(187,204,211)
#D1DDE1
(209,221,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4463; }

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

This text font color is #0B4463.

Background Color

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

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

This div background color is #0B4463.

Border color

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

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

This div border color is #0B4463.

Opacity

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

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

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

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

This text has shadow with #0B4463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B4463.

Preview

Color preview on black background

This text has color #0B4463 on black background.


Color preview on white background

This text has color #0B4463 on white background.


Black color preview on #0B4463 background

This text has black color on #0B4463 background.


White color preview on #0B4463 background

This text has white color on #0B4463 background.


Related colors

Complementary color

Complementary color for #hex is #F4BB9C.


I love getcolorcode.com

Triadic colors

1 #630B44 and #44630B with #0B4463 are triadic colors.

2 #63440B and #440B63 with #0B4463 are triadic colors.