COLOR #0B0129

HEX: #0B0129
RGB: (11,1,41)

Color info

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

RGB color model

#0B0129 color RGB value is (11,1,41).

  • red value is 11;
  • green value is 1;
  • blue value is 41.
RGB:
(11,1,41)
(4%,0%,16%)

RGB channels and saturation

R 11 of 255 = 4%
G 1 of 255 = 0%
B 41 of 255 = 16%

11
1
41

R + G + B ~ 7%. #0B0129 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 1 + 41 = 53 (100%)
R 11 of 53 ~ 20.75%
G 1 of 53 ~ 1.89%
B 41 of 53 ~ 77.36%

%20.75
%77.36

CMYK color model

#0B0129 color CMYK value is (73,98,0,84).

  • cyan value is 73.17%
  • magenta value is 97.56%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(73,98,0,84)
C73M98Y0K84 
(73%,98%,0%,84%)
(0.73/0.98/0.00/0.84)	

CMYK percentages

%73.17
%97.56
%0
%83.92

Codes

Color #0B0129 in popluar color models

0B0129
RGB11141
HSL255°95.24%8.24%
HSB/HSV255°97.56%16.08%
CMYK73.17%97.56%0.00%
83.92%

Color #0B0129 in popluar number systems.

HEX0B0129
Decimal11141
Binary10111101001
Octal13151

Shades and tints

Shades of #0B0129

#0B0129
(11,1,41)
#0A0126
(10,1,38)
#090123
(9,1,35)
#080120
(8,1,32)
#07011D
(7,1,29)
#06011A
(6,1,26)
#050117
(5,1,23)
#040114
(4,1,20)
#030111
(3,1,17)
#02010E
(2,1,14)
#01010B
(1,1,11)
#000000
(0,0,0)

Tints of #0B0129

#0B0129
(11,1,41)
#21183C
(33,24,60)
#372F4F
(55,47,79)
#4D4662
(77,70,98)
#635D75
(99,93,117)
#797488
(121,116,136)
#8F8B9B
(143,139,155)
#A5A2AE
(165,162,174)
#BBB9C1
(187,185,193)
#D1D0D4
(209,208,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0129 color. Also use rgb(11,1,41) instead hex code.

Text Font Color

.myTextColor { color: #0B0129; }

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

This text font color is #0B0129.


Background Color

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

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

This div background color is #0B0129.


Border color

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

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

This div border color is #0B0129.


Opacity

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

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

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

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

This text has shadow with #0B0129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0129 on black background.


Color preview on white background

This text has color #0B0129 on white background.



Black color preview on #0B0129 background

This text has black color on #0B0129 background.


White color preview on #0B0129 background

This text has white color on #0B0129 background.