COLOR #0B387A

HEX: #0B387A
RGB: (11,56,122)

Color info

#0B387A contains mainly blue color. Web safe color of #0B387A is #003366 (or #036).

RGB color model

#0B387A color RGB value is (11,56,122).

  • red value is 11;
  • green value is 56;
  • blue value is 122.
RGB:
(11,56,122)
(4%,22%,48%)

RGB channels and saturation

R 11 of 255 = 4%
G 56 of 255 = 22%
B 122 of 255 = 48%

11
56
122

R + G + B ~ 25%. #0B387A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 56 + 122 = 189 (100%)
R 11 of 189 ~ 5.82%
G 56 of 189 ~ 29.63%
B 122 of 189 ~ 64.55%

%29.63
%64.55

CMYK color model

#0B387A color CMYK value is (91,54,0,52).

  • cyan value is 90.98%
  • magenta value is 54.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(91,54,0,52)
C91M54Y0K52 
(91%,54%,0%,52%)
(0.91/0.54/0.00/0.52)	

CMYK percentages

%90.98
%54.1
%0
%52.16

Codes

Color #0B387A in popluar color models

0B387A
RGB1156122
HSL216°83.46%26.08%
HSB/HSV216°90.98%47.84%
CMYK90.98%54.10%0.00%
52.16%

Color #0B387A in popluar number systems.

HEX0B387A
Decimal1156122
Binary10111110001111010
Octal1370172

Shades and tints

Shades of #0B387A

#0B387A
(11,56,122)
#0A336F
(10,51,111)
#092E64
(9,46,100)
#082959
(8,41,89)
#07244E
(7,36,78)
#061F43
(6,31,67)
#051A38
(5,26,56)
#04152D
(4,21,45)
#031022
(3,16,34)
#020B17
(2,11,23)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #0B387A

#0B387A
(11,56,122)
#214A86
(33,74,134)
#375C92
(55,92,146)
#4D6E9E
(77,110,158)
#6380AA
(99,128,170)
#7992B6
(121,146,182)
#8FA4C2
(143,164,194)
#A5B6CE
(165,182,206)
#BBC8DA
(187,200,218)
#D1DAE6
(209,218,230)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B387A color. Also use rgb(11,56,122) instead hex code.

Text Font Color

.myTextColor { color: #0B387A; }

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

This text font color is #0B387A.


Background Color

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

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

This div background color is #0B387A.


Border color

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

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

This div border color is #0B387A.


Opacity

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

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

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

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

This text has shadow with #0B387A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B387A on black background.


Color preview on white background

This text has color #0B387A on white background.



Black color preview on #0B387A background

This text has black color on #0B387A background.


White color preview on #0B387A background

This text has white color on #0B387A background.