COLOR #0B3460

HEX: #0B3460
RGB: (11,52,96)

Color info

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

RGB color model

#0B3460 color RGB value is (11,52,96).

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

RGB channels and saturation

R 11 of 255 = 4%
G 52 of 255 = 20%
B 96 of 255 = 38%

11
52
96

R + G + B ~ 21%. #0B3460 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 52 + 96 = 159 (100%)
R 11 of 159 ~ 6.92%
G 52 of 159 ~ 32.7%
B 96 of 159 ~ 60.38%

%32.7
%60.38

CMYK color model

#0B3460 color CMYK value is (89,46,0,62).

  • cyan value is 88.54%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(89,46,0,62)
C89M46Y0K62 
(89%,46%,0%,62%)
(0.89/0.46/0.00/0.62)	

CMYK percentages

%88.54
%45.83
%0
%62.35

Codes

Color #0B3460 in popluar color models

0B3460
RGB115296
HSL211°79.44%20.98%
HSB/HSV211°88.54%37.65%
CMYK88.54%45.83%0.00%
62.35%

Color #0B3460 in popluar number systems.

HEX0B3460
Decimal115296
Binary10111101001100000
Octal1364140

Shades and tints

Shades of #0B3460

#0B3460
(11,52,96)
#0A3058
(10,48,88)
#092C50
(9,44,80)
#082848
(8,40,72)
#072440
(7,36,64)
#062038
(6,32,56)
#051C30
(5,28,48)
#041828
(4,24,40)
#031420
(3,20,32)
#021018
(2,16,24)
#010C10
(1,12,16)
#000000
(0,0,0)

Tints of #0B3460

#0B3460
(11,52,96)
#21466E
(33,70,110)
#37587C
(55,88,124)
#4D6A8A
(77,106,138)
#637C98
(99,124,152)
#798EA6
(121,142,166)
#8FA0B4
(143,160,180)
#A5B2C2
(165,178,194)
#BBC4D0
(187,196,208)
#D1D6DE
(209,214,222)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3460; }

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

This text font color is #0B3460.


Background Color

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

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

This div background color is #0B3460.


Border color

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

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

This div border color is #0B3460.


Opacity

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

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

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

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

This text has shadow with #0B3460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3460 on black background.


Color preview on white background

This text has color #0B3460 on white background.



Black color preview on #0B3460 background

This text has black color on #0B3460 background.


White color preview on #0B3460 background

This text has white color on #0B3460 background.