COLOR #0B0E54

HEX: #0B0E54
RGB: (11,14,84)

Color info

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

RGB color model

#0B0E54 color RGB value is (11,14,84).

  • red value is 11;
  • green value is 14;
  • blue value is 84.
RGB:
(11,14,84)
(4%,5%,33%)

RGB channels and saturation

R 11 of 255 = 4%
G 14 of 255 = 5%
B 84 of 255 = 33%

11
14
84

R + G + B ~ 14%. #0B0E54 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 14 + 84 = 109 (100%)
R 11 of 109 ~ 10.09%
G 14 of 109 ~ 12.84%
B 84 of 109 ~ 77.06%

%10.09
%12.84
%77.06

CMYK color model

#0B0E54 color CMYK value is (87,83,0,67).

  • cyan value is 86.90%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(87,83,0,67)
C87M83Y0K67 
(87%,83%,0%,67%)
(0.87/0.83/0.00/0.67)	

CMYK percentages

%86.9
%83.33
%0
%67.06

Codes

Color #0B0E54 in popluar color models

0B0E54
RGB111484
HSL238°76.84%18.63%
HSB/HSV238°86.90%32.94%
CMYK86.90%83.33%0.00%
67.06%

Color #0B0E54 in popluar number systems.

HEX0B0E54
Decimal111484
Binary101111101010100
Octal1316124

Shades and tints

Shades of #0B0E54

#0B0E54
(11,14,84)
#0A0D4D
(10,13,77)
#090C46
(9,12,70)
#080B3F
(8,11,63)
#070A38
(7,10,56)
#060931
(6,9,49)
#05082A
(5,8,42)
#040723
(4,7,35)
#03061C
(3,6,28)
#020515
(2,5,21)
#01040E
(1,4,14)
#000000
(0,0,0)

Tints of #0B0E54

#0B0E54
(11,14,84)
#212363
(33,35,99)
#373872
(55,56,114)
#4D4D81
(77,77,129)
#636290
(99,98,144)
#79779F
(121,119,159)
#8F8CAE
(143,140,174)
#A5A1BD
(165,161,189)
#BBB6CC
(187,182,204)
#D1CBDB
(209,203,219)
#E7E0EA
(231,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0E54; }

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

This text font color is #0B0E54.


Background Color

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

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

This div background color is #0B0E54.


Border color

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

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

This div border color is #0B0E54.


Opacity

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

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

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

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

This text has shadow with #0B0E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0E54 on black background.


Color preview on white background

This text has color #0B0E54 on white background.



Black color preview on #0B0E54 background

This text has black color on #0B0E54 background.


White color preview on #0B0E54 background

This text has white color on #0B0E54 background.