COLOR #0B3653

HEX: #0B3653
RGB: (11,54,83)

Color info

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

RGB color model

#0B3653 color RGB value is (11,54,83).

  • red value is 11;
  • green value is 54;
  • blue value is 83.
RGB:
(11,54,83)
(4%,21%,33%)

RGB channels and saturation

R 11 of 255 = 4%
G 54 of 255 = 21%
B 83 of 255 = 33%

11
54
83

R + G + B ~ 19%. #0B3653 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 54 + 83 = 148 (100%)
R 11 of 148 ~ 7.43%
G 54 of 148 ~ 36.49%
B 83 of 148 ~ 56.08%

%36.49
%56.08

CMYK color model

#0B3653 color CMYK value is (87,35,0,67).

  • cyan value is 86.75%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(87,35,0,67)
C87M35Y0K67 
(87%,35%,0%,67%)
(0.87/0.35/0.00/0.67)	

CMYK percentages

%86.75
%34.94
%0
%67.45

Codes

Color #0B3653 in popluar color models

0B3653
RGB115483
HSL204°76.60%18.43%
HSB/HSV204°86.75%32.55%
CMYK86.75%34.94%0.00%
67.45%

Color #0B3653 in popluar number systems.

HEX0B3653
Decimal115483
Binary10111101101010011
Octal1366123

Shades and tints

Shades of #0B3653

#0B3653
(11,54,83)
#0A324C
(10,50,76)
#092E45
(9,46,69)
#082A3E
(8,42,62)
#072637
(7,38,55)
#062230
(6,34,48)
#051E29
(5,30,41)
#041A22
(4,26,34)
#03161B
(3,22,27)
#021214
(2,18,20)
#010E0D
(1,14,13)
#000000
(0,0,0)

Tints of #0B3653

#0B3653
(11,54,83)
#214862
(33,72,98)
#375A71
(55,90,113)
#4D6C80
(77,108,128)
#637E8F
(99,126,143)
#79909E
(121,144,158)
#8FA2AD
(143,162,173)
#A5B4BC
(165,180,188)
#BBC6CB
(187,198,203)
#D1D8DA
(209,216,218)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3653 color. Also use rgb(11,54,83) instead hex code.

Text Font Color

.myTextColor { color: #0B3653; }

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

This text font color is #0B3653.


Background Color

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

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

This div background color is #0B3653.


Border color

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

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

This div border color is #0B3653.


Opacity

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

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

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

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

This text has shadow with #0B3653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3653 on black background.


Color preview on white background

This text has color #0B3653 on white background.



Black color preview on #0B3653 background

This text has black color on #0B3653 background.


White color preview on #0B3653 background

This text has white color on #0B3653 background.