COLOR #0B1834

HEX: #0B1834
RGB: (11,24,52)

Color info

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

RGB color model

#0B1834 color RGB value is (11,24,52).

  • red value is 11;
  • green value is 24;
  • blue value is 52.
RGB:
(11,24,52)
(4%,9%,20%)

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 52 of 255 = 20%

11
24
52

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

Portions of RGB colors in percentages

R + G + B =
11 + 24 + 52 = 87 (100%)
R 11 of 87 ~ 12.64%
G 24 of 87 ~ 27.59%
B 52 of 87 ~ 59.77%

%12.64
%27.59
%59.77

CMYK color model

#0B1834 color CMYK value is (79,54,0,80).

  • cyan value is 78.85%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(79,54,0,80)
C79M54Y0K80 
(79%,54%,0%,80%)
(0.79/0.54/0.00/0.80)	

CMYK percentages

%78.85
%53.85
%0
%79.61

Codes

Color #0B1834 in popluar color models

0B1834
RGB112452
HSL221°65.08%12.35%
HSB/HSV221°78.85%20.39%
CMYK78.85%53.85%0.00%
79.61%

Color #0B1834 in popluar number systems.

HEX0B1834
Decimal112452
Binary101111000110100
Octal133064

Shades and tints

Shades of #0B1834

#0B1834
(11,24,52)
#0A1630
(10,22,48)
#09142C
(9,20,44)
#081228
(8,18,40)
#071024
(7,16,36)
#060E20
(6,14,32)
#050C1C
(5,12,28)
#040A18
(4,10,24)
#030814
(3,8,20)
#020610
(2,6,16)
#01040C
(1,4,12)
#000000
(0,0,0)

Tints of #0B1834

#0B1834
(11,24,52)
#212D46
(33,45,70)
#374258
(55,66,88)
#4D576A
(77,87,106)
#636C7C
(99,108,124)
#79818E
(121,129,142)
#8F96A0
(143,150,160)
#A5ABB2
(165,171,178)
#BBC0C4
(187,192,196)
#D1D5D6
(209,213,214)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1834; }

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

This text font color is #0B1834.


Background Color

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

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

This div background color is #0B1834.


Border color

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

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

This div border color is #0B1834.


Opacity

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

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

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

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

This text has shadow with #0B1834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1834 on black background.


Color preview on white background

This text has color #0B1834 on white background.



Black color preview on #0B1834 background

This text has black color on #0B1834 background.


White color preview on #0B1834 background

This text has white color on #0B1834 background.