COLOR #0B466A

HEX: #0B466A RGB: (11,70,106)

Color info

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

RGB color model

#0B466A color RGB value is (11,70,106).

RGB: (11,70,106) (4%, 27%, 42%)

RGB channels and saturation

R 11 of 255 = 4%
G 70 of 255 = 27%
B 106 of 255 = 42%

11
70
106

R + G + B ~ 24%. #0B466A is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 70 + 106 = 187 (100%)
R 11 of 187 ~ 5.88%
G 70 of 187 ~ 37.43%
B 106 of 187 ~ 56.68'%

%37.43
%56.68

CMYK color model

#0B466A color CMYK value is (90,34,0,58).

  • cyan value is 89.62%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (90,34,0,58)
C90M34Y0K58 (90%, 34%, 0%, 58%)
(0.90 / 0.34 / 0.00 / 0.58)

CMYK percentages

%89.62
%33.96
%0
%58.43

Codes

Color #0B466A in popluar color models

0B 46 6A
RGB 11 70 106
HSL 203° 81.20% 22.94%
HSB/HSV 203° 89.62% 41.57%
CMYK 89.62% 33.96% 0.00%
58.43%

Color #0B466A in popluar number systems.

HEX 0B 46 6A
Decimal 11 70 106
Binary 1011 1000110 1101010
Octal 13 106 152

Shades and tints

Shades of #0B466A

#0B466A
(11,70,106)
#0A4061
(10,64,97)
#093A58
(9,58,88)
#08344F
(8,52,79)
#072E46
(7,46,70)
#06283D
(6,40,61)
#052234
(5,34,52)
#041C2B
(4,28,43)
#031622
(3,22,34)
#021019
(2,16,25)
#010A10
(1,10,16)
#000000
(0,0,0)

Tints of #0B466A

#0B466A
(11,70,106)
#215677
(33,86,119)
#376684
(55,102,132)
#4D7691
(77,118,145)
#63869E
(99,134,158)
#7996AB
(121,150,171)
#8FA6B8
(143,166,184)
#A5B6C5
(165,182,197)
#BBC6D2
(187,198,210)
#D1D6DF
(209,214,223)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B466A color. Also use rgb(11,70,106) instead hex code.

Text Font Color

.myTextColor { color: #0B466A; }

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

This text font color is #0B466A.

Background Color

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

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

This div background color is #0B466A.

Border color

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

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

This div border color is #0B466A.

Opacity

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

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

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

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

This text has shadow with #0B466A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B466A.

Preview

Color preview on black background

This text has color #0B466A on black background.


Color preview on white background

This text has color #0B466A on white background.


Black color preview on #0B466A background

This text has black color on #0B466A background.


White color preview on #0B466A background

This text has white color on #0B466A background.


Related colors

Complementary color

Complementary color for #hex is #F4B995.


I love getcolorcode.com

Triadic colors

1 #6A0B46 and #466A0B with #0B466A are triadic colors.

2 #6A460B and #460B6A with #0B466A are triadic colors.