COLOR #0B3452

HEX: #0B3452
RGB: (11,52,82)

Color info

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

RGB color model

#0B3452 color RGB value is (11,52,82).

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

RGB channels and saturation

R 11 of 255 = 4%
G 52 of 255 = 20%
B 82 of 255 = 32%

11
52
82

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

Portions of RGB colors in percentages

R + G + B =
11 + 52 + 82 = 145 (100%)
R 11 of 145 ~ 7.59%
G 52 of 145 ~ 35.86%
B 82 of 145 ~ 56.55%

%35.86
%56.55

CMYK color model

#0B3452 color CMYK value is (87,37,0,68).

  • cyan value is 86.59%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(87,37,0,68)
C87M37Y0K68 
(87%,37%,0%,68%)
(0.87/0.37/0.00/0.68)	

CMYK percentages

%86.59
%36.59
%0
%67.84

Codes

Color #0B3452 in popluar color models

0B3452
RGB115282
HSL205°76.34%18.24%
HSB/HSV205°86.59%32.16%
CMYK86.59%36.59%0.00%
67.84%

Color #0B3452 in popluar number systems.

HEX0B3452
Decimal115282
Binary10111101001010010
Octal1364122

Shades and tints

Shades of #0B3452

#0B3452
(11,52,82)
#0A304B
(10,48,75)
#092C44
(9,44,68)
#08283D
(8,40,61)
#072436
(7,36,54)
#06202F
(6,32,47)
#051C28
(5,28,40)
#041821
(4,24,33)
#03141A
(3,20,26)
#021013
(2,16,19)
#010C0C
(1,12,12)
#000000
(0,0,0)

Tints of #0B3452

#0B3452
(11,52,82)
#214661
(33,70,97)
#375870
(55,88,112)
#4D6A7F
(77,106,127)
#637C8E
(99,124,142)
#798E9D
(121,142,157)
#8FA0AC
(143,160,172)
#A5B2BB
(165,178,187)
#BBC4CA
(187,196,202)
#D1D6D9
(209,214,217)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3452; }

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

This text font color is #0B3452.


Background Color

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

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

This div background color is #0B3452.


Border color

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

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

This div border color is #0B3452.


Opacity

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

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

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

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

This text has shadow with #0B3452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3452 on black background.


Color preview on white background

This text has color #0B3452 on white background.



Black color preview on #0B3452 background

This text has black color on #0B3452 background.


White color preview on #0B3452 background

This text has white color on #0B3452 background.