COLOR #0B1228

HEX: #0B1228
RGB: (11,18,40)

Color info

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

RGB color model

#0B1228 color RGB value is (11,18,40).

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

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 40 of 255 = 16%

11
18
40

R + G + B ~ 9%. #0B1228 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 18 + 40 = 69 (100%)
R 11 of 69 ~ 15.94%
G 18 of 69 ~ 26.09%
B 40 of 69 ~ 57.97%

%15.94
%26.09
%57.97

CMYK color model

#0B1228 color CMYK value is (73,55,0,84).

  • cyan value is 72.50%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(73,55,0,84)
C73M55Y0K84 
(73%,55%,0%,84%)
(0.73/0.55/0.00/0.84)	

CMYK percentages

%72.5
%55
%0
%84.31

Codes

Color #0B1228 in popluar color models

0B1228
RGB111840
HSL226°56.86%10.00%
HSB/HSV226°72.50%15.69%
CMYK72.50%55.00%0.00%
84.31%

Color #0B1228 in popluar number systems.

HEX0B1228
Decimal111840
Binary101110010101000
Octal132250

Shades and tints

Shades of #0B1228

#0B1228
(11,18,40)
#0A1125
(10,17,37)
#091022
(9,16,34)
#080F1F
(8,15,31)
#070E1C
(7,14,28)
#060D19
(6,13,25)
#050C16
(5,12,22)
#040B13
(4,11,19)
#030A10
(3,10,16)
#02090D
(2,9,13)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #0B1228

#0B1228
(11,18,40)
#21273B
(33,39,59)
#373C4E
(55,60,78)
#4D5161
(77,81,97)
#636674
(99,102,116)
#797B87
(121,123,135)
#8F909A
(143,144,154)
#A5A5AD
(165,165,173)
#BBBAC0
(187,186,192)
#D1CFD3
(209,207,211)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1228; }

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

This text font color is #0B1228.


Background Color

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

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

This div background color is #0B1228.


Border color

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

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

This div border color is #0B1228.


Opacity

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

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

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

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

This text has shadow with #0B1228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1228 on black background.


Color preview on white background

This text has color #0B1228 on white background.



Black color preview on #0B1228 background

This text has black color on #0B1228 background.


White color preview on #0B1228 background

This text has white color on #0B1228 background.