COLOR #0B1238

HEX: #0B1238
RGB: (11,18,56)

Color info

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

RGB color model

#0B1238 color RGB value is (11,18,56).

  • red value is 11;
  • green value is 18;
  • blue value is 56.
RGB:
(11,18,56)
(4%,7%,22%)

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 56 of 255 = 22%

11
18
56

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

Portions of RGB colors in percentages

R + G + B =
11 + 18 + 56 = 85 (100%)
R 11 of 85 ~ 12.94%
G 18 of 85 ~ 21.18%
B 56 of 85 ~ 65.88%

%12.94
%21.18
%65.88

CMYK color model

#0B1238 color CMYK value is (80,68,0,78).

  • cyan value is 80.36%
  • magenta value is 67.86%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(80,68,0,78)
C80M68Y0K78 
(80%,68%,0%,78%)
(0.80/0.68/0.00/0.78)	

CMYK percentages

%80.36
%67.86
%0
%78.04

Codes

Color #0B1238 in popluar color models

0B1238
RGB111856
HSL231°67.16%13.14%
HSB/HSV231°80.36%21.96%
CMYK80.36%67.86%0.00%
78.04%

Color #0B1238 in popluar number systems.

HEX0B1238
Decimal111856
Binary101110010111000
Octal132270

Shades and tints

Shades of #0B1238

#0B1238
(11,18,56)
#0A1133
(10,17,51)
#09102E
(9,16,46)
#080F29
(8,15,41)
#070E24
(7,14,36)
#060D1F
(6,13,31)
#050C1A
(5,12,26)
#040B15
(4,11,21)
#030A10
(3,10,16)
#02090B
(2,9,11)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #0B1238

#0B1238
(11,18,56)
#21274A
(33,39,74)
#373C5C
(55,60,92)
#4D516E
(77,81,110)
#636680
(99,102,128)
#797B92
(121,123,146)
#8F90A4
(143,144,164)
#A5A5B6
(165,165,182)
#BBBAC8
(187,186,200)
#D1CFDA
(209,207,218)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1238 color. Also use rgb(11,18,56) instead hex code.

Text Font Color

.myTextColor { color: #0B1238; }

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

This text font color is #0B1238.


Background Color

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

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

This div background color is #0B1238.


Border color

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

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

This div border color is #0B1238.


Opacity

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

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

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

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

This text has shadow with #0B1238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1238 on black background.


Color preview on white background

This text has color #0B1238 on white background.



Black color preview on #0B1238 background

This text has black color on #0B1238 background.


White color preview on #0B1238 background

This text has white color on #0B1238 background.