COLOR #0B002E

HEX: #0B002E
RGB: (11,0,46)

Color info

#0B002E contains only red and blue colors. Web safe color of #0B002E is #000033 (or #003).

RGB color model

#0B002E color RGB value is (11,0,46).

  • red value is 11;
  • green value is 0;
  • blue value is 46.
RGB:
(11,0,46)
(4%,0%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 0 of 255 = 0%
B 46 of 255 = 18%

11
0
46

R + G + B ~ 7%. #0B002E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 0 + 46 = 57 (100%)
R 11 of 57 ~ 19.3%
G 0 of 57 ~ 0%
B 46 of 57 ~ 80.7%

%19.3
%80.7

CMYK color model

#0B002E color CMYK value is (76,100,0,82).

  • cyan value is 76.09%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,100,0,82)
C76M100Y0K82 
(76%,100%,0%,82%)
(0.76/1.00/0.00/0.82)	

CMYK percentages

%76.09
%100
%0
%81.96

Codes

Color #0B002E in popluar color models

0B002E
RGB11046
HSL254°100.00%9.02%
HSB/HSV254°100.00%18.04%
CMYK76.09%100.00%0.00%
81.96%

Color #0B002E in popluar number systems.

HEX0B002E
Decimal11046
Binary10110101110
Octal13056

Shades and tints

Shades of #0B002E

#0B002E
(11,0,46)
#0A002A
(10,0,42)
#090026
(9,0,38)
#080022
(8,0,34)
#07001E
(7,0,30)
#06001A
(6,0,26)
#050016
(5,0,22)
#040012
(4,0,18)
#03000E
(3,0,14)
#02000A
(2,0,10)
#010006
(1,0,6)
#000000
(0,0,0)

Tints of #0B002E

#0B002E
(11,0,46)
#211741
(33,23,65)
#372E54
(55,46,84)
#4D4567
(77,69,103)
#635C7A
(99,92,122)
#79738D
(121,115,141)
#8F8AA0
(143,138,160)
#A5A1B3
(165,161,179)
#BBB8C6
(187,184,198)
#D1CFD9
(209,207,217)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B002E; }

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

This text font color is #0B002E.


Background Color

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

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

This div background color is #0B002E.


Border color

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

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

This div border color is #0B002E.


Opacity

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

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

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

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

This text has shadow with #0B002E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B002E on black background.


Color preview on white background

This text has color #0B002E on white background.



Black color preview on #0B002E background

This text has black color on #0B002E background.


White color preview on #0B002E background

This text has white color on #0B002E background.