COLOR #0B1E37

HEX: #0B1E37
RGB: (11,30,55)

Color info

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

RGB color model

#0B1E37 color RGB value is (11,30,55).

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

RGB channels and saturation

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

11
30
55

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

Portions of RGB colors in percentages

R + G + B =
11 + 30 + 55 = 96 (100%)
R 11 of 96 ~ 11.46%
G 30 of 96 ~ 31.25%
B 55 of 96 ~ 57.29%

%11.46
%31.25
%57.29

CMYK color model

#0B1E37 color CMYK value is (80,45,0,78).

  • cyan value is 80.00%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(80,45,0,78)
C80M45Y0K78 
(80%,45%,0%,78%)
(0.80/0.45/0.00/0.78)	

CMYK percentages

%80
%45.45
%0
%78.43

Codes

Color #0B1E37 in popluar color models

0B1E37
RGB113055
HSL214°66.67%12.94%
HSB/HSV214°80.00%21.57%
CMYK80.00%45.45%0.00%
78.43%

Color #0B1E37 in popluar number systems.

HEX0B1E37
Decimal113055
Binary101111110110111
Octal133667

Shades and tints

Shades of #0B1E37

#0B1E37
(11,30,55)
#0A1C32
(10,28,50)
#091A2D
(9,26,45)
#081828
(8,24,40)
#071623
(7,22,35)
#06141E
(6,20,30)
#051219
(5,18,25)
#041014
(4,16,20)
#030E0F
(3,14,15)
#020C0A
(2,12,10)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #0B1E37

#0B1E37
(11,30,55)
#213249
(33,50,73)
#37465B
(55,70,91)
#4D5A6D
(77,90,109)
#636E7F
(99,110,127)
#798291
(121,130,145)
#8F96A3
(143,150,163)
#A5AAB5
(165,170,181)
#BBBEC7
(187,190,199)
#D1D2D9
(209,210,217)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1E37; }

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

This text font color is #0B1E37.


Background Color

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

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

This div background color is #0B1E37.


Border color

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

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

This div border color is #0B1E37.


Opacity

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

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

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

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

This text has shadow with #0B1E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1E37 on black background.


Color preview on white background

This text has color #0B1E37 on white background.



Black color preview on #0B1E37 background

This text has black color on #0B1E37 background.


White color preview on #0B1E37 background

This text has white color on #0B1E37 background.