COLOR #0B0B5D

HEX: #0B0B5D RGB: (11,11,93)

Color info

#0B0B5D contains mainly blue color. Web safe color of #0B0B5D is #000066 (or #006).

RGB color model

#0B0B5D color RGB value is (11,11,93).

RGB: (11,11,93) (4%, 4%, 36%)

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 93 of 255 = 36%

11
11
93

R + G + B ~ 15%. #0B0B5D is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 11 + 93 = 115 (100%)
R 11 of 115 ~ 9.57%
G 11 of 115 ~ 9.57%
B 93 of 115 ~ 80.87'%

%9.57
%9.57
%80.87

CMYK color model

#0B0B5D color CMYK value is (88,88,0,64).

  • cyan value is 88.17%
  • magenta value is 88.17%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (88,88,0,64) C88M88Y0K64 (88%,88%,0%,64%) (0.88/0.88/0.00/0.64) 

CMYK percentages

%88.17
%88.17
%0
%63.53

Codes

Color #0B0B5D in popluar color models

0B 0B 5D
RGB 11 11 93
HSL 240° 78.85% 20.39%
HSB/HSV 240° 88.17% 36.47%
CMYK 88.17% 88.17% 0.00%
63.53%

Color #0B0B5D in popluar number systems.

HEX 0B 0B 5D
Decimal 11 11 93
Binary 1011 1011 1011101
Octal 13 13 135

Shades and tints

Shades of #0B0B5D

#0B0B5D
(11,11,93)
#0A0A55
(10,10,85)
#09094D
(9,9,77)
#080845
(8,8,69)
#07073D
(7,7,61)
#060635
(6,6,53)
#05052D
(5,5,45)
#040425
(4,4,37)
#03031D
(3,3,29)
#020215
(2,2,21)
#01010D
(1,1,13)
#000000
(0,0,0)

Tints of #0B0B5D

#0B0B5D
(11,11,93)
#21216B
(33,33,107)
#373779
(55,55,121)
#4D4D87
(77,77,135)
#636395
(99,99,149)
#7979A3
(121,121,163)
#8F8FB1
(143,143,177)
#A5A5BF
(165,165,191)
#BBBBCD
(187,187,205)
#D1D1DB
(209,209,219)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B5D; }

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

This text font color is #0B0B5D.

Background Color

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

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

This div background color is #0B0B5D.

Border color

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

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

This div border color is #0B0B5D.

Opacity

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

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

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

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

This text has shadow with #0B0B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0B5D.

Preview

Color preview on black background

This text has color #0B0B5D on black background.


Color preview on white background

This text has color #0B0B5D on white background.


Black color preview on #0B0B5D background

This text has black color on #0B0B5D background.


White color preview on #0B0B5D background

This text has white color on #0B0B5D background.


Related colors

Complementary color

Complementary color for #hex is #F4F4A2.


I love getcolorcode.com