COLOR #0B1E38

HEX: #0B1E38
RGB: (11,30,56)

Color info

#0B1E38 contains red, green and blue colors in about the same proportion. Web safe color of #0B1E38 is #003333 (or #033).

RGB color model

#0B1E38 color RGB value is (11,30,56).

  • red value is 11;
  • green value is 30;
  • blue value is 56.
RGB:
(11,30,56)
(4%,12%,22%)

RGB channels and saturation

R 11 of 255 = 4%
G 30 of 255 = 12%
B 56 of 255 = 22%

11
30
56

R + G + B ~ 13%. #0B1E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 30 + 56 = 97 (100%)
R 11 of 97 ~ 11.34%
G 30 of 97 ~ 30.93%
B 56 of 97 ~ 57.73%

%11.34
%30.93
%57.73

CMYK color model

#0B1E38 color CMYK value is (80,46,0,78).

  • cyan value is 80.36%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(80,46,0,78)
C80M46Y0K78 
(80%,46%,0%,78%)
(0.80/0.46/0.00/0.78)	

CMYK percentages

%80.36
%46.43
%0
%78.04

Codes

Color #0B1E38 in popluar color models

0B1E38
RGB113056
HSL215°67.16%13.14%
HSB/HSV215°80.36%21.96%
CMYK80.36%46.43%0.00%
78.04%

Color #0B1E38 in popluar number systems.

HEX0B1E38
Decimal113056
Binary101111110111000
Octal133670

Shades and tints

Shades of #0B1E38

#0B1E38
(11,30,56)
#0A1C33
(10,28,51)
#091A2E
(9,26,46)
#081829
(8,24,41)
#071624
(7,22,36)
#06141F
(6,20,31)
#05121A
(5,18,26)
#041015
(4,16,21)
#030E10
(3,14,16)
#020C0B
(2,12,11)
#010A06
(1,10,6)
#000000
(0,0,0)

Tints of #0B1E38

#0B1E38
(11,30,56)
#21324A
(33,50,74)
#37465C
(55,70,92)
#4D5A6E
(77,90,110)
#636E80
(99,110,128)
#798292
(121,130,146)
#8F96A4
(143,150,164)
#A5AAB6
(165,170,182)
#BBBEC8
(187,190,200)
#D1D2DA
(209,210,218)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1E38; }

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

This text font color is #0B1E38.


Background Color

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

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

This div background color is #0B1E38.


Border color

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

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

This div border color is #0B1E38.


Opacity

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

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

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

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

This text has shadow with #0B1E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1E38 on black background.


Color preview on white background

This text has color #0B1E38 on white background.



Black color preview on #0B1E38 background

This text has black color on #0B1E38 background.


White color preview on #0B1E38 background

This text has white color on #0B1E38 background.