COLOR #0B3443

HEX: #0B3443
RGB: (11,52,67)

Color info

#0B3443 contains red, green and blue colors in about the same proportion. Web safe color of #0B3443 is #003333 (or #033).

RGB color model

#0B3443 color RGB value is (11,52,67).

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

RGB channels and saturation

R 11 of 255 = 4%
G 52 of 255 = 20%
B 67 of 255 = 26%

11
52
67

R + G + B ~ 17%. #0B3443 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 52 + 67 = 130 (100%)
R 11 of 130 ~ 8.46%
G 52 of 130 ~ 40%
B 67 of 130 ~ 51.54%

%40
%51.54

CMYK color model

#0B3443 color CMYK value is (84,22,0,74).

  • cyan value is 83.58%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(84,22,0,74)
C84M22Y0K74 
(84%,22%,0%,74%)
(0.84/0.22/0.00/0.74)	

CMYK percentages

%83.58
%22.39
%0
%73.73

Codes

Color #0B3443 in popluar color models

0B3443
RGB115267
HSL196°71.79%15.29%
HSB/HSV196°83.58%26.27%
CMYK83.58%22.39%0.00%
73.73%

Color #0B3443 in popluar number systems.

HEX0B3443
Decimal115267
Binary10111101001000011
Octal1364103

Shades and tints

Shades of #0B3443

#0B3443
(11,52,67)
#0A303D
(10,48,61)
#092C37
(9,44,55)
#082831
(8,40,49)
#07242B
(7,36,43)
#062025
(6,32,37)
#051C1F
(5,28,31)
#041819
(4,24,25)
#031413
(3,20,19)
#02100D
(2,16,13)
#010C07
(1,12,7)
#000000
(0,0,0)

Tints of #0B3443

#0B3443
(11,52,67)
#214654
(33,70,84)
#375865
(55,88,101)
#4D6A76
(77,106,118)
#637C87
(99,124,135)
#798E98
(121,142,152)
#8FA0A9
(143,160,169)
#A5B2BA
(165,178,186)
#BBC4CB
(187,196,203)
#D1D6DC
(209,214,220)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3443; }

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

This text font color is #0B3443.


Background Color

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

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

This div background color is #0B3443.


Border color

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

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

This div border color is #0B3443.


Opacity

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

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

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

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

This text has shadow with #0B3443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3443 on black background.


Color preview on white background

This text has color #0B3443 on white background.



Black color preview on #0B3443 background

This text has black color on #0B3443 background.


White color preview on #0B3443 background

This text has white color on #0B3443 background.