COLOR #0B314A

HEX: #0B314A
RGB: (11,49,74)

Color info

#0B314A contains mainly green and blue colors. Web safe color of #0B314A is #003333 (or #033).

RGB color model

#0B314A color RGB value is (11,49,74).

  • red value is 11;
  • green value is 49;
  • blue value is 74.
RGB:
(11,49,74)
(4%,19%,29%)

RGB channels and saturation

R 11 of 255 = 4%
G 49 of 255 = 19%
B 74 of 255 = 29%

11
49
74

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

Portions of RGB colors in percentages

R + G + B =
11 + 49 + 74 = 134 (100%)
R 11 of 134 ~ 8.21%
G 49 of 134 ~ 36.57%
B 74 of 134 ~ 55.22%

%36.57
%55.22

CMYK color model

#0B314A color CMYK value is (85,34,0,71).

  • cyan value is 85.14%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(85,34,0,71)
C85M34Y0K71 
(85%,34%,0%,71%)
(0.85/0.34/0.00/0.71)	

CMYK percentages

%85.14
%33.78
%0
%70.98

Codes

Color #0B314A in popluar color models

0B314A
RGB114974
HSL204°74.12%16.67%
HSB/HSV204°85.14%29.02%
CMYK85.14%33.78%0.00%
70.98%

Color #0B314A in popluar number systems.

HEX0B314A
Decimal114974
Binary10111100011001010
Octal1361112

Shades and tints

Shades of #0B314A

#0B314A
(11,49,74)
#0A2D44
(10,45,68)
#09293E
(9,41,62)
#082538
(8,37,56)
#072132
(7,33,50)
#061D2C
(6,29,44)
#051926
(5,25,38)
#041520
(4,21,32)
#03111A
(3,17,26)
#020D14
(2,13,20)
#01090E
(1,9,14)
#000000
(0,0,0)

Tints of #0B314A

#0B314A
(11,49,74)
#21435A
(33,67,90)
#37556A
(55,85,106)
#4D677A
(77,103,122)
#63798A
(99,121,138)
#798B9A
(121,139,154)
#8F9DAA
(143,157,170)
#A5AFBA
(165,175,186)
#BBC1CA
(187,193,202)
#D1D3DA
(209,211,218)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B314A color. Also use rgb(11,49,74) instead hex code.

Text Font Color

.myTextColor { color: #0B314A; }

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

This text font color is #0B314A.


Background Color

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

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

This div background color is #0B314A.


Border color

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

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

This div border color is #0B314A.


Opacity

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

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

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

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

This text has shadow with #0B314A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B314A on black background.


Color preview on white background

This text has color #0B314A on white background.



Black color preview on #0B314A background

This text has black color on #0B314A background.


White color preview on #0B314A background

This text has white color on #0B314A background.