COLOR #0B1D54

HEX: #0B1D54
RGB: (11,29,84)

Color info

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

RGB color model

#0B1D54 color RGB value is (11,29,84).

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

RGB channels and saturation

R 11 of 255 = 4%
G 29 of 255 = 11%
B 84 of 255 = 33%

11
29
84

R + G + B ~ 16%. #0B1D54 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 29 + 84 = 124 (100%)
R 11 of 124 ~ 8.87%
G 29 of 124 ~ 23.39%
B 84 of 124 ~ 67.74%

%23.39
%67.74

CMYK color model

#0B1D54 color CMYK value is (87,65,0,67).

  • cyan value is 86.90%
  • magenta value is 65.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(87,65,0,67)
C87M65Y0K67 
(87%,65%,0%,67%)
(0.87/0.65/0.00/0.67)	

CMYK percentages

%86.9
%65.48
%0
%67.06

Codes

Color #0B1D54 in popluar color models

0B1D54
RGB112984
HSL225°76.84%18.63%
HSB/HSV225°86.90%32.94%
CMYK86.90%65.48%0.00%
67.06%

Color #0B1D54 in popluar number systems.

HEX0B1D54
Decimal112984
Binary1011111011010100
Octal1335124

Shades and tints

Shades of #0B1D54

#0B1D54
(11,29,84)
#0A1B4D
(10,27,77)
#091946
(9,25,70)
#08173F
(8,23,63)
#071538
(7,21,56)
#061331
(6,19,49)
#05112A
(5,17,42)
#040F23
(4,15,35)
#030D1C
(3,13,28)
#020B15
(2,11,21)
#01090E
(1,9,14)
#000000
(0,0,0)

Tints of #0B1D54

#0B1D54
(11,29,84)
#213163
(33,49,99)
#374572
(55,69,114)
#4D5981
(77,89,129)
#636D90
(99,109,144)
#79819F
(121,129,159)
#8F95AE
(143,149,174)
#A5A9BD
(165,169,189)
#BBBDCC
(187,189,204)
#D1D1DB
(209,209,219)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1D54; }

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

This text font color is #0B1D54.


Background Color

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

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

This div background color is #0B1D54.


Border color

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

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

This div border color is #0B1D54.


Opacity

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

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

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

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

This text has shadow with #0B1D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1D54 on black background.


Color preview on white background

This text has color #0B1D54 on white background.



Black color preview on #0B1D54 background

This text has black color on #0B1D54 background.


White color preview on #0B1D54 background

This text has white color on #0B1D54 background.