COLOR #0B0A30

HEX: #0B0A30 RGB: (11,10,48)

Color info

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

RGB color model

#0B0A30 color RGB value is (11,10,48).

RGB: (11,10,48) (4%, 4%, 19%)

RGB channels and saturation

R 11 of 255 = 4%
G 10 of 255 = 4%
B 48 of 255 = 19%

11
10
48

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

Portions of RGB colors in percentages

R + G + B = 11 + 10 + 48 = 69 (100%)
R 11 of 69 ~ 15.94%
G 10 of 69 ~ 14.49%
B 48 of 69 ~ 69.57'%

%15.94
%14.49
%69.57

CMYK color model

#0B0A30 color CMYK value is (77,79,0,81).

  • cyan value is 77.08%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK: (77,79,0,81) C77M79Y0K81 (77%,79%,0%,81%) (0.77/0.79/0.00/0.81) 

CMYK percentages

%77.08
%79.17
%0
%81.18

Codes

Color #0B0A30 in popluar color models

0B 0A 30
RGB 11 10 48
HSL 242° 65.52% 11.37%
HSB/HSV 242° 79.17% 18.82%
CMYK 77.08% 79.17% 0.00%
81.18%

Color #0B0A30 in popluar number systems.

HEX 0B 0A 30
Decimal 11 10 48
Binary 1011 1010 110000
Octal 13 12 60

Shades and tints

Shades of #0B0A30

#0B0A30
(11,10,48)
#0A0A2C
(10,10,44)
#090A28
(9,10,40)
#080A24
(8,10,36)
#070A20
(7,10,32)
#060A1C
(6,10,28)
#050A18
(5,10,24)
#040A14
(4,10,20)
#030A10
(3,10,16)
#020A0C
(2,10,12)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #0B0A30

#0B0A30
(11,10,48)
#212042
(33,32,66)
#373654
(55,54,84)
#4D4C66
(77,76,102)
#636278
(99,98,120)
#79788A
(121,120,138)
#8F8E9C
(143,142,156)
#A5A4AE
(165,164,174)
#BBBAC0
(187,186,192)
#D1D0D2
(209,208,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A30; }

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

This text font color is #0B0A30.

Background Color

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

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

This div background color is #0B0A30.

Border color

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

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

This div border color is #0B0A30.

Opacity

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

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

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

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

This text has shadow with #0B0A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0A30.

Preview

Color preview on black background

This text has color #0B0A30 on black background.


Color preview on white background

This text has color #0B0A30 on white background.


Black color preview on #0B0A30 background

This text has black color on #0B0A30 background.


White color preview on #0B0A30 background

This text has white color on #0B0A30 background.


Related colors

Complementary color

Complementary color for #hex is #F4F5CF.


I love getcolorcode.com

Triadic colors

1 #300B0A and #0A300B with #0B0A30 are triadic colors.

2 #300A0B and #0A0B30 with #0B0A30 are triadic colors.