COLOR #0B1533

HEX: #0B1533
RGB: (11,21,51)

Color info

#0B1533 contains red, green and blue colors in about the same proportion. Web safe color of #0B1533 is #000033 (or #003).

RGB color model

#0B1533 color RGB value is (11,21,51).

  • red value is 11;
  • green value is 21;
  • blue value is 51.
RGB:
(11,21,51)
(4%,8%,20%)

RGB channels and saturation

R 11 of 255 = 4%
G 21 of 255 = 8%
B 51 of 255 = 20%

11
21
51

R + G + B ~ 11%. #0B1533 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 21 + 51 = 83 (100%)
R 11 of 83 ~ 13.25%
G 21 of 83 ~ 25.3%
B 51 of 83 ~ 61.45%

%13.25
%25.3
%61.45

CMYK color model

#0B1533 color CMYK value is (78,59,0,80).

  • cyan value is 78.43%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(78,59,0,80)
C78M59Y0K80 
(78%,59%,0%,80%)
(0.78/0.59/0.00/0.80)	

CMYK percentages

%78.43
%58.82
%0
%80

Codes

Color #0B1533 in popluar color models

0B1533
RGB112151
HSL225°64.52%12.16%
HSB/HSV225°78.43%20.00%
CMYK78.43%58.82%0.00%
80.00%

Color #0B1533 in popluar number systems.

HEX0B1533
Decimal112151
Binary101110101110011
Octal132563

Shades and tints

Shades of #0B1533

#0B1533
(11,21,51)
#0A142F
(10,20,47)
#09132B
(9,19,43)
#081227
(8,18,39)
#071123
(7,17,35)
#06101F
(6,16,31)
#050F1B
(5,15,27)
#040E17
(4,14,23)
#030D13
(3,13,19)
#020C0F
(2,12,15)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #0B1533

#0B1533
(11,21,51)
#212A45
(33,42,69)
#373F57
(55,63,87)
#4D5469
(77,84,105)
#63697B
(99,105,123)
#797E8D
(121,126,141)
#8F939F
(143,147,159)
#A5A8B1
(165,168,177)
#BBBDC3
(187,189,195)
#D1D2D5
(209,210,213)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1533; }

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

This text font color is #0B1533.


Background Color

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

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

This div background color is #0B1533.


Border color

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

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

This div border color is #0B1533.


Opacity

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

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

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

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

This text has shadow with #0B1533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1533 on black background.


Color preview on white background

This text has color #0B1533 on white background.



Black color preview on #0B1533 background

This text has black color on #0B1533 background.


White color preview on #0B1533 background

This text has white color on #0B1533 background.