COLOR #0B3B5B

HEX: #0B3B5B RGB: (11,59,91)

Color info

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

RGB color model

#0B3B5B color RGB value is (11,59,91).

RGB: (11,59,91) (4%, 23%, 36%)

RGB channels and saturation

R 11 of 255 = 4%
G 59 of 255 = 23%
B 91 of 255 = 36%

11
59
91

R + G + B ~ 21%. #0B3B5B is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 59 + 91 = 161 (100%)
R 11 of 161 ~ 6.83%
G 59 of 161 ~ 36.65%
B 91 of 161 ~ 56.52'%

%36.65
%56.52

CMYK color model

#0B3B5B color CMYK value is (88,35,0,64).

  • cyan value is 87.91%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (88,35,0,64)
C88M35Y0K64 (88%, 35%, 0%, 64%)
(0.88 / 0.35 / 0.00 / 0.64)

CMYK percentages

%87.91
%35.16
%0
%64.31

Codes

Color #0B3B5B in popluar color models

0B 3B 5B
RGB 11 59 91
HSL 204° 78.43% 20.00%
HSB/HSV 204° 87.91% 35.69%
CMYK 87.91% 35.16% 0.00%
64.31%

Color #0B3B5B in popluar number systems.

HEX 0B 3B 5B
Decimal 11 59 91
Binary 1011 111011 1011011
Octal 13 73 133

Shades and tints

Shades of #0B3B5B

#0B3B5B
(11,59,91)
#0A3653
(10,54,83)
#09314B
(9,49,75)
#082C43
(8,44,67)
#07273B
(7,39,59)
#062233
(6,34,51)
#051D2B
(5,29,43)
#041823
(4,24,35)
#03131B
(3,19,27)
#020E13
(2,14,19)
#01090B
(1,9,11)
#000000
(0,0,0)

Tints of #0B3B5B

#0B3B5B
(11,59,91)
#214C69
(33,76,105)
#375D77
(55,93,119)
#4D6E85
(77,110,133)
#637F93
(99,127,147)
#7990A1
(121,144,161)
#8FA1AF
(143,161,175)
#A5B2BD
(165,178,189)
#BBC3CB
(187,195,203)
#D1D4D9
(209,212,217)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3B5B color. Also use rgb(11,59,91) instead hex code.

Text Font Color

.myTextColor { color: #0B3B5B; }

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

This text font color is #0B3B5B.

Background Color

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

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

This div background color is #0B3B5B.

Border color

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

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

This div border color is #0B3B5B.

Opacity

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

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

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

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

This text has shadow with #0B3B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3B5B.

Preview

Color preview on black background

This text has color #0B3B5B on black background.


Color preview on white background

This text has color #0B3B5B on white background.


Black color preview on #0B3B5B background

This text has black color on #0B3B5B background.


White color preview on #0B3B5B background

This text has white color on #0B3B5B background.


Related colors

Complementary color

Complementary color for #hex is #F4C4A4.


I love getcolorcode.com

Triadic colors

1 #5B0B3B and #3B5B0B with #0B3B5B are triadic colors.

2 #5B3B0B and #3B0B5B with #0B3B5B are triadic colors.