COLOR #0B3344

HEX: #0B3344 RGB: (11,51,68)

Color info

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

RGB color model

#0B3344 color RGB value is (11,51,68).

RGB: (11,51,68) (4%, 20%, 27%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 68 of 255 = 27%

11
51
68

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

Portions of RGB colors in percentages

R + G + B = 11 + 51 + 68 = 130 (100%)
R 11 of 130 ~ 8.46%
G 51 of 130 ~ 39.23%
B 68 of 130 ~ 52.31'%

%39.23
%52.31

CMYK color model

#0B3344 color CMYK value is (84,25,0,73).

  • cyan value is 83.82%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (84,25,0,73)
C84M25Y0K73 (84%, 25%, 0%, 73%)
(0.84 / 0.25 / 0.00 / 0.73)

CMYK percentages

%83.82
%25
%0
%73.33

Codes

Color #0B3344 in popluar color models

0B 33 44
RGB 11 51 68
HSL 198° 72.15% 15.49%
HSB/HSV 198° 83.82% 26.67%
CMYK 83.82% 25.00% 0.00%
73.33%

Color #0B3344 in popluar number systems.

HEX 0B 33 44
Decimal 11 51 68
Binary 1011 110011 1000100
Octal 13 63 104

Shades and tints

Shades of #0B3344

#0B3344
(11,51,68)
#0A2F3E
(10,47,62)
#092B38
(9,43,56)
#082732
(8,39,50)
#07232C
(7,35,44)
#061F26
(6,31,38)
#051B20
(5,27,32)
#04171A
(4,23,26)
#031314
(3,19,20)
#020F0E
(2,15,14)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B3344

#0B3344
(11,51,68)
#214555
(33,69,85)
#375766
(55,87,102)
#4D6977
(77,105,119)
#637B88
(99,123,136)
#798D99
(121,141,153)
#8F9FAA
(143,159,170)
#A5B1BB
(165,177,187)
#BBC3CC
(187,195,204)
#D1D5DD
(209,213,221)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3344 color. Also use rgb(11,51,68) instead hex code.

Text Font Color

.myTextColor { color: #0B3344; }

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

This text font color is #0B3344.

Background Color

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

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

This div background color is #0B3344.

Border color

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

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

This div border color is #0B3344.

Opacity

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

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

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

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

This text has shadow with #0B3344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3344.

Preview

Color preview on black background

This text has color #0B3344 on black background.


Color preview on white background

This text has color #0B3344 on white background.


Black color preview on #0B3344 background

This text has black color on #0B3344 background.


White color preview on #0B3344 background

This text has white color on #0B3344 background.


Related colors

Complementary color

Complementary color for #hex is #F4CCBB.


I love getcolorcode.com

Triadic colors

1 #440B33 and #33440B with #0B3344 are triadic colors.

2 #44330B and #330B44 with #0B3344 are triadic colors.