COLOR #0B435E

HEX: #0B435E
RGB: (11,67,94)

Color info

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

RGB color model

#0B435E color RGB value is (11,67,94).

  • red value is 11;
  • green value is 67;
  • blue value is 94.
RGB:
(11,67,94)
(4%,26%,37%)

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 94 of 255 = 37%

11
67
94

R + G + B ~ 22%. #0B435E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 67 + 94 = 172 (100%)
R 11 of 172 ~ 6.4%
G 67 of 172 ~ 38.95%
B 94 of 172 ~ 54.65%

%38.95
%54.65

CMYK color model

#0B435E color CMYK value is (88,29,0,63).

  • cyan value is 88.30%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(88,29,0,63)
C88M29Y0K63 
(88%,29%,0%,63%)
(0.88/0.29/0.00/0.63)	

CMYK percentages

%88.3
%28.72
%0
%63.14

Codes

Color #0B435E in popluar color models

0B435E
RGB116794
HSL200°79.05%20.59%
HSB/HSV200°88.30%36.86%
CMYK88.30%28.72%0.00%
63.14%

Color #0B435E in popluar number systems.

HEX0B435E
Decimal116794
Binary101110000111011110
Octal13103136

Shades and tints

Shades of #0B435E

#0B435E
(11,67,94)
#0A3D56
(10,61,86)
#09374E
(9,55,78)
#083146
(8,49,70)
#072B3E
(7,43,62)
#062536
(6,37,54)
#051F2E
(5,31,46)
#041926
(4,25,38)
#03131E
(3,19,30)
#020D16
(2,13,22)
#01070E
(1,7,14)
#000000
(0,0,0)

Tints of #0B435E

#0B435E
(11,67,94)
#21546C
(33,84,108)
#37657A
(55,101,122)
#4D7688
(77,118,136)
#638796
(99,135,150)
#7998A4
(121,152,164)
#8FA9B2
(143,169,178)
#A5BAC0
(165,186,192)
#BBCBCE
(187,203,206)
#D1DCDC
(209,220,220)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B435E color. Also use rgb(11,67,94) instead hex code.

Text Font Color

.myTextColor { color: #0B435E; }

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

This text font color is #0B435E.


Background Color

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

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

This div background color is #0B435E.


Border color

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

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

This div border color is #0B435E.


Opacity

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

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

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

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

This text has shadow with #0B435E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B435E on black background.


Color preview on white background

This text has color #0B435E on white background.



Black color preview on #0B435E background

This text has black color on #0B435E background.


White color preview on #0B435E background

This text has white color on #0B435E background.