COLOR #0B0B41

HEX: #0B0B41 RGB: (11,11,65)

Color info

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

RGB color model

#0B0B41 color RGB value is (11,11,65).

RGB: (11,11,65) (4%, 4%, 25%)

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 65 of 255 = 25%

11
11
65

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

Portions of RGB colors in percentages

R + G + B = 11 + 11 + 65 = 87 (100%)
R 11 of 87 ~ 12.64%
G 11 of 87 ~ 12.64%
B 65 of 87 ~ 74.71'%

%12.64
%12.64
%74.71

CMYK color model

#0B0B41 color CMYK value is (83,83,0,75).

  • cyan value is 83.08%
  • magenta value is 83.08%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (83,83,0,75)
C83M83Y0K75 (83%, 83%, 0%, 75%)
(0.83 / 0.83 / 0.00 / 0.75)

CMYK percentages

%83.08
%83.08
%0
%74.51

Codes

Color #0B0B41 in popluar color models

0B 0B 41
RGB 11 11 65
HSL 240° 71.05% 14.90%
HSB/HSV 240° 83.08% 25.49%
CMYK 83.08% 83.08% 0.00%
74.51%

Color #0B0B41 in popluar number systems.

HEX 0B 0B 41
Decimal 11 11 65
Binary 1011 1011 1000001
Octal 13 13 101

Shades and tints

Shades of #0B0B41

#0B0B41
(11,11,65)
#0A0A3C
(10,10,60)
#090937
(9,9,55)
#080832
(8,8,50)
#07072D
(7,7,45)
#060628
(6,6,40)
#050523
(5,5,35)
#04041E
(4,4,30)
#030319
(3,3,25)
#020214
(2,2,20)
#01010F
(1,1,15)
#000000
(0,0,0)

Tints of #0B0B41

#0B0B41
(11,11,65)
#212152
(33,33,82)
#373763
(55,55,99)
#4D4D74
(77,77,116)
#636385
(99,99,133)
#797996
(121,121,150)
#8F8FA7
(143,143,167)
#A5A5B8
(165,165,184)
#BBBBC9
(187,187,201)
#D1D1DA
(209,209,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B41; }

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

This text font color is #0B0B41.

Background Color

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

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

This div background color is #0B0B41.

Border color

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

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

This div border color is #0B0B41.

Opacity

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

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

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

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

This text has shadow with #0B0B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0B41.

Preview

Color preview on black background

This text has color #0B0B41 on black background.


Color preview on white background

This text has color #0B0B41 on white background.


Black color preview on #0B0B41 background

This text has black color on #0B0B41 background.


White color preview on #0B0B41 background

This text has white color on #0B0B41 background.


Related colors

Complementary color

Complementary color for #hex is #F4F4BE.


I love getcolorcode.com