COLOR #0B0335

HEX: #0B0335
RGB: (11,3,53)

Color info

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

RGB color model

#0B0335 color RGB value is (11,3,53).

  • red value is 11;
  • green value is 3;
  • blue value is 53.
RGB:
(11,3,53)
(4%,1%,21%)

RGB channels and saturation

R 11 of 255 = 4%
G 3 of 255 = 1%
B 53 of 255 = 21%

11
3
53

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

Portions of RGB colors in percentages

R + G + B =
11 + 3 + 53 = 67 (100%)
R 11 of 67 ~ 16.42%
G 3 of 67 ~ 4.48%
B 53 of 67 ~ 79.1%

%16.42
%79.1

CMYK color model

#0B0335 color CMYK value is (79,94,0,79).

  • cyan value is 79.25%
  • magenta value is 94.34%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(79,94,0,79)
C79M94Y0K79 
(79%,94%,0%,79%)
(0.79/0.94/0.00/0.79)	

CMYK percentages

%79.25
%94.34
%0
%79.22

Codes

Color #0B0335 in popluar color models

0B0335
RGB11353
HSL250°89.29%10.98%
HSB/HSV250°94.34%20.78%
CMYK79.25%94.34%0.00%
79.22%

Color #0B0335 in popluar number systems.

HEX0B0335
Decimal11353
Binary101111110101
Octal13365

Shades and tints

Shades of #0B0335

#0B0335
(11,3,53)
#0A0331
(10,3,49)
#09032D
(9,3,45)
#080329
(8,3,41)
#070325
(7,3,37)
#060321
(6,3,33)
#05031D
(5,3,29)
#040319
(4,3,25)
#030315
(3,3,21)
#020311
(2,3,17)
#01030D
(1,3,13)
#000000
(0,0,0)

Tints of #0B0335

#0B0335
(11,3,53)
#211947
(33,25,71)
#372F59
(55,47,89)
#4D456B
(77,69,107)
#635B7D
(99,91,125)
#79718F
(121,113,143)
#8F87A1
(143,135,161)
#A59DB3
(165,157,179)
#BBB3C5
(187,179,197)
#D1C9D7
(209,201,215)
#E7DFE9
(231,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0335 color. Also use rgb(11,3,53) instead hex code.

Text Font Color

.myTextColor { color: #0B0335; }

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

This text font color is #0B0335.


Background Color

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

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

This div background color is #0B0335.


Border color

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

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

This div border color is #0B0335.


Opacity

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

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

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

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

This text has shadow with #0B0335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0335 on black background.


Color preview on white background

This text has color #0B0335 on white background.



Black color preview on #0B0335 background

This text has black color on #0B0335 background.


White color preview on #0B0335 background

This text has white color on #0B0335 background.