COLOR #0B3441

HEX: #0B3441 RGB: (11,52,65)

Color info

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

RGB color model

#0B3441 color RGB value is (11,52,65).

RGB: (11,52,65) (4%, 20%, 25%)

RGB channels and saturation

R 11 of 255 = 4%
G 52 of 255 = 20%
B 65 of 255 = 25%

11
52
65

R + G + B ~ 16%. #0B3441 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 52 + 65 = 128 (100%)
R 11 of 128 ~ 8.59%
G 52 of 128 ~ 40.63%
B 65 of 128 ~ 50.78'%

%40.63
%50.78

CMYK color model

#0B3441 color CMYK value is (83,20,0,75).

  • cyan value is 83.08%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (83,20,0,75)
C83M20Y0K75 (83%, 20%, 0%, 75%)
(0.83 / 0.20 / 0.00 / 0.75)

CMYK percentages

%83.08
%20
%0
%74.51

Codes

Color #0B3441 in popluar color models

0B 34 41
RGB 11 52 65
HSL 194° 71.05% 14.90%
HSB/HSV 194° 83.08% 25.49%
CMYK 83.08% 20.00% 0.00%
74.51%

Color #0B3441 in popluar number systems.

HEX 0B 34 41
Decimal 11 52 65
Binary 1011 110100 1000001
Octal 13 64 101

Shades and tints

Shades of #0B3441

#0B3441
(11,52,65)
#0A303C
(10,48,60)
#092C37
(9,44,55)
#082832
(8,40,50)
#07242D
(7,36,45)
#062028
(6,32,40)
#051C23
(5,28,35)
#04181E
(4,24,30)
#031419
(3,20,25)
#021014
(2,16,20)
#010C0F
(1,12,15)
#000000
(0,0,0)

Tints of #0B3441

#0B3441
(11,52,65)
#214652
(33,70,82)
#375863
(55,88,99)
#4D6A74
(77,106,116)
#637C85
(99,124,133)
#798E96
(121,142,150)
#8FA0A7
(143,160,167)
#A5B2B8
(165,178,184)
#BBC4C9
(187,196,201)
#D1D6DA
(209,214,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3441; }

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

This text font color is #0B3441.

Background Color

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

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

This div background color is #0B3441.

Border color

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

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

This div border color is #0B3441.

Opacity

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

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

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

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

This text has shadow with #0B3441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3441.

Preview

Color preview on black background

This text has color #0B3441 on black background.


Color preview on white background

This text has color #0B3441 on white background.


Black color preview on #0B3441 background

This text has black color on #0B3441 background.


White color preview on #0B3441 background

This text has white color on #0B3441 background.


Related colors

Complementary color

Complementary color for #hex is #F4CBBE.


I love getcolorcode.com

Triadic colors

1 #410B34 and #34410B with #0B3441 are triadic colors.

2 #41340B and #340B41 with #0B3441 are triadic colors.