COLOR #0B0A39

HEX: #0B0A39 RGB: (11,10,57)

Color info

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

RGB color model

#0B0A39 color RGB value is (11,10,57).

RGB: (11,10,57) (4%, 4%, 22%)

RGB channels and saturation

R 11 of 255 = 4%
G 10 of 255 = 4%
B 57 of 255 = 22%

11
10
57

R + G + B ~ 10%. #0B0A39 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 10 + 57 = 78 (100%)
R 11 of 78 ~ 14.1%
G 10 of 78 ~ 12.82%
B 57 of 78 ~ 73.08'%

%14.1
%12.82
%73.08

CMYK color model

#0B0A39 color CMYK value is (81,82,0,78).

  • cyan value is 80.70%
  • magenta value is 82.46%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK: (81,82,0,78) C81M82Y0K78 (81%,82%,0%,78%) (0.81/0.82/0.00/0.78) 

CMYK percentages

%80.7
%82.46
%0
%77.65

Codes

Color #0B0A39 in popluar color models

0B 0A 39
RGB 11 10 57
HSL 241° 70.15% 13.14%
HSB/HSV 241° 82.46% 22.35%
CMYK 80.70% 82.46% 0.00%
77.65%

Color #0B0A39 in popluar number systems.

HEX 0B 0A 39
Decimal 11 10 57
Binary 1011 1010 111001
Octal 13 12 71

Shades and tints

Shades of #0B0A39

#0B0A39
(11,10,57)
#0A0A34
(10,10,52)
#090A2F
(9,10,47)
#080A2A
(8,10,42)
#070A25
(7,10,37)
#060A20
(6,10,32)
#050A1B
(5,10,27)
#040A16
(4,10,22)
#030A11
(3,10,17)
#020A0C
(2,10,12)
#010A07
(1,10,7)
#000000
(0,0,0)

Tints of #0B0A39

#0B0A39
(11,10,57)
#21204B
(33,32,75)
#37365D
(55,54,93)
#4D4C6F
(77,76,111)
#636281
(99,98,129)
#797893
(121,120,147)
#8F8EA5
(143,142,165)
#A5A4B7
(165,164,183)
#BBBAC9
(187,186,201)
#D1D0DB
(209,208,219)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A39; }

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

This text font color is #0B0A39.

Background Color

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

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

This div background color is #0B0A39.

Border color

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

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

This div border color is #0B0A39.

Opacity

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

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

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

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

This text has shadow with #0B0A39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0A39.

Preview

Color preview on black background

This text has color #0B0A39 on black background.


Color preview on white background

This text has color #0B0A39 on white background.


Black color preview on #0B0A39 background

This text has black color on #0B0A39 background.


White color preview on #0B0A39 background

This text has white color on #0B0A39 background.


Related colors

Complementary color

Complementary color for #hex is #F4F5C6.


I love getcolorcode.com

Triadic colors

1 #390B0A and #0A390B with #0B0A39 are triadic colors.

2 #390A0B and #0A0B39 with #0B0A39 are triadic colors.