COLOR #0B0B4A

HEX: #0B0B4A
RGB: (11,11,74)

Color info

#0B0B4A contains mainly blue color. Web safe color of #0B0B4A is #000033 (or #003).

RGB color model

#0B0B4A color RGB value is (11,11,74).

  • red value is 11;
  • green value is 11;
  • blue value is 74.
RGB:
(11,11,74)
(4%,4%,29%)

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 74 of 255 = 29%

11
11
74

R + G + B ~ 12%. #0B0B4A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 11 + 74 = 96 (100%)
R 11 of 96 ~ 11.46%
G 11 of 96 ~ 11.46%
B 74 of 96 ~ 77.08%

%11.46
%11.46
%77.08

CMYK color model

#0B0B4A color CMYK value is (85,85,0,71).

  • cyan value is 85.14%
  • magenta value is 85.14%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(85,85,0,71)
C85M85Y0K71 
(85%,85%,0%,71%)
(0.85/0.85/0.00/0.71)	

CMYK percentages

%85.14
%85.14
%0
%70.98

Codes

Color #0B0B4A in popluar color models

0B0B4A
RGB111174
HSL240°74.12%16.67%
HSB/HSV240°85.14%29.02%
CMYK85.14%85.14%0.00%
70.98%

Color #0B0B4A in popluar number systems.

HEX0B0B4A
Decimal111174
Binary101110111001010
Octal1313112

Shades and tints

Shades of #0B0B4A

#0B0B4A
(11,11,74)
#0A0A44
(10,10,68)
#09093E
(9,9,62)
#080838
(8,8,56)
#070732
(7,7,50)
#06062C
(6,6,44)
#050526
(5,5,38)
#040420
(4,4,32)
#03031A
(3,3,26)
#020214
(2,2,20)
#01010E
(1,1,14)
#000000
(0,0,0)

Tints of #0B0B4A

#0B0B4A
(11,11,74)
#21215A
(33,33,90)
#37376A
(55,55,106)
#4D4D7A
(77,77,122)
#63638A
(99,99,138)
#79799A
(121,121,154)
#8F8FAA
(143,143,170)
#A5A5BA
(165,165,186)
#BBBBCA
(187,187,202)
#D1D1DA
(209,209,218)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B4A; }

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

This text font color is #0B0B4A.


Background Color

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

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

This div background color is #0B0B4A.


Border color

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

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

This div border color is #0B0B4A.


Opacity

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

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

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

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

This text has shadow with #0B0B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0B4A on black background.


Color preview on white background

This text has color #0B0B4A on white background.



Black color preview on #0B0B4A background

This text has black color on #0B0B4A background.


White color preview on #0B0B4A background

This text has white color on #0B0B4A background.