COLOR #0B354D

HEX: #0B354D
RGB: (11,53,77)

Color info

#0B354D contains mainly green and blue colors. Web safe color of #0B354D is #003333 (or #033).

RGB color model

#0B354D color RGB value is (11,53,77).

  • red value is 11;
  • green value is 53;
  • blue value is 77.
RGB:
(11,53,77)
(4%,21%,30%)

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 77 of 255 = 30%

11
53
77

R + G + B ~ 18%. #0B354D is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 77 = 141 (100%)
R 11 of 141 ~ 7.8%
G 53 of 141 ~ 37.59%
B 77 of 141 ~ 54.61%

%37.59
%54.61

CMYK color model

#0B354D color CMYK value is (86,31,0,70).

  • cyan value is 85.71%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(86,31,0,70)
C86M31Y0K70 
(86%,31%,0%,70%)
(0.86/0.31/0.00/0.70)	

CMYK percentages

%85.71
%31.17
%0
%69.8

Codes

Color #0B354D in popluar color models

0B354D
RGB115377
HSL202°75.00%17.25%
HSB/HSV202°85.71%30.20%
CMYK85.71%31.17%0.00%
69.80%

Color #0B354D in popluar number systems.

HEX0B354D
Decimal115377
Binary10111101011001101
Octal1365115

Shades and tints

Shades of #0B354D

#0B354D
(11,53,77)
#0A3146
(10,49,70)
#092D3F
(9,45,63)
#082938
(8,41,56)
#072531
(7,37,49)
#06212A
(6,33,42)
#051D23
(5,29,35)
#04191C
(4,25,28)
#031515
(3,21,21)
#02110E
(2,17,14)
#010D07
(1,13,7)
#000000
(0,0,0)

Tints of #0B354D

#0B354D
(11,53,77)
#21475D
(33,71,93)
#37596D
(55,89,109)
#4D6B7D
(77,107,125)
#637D8D
(99,125,141)
#798F9D
(121,143,157)
#8FA1AD
(143,161,173)
#A5B3BD
(165,179,189)
#BBC5CD
(187,197,205)
#D1D7DD
(209,215,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B354D; }

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

This text font color is #0B354D.


Background Color

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

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

This div background color is #0B354D.


Border color

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

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

This div border color is #0B354D.


Opacity

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

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

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

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

This text has shadow with #0B354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B354D on black background.


Color preview on white background

This text has color #0B354D on white background.



Black color preview on #0B354D background

This text has black color on #0B354D background.


White color preview on #0B354D background

This text has white color on #0B354D background.