COLOR #0B3559

HEX: #0B3559 RGB: (11,53,89)

Color info

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

RGB color model

#0B3559 color RGB value is (11,53,89).

RGB: (11,53,89) (4%, 21%, 35%)

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 89 of 255 = 35%

11
53
89

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

Portions of RGB colors in percentages

R + G + B = 11 + 53 + 89 = 153 (100%)
R 11 of 153 ~ 7.19%
G 53 of 153 ~ 34.64%
B 89 of 153 ~ 58.17'%

%34.64
%58.17

CMYK color model

#0B3559 color CMYK value is (88,40,0,65).

  • cyan value is 87.64%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (88,40,0,65)
C88M40Y0K65 (88%, 40%, 0%, 65%)
(0.88 / 0.40 / 0.00 / 0.65)

CMYK percentages

%87.64
%40.45
%0
%65.1

Codes

Color #0B3559 in popluar color models

0B 35 59
RGB 11 53 89
HSL 208° 78.00% 19.61%
HSB/HSV 208° 87.64% 34.90%
CMYK 87.64% 40.45% 0.00%
65.10%

Color #0B3559 in popluar number systems.

HEX 0B 35 59
Decimal 11 53 89
Binary 1011 110101 1011001
Octal 13 65 131

Shades and tints

Shades of #0B3559

#0B3559
(11,53,89)
#0A3151
(10,49,81)
#092D49
(9,45,73)
#082941
(8,41,65)
#072539
(7,37,57)
#062131
(6,33,49)
#051D29
(5,29,41)
#041921
(4,25,33)
#031519
(3,21,25)
#021111
(2,17,17)
#010D09
(1,13,9)
#000000
(0,0,0)

Tints of #0B3559

#0B3559
(11,53,89)
#214768
(33,71,104)
#375977
(55,89,119)
#4D6B86
(77,107,134)
#637D95
(99,125,149)
#798FA4
(121,143,164)
#8FA1B3
(143,161,179)
#A5B3C2
(165,179,194)
#BBC5D1
(187,197,209)
#D1D7E0
(209,215,224)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3559 color. Also use rgb(11,53,89) instead hex code.

Text Font Color

.myTextColor { color: #0B3559; }

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

This text font color is #0B3559.

Background Color

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

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

This div background color is #0B3559.

Border color

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

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

This div border color is #0B3559.

Opacity

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

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

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

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

This text has shadow with #0B3559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3559.

Preview

Color preview on black background

This text has color #0B3559 on black background.


Color preview on white background

This text has color #0B3559 on white background.


Black color preview on #0B3559 background

This text has black color on #0B3559 background.


White color preview on #0B3559 background

This text has white color on #0B3559 background.


Related colors

Complementary color

Complementary color for #hex is #F4CAA6.


I love getcolorcode.com

Triadic colors

1 #590B35 and #35590B with #0B3559 are triadic colors.

2 #59350B and #350B59 with #0B3559 are triadic colors.