COLOR #0B1134

HEX: #0B1134
RGB: (11,17,52)

Color info

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

RGB color model

#0B1134 color RGB value is (11,17,52).

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

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 52 of 255 = 20%

11
17
52

R + G + B ~ 10%. #0B1134 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 52 = 80 (100%)
R 11 of 80 ~ 13.75%
G 17 of 80 ~ 21.25%
B 52 of 80 ~ 65%

%13.75
%21.25
%65

CMYK color model

#0B1134 color CMYK value is (79,67,0,80).

  • cyan value is 78.85%
  • magenta value is 67.31%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(79,67,0,80)
C79M67Y0K80 
(79%,67%,0%,80%)
(0.79/0.67/0.00/0.80)	

CMYK percentages

%78.85
%67.31
%0
%79.61

Codes

Color #0B1134 in popluar color models

0B1134
RGB111752
HSL231°65.08%12.35%
HSB/HSV231°78.85%20.39%
CMYK78.85%67.31%0.00%
79.61%

Color #0B1134 in popluar number systems.

HEX0B1134
Decimal111752
Binary101110001110100
Octal132164

Shades and tints

Shades of #0B1134

#0B1134
(11,17,52)
#0A1030
(10,16,48)
#090F2C
(9,15,44)
#080E28
(8,14,40)
#070D24
(7,13,36)
#060C20
(6,12,32)
#050B1C
(5,11,28)
#040A18
(4,10,24)
#030914
(3,9,20)
#020810
(2,8,16)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #0B1134

#0B1134
(11,17,52)
#212646
(33,38,70)
#373B58
(55,59,88)
#4D506A
(77,80,106)
#63657C
(99,101,124)
#797A8E
(121,122,142)
#8F8FA0
(143,143,160)
#A5A4B2
(165,164,178)
#BBB9C4
(187,185,196)
#D1CED6
(209,206,214)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1134; }

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

This text font color is #0B1134.


Background Color

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

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

This div background color is #0B1134.


Border color

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

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

This div border color is #0B1134.


Opacity

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

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

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

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

This text has shadow with #0B1134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1134 on black background.


Color preview on white background

This text has color #0B1134 on white background.



Black color preview on #0B1134 background

This text has black color on #0B1134 background.


White color preview on #0B1134 background

This text has white color on #0B1134 background.