COLOR #0B2437

HEX: #0B2437
RGB: (11,36,55)

Color info

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

RGB color model

#0B2437 color RGB value is (11,36,55).

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

RGB channels and saturation

R 11 of 255 = 4%
G 36 of 255 = 14%
B 55 of 255 = 22%

11
36
55

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

Portions of RGB colors in percentages

R + G + B =
11 + 36 + 55 = 102 (100%)
R 11 of 102 ~ 10.78%
G 36 of 102 ~ 35.29%
B 55 of 102 ~ 53.92%

%10.78
%35.29
%53.92

CMYK color model

#0B2437 color CMYK value is (80,35,0,78).

  • cyan value is 80.00%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(80,35,0,78)
C80M35Y0K78 
(80%,35%,0%,78%)
(0.80/0.35/0.00/0.78)	

CMYK percentages

%80
%34.55
%0
%78.43

Codes

Color #0B2437 in popluar color models

0B2437
RGB113655
HSL206°66.67%12.94%
HSB/HSV206°80.00%21.57%
CMYK80.00%34.55%0.00%
78.43%

Color #0B2437 in popluar number systems.

HEX0B2437
Decimal113655
Binary1011100100110111
Octal134467

Shades and tints

Shades of #0B2437

#0B2437
(11,36,55)
#0A2132
(10,33,50)
#091E2D
(9,30,45)
#081B28
(8,27,40)
#071823
(7,24,35)
#06151E
(6,21,30)
#051219
(5,18,25)
#040F14
(4,15,20)
#030C0F
(3,12,15)
#02090A
(2,9,10)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #0B2437

#0B2437
(11,36,55)
#213749
(33,55,73)
#374A5B
(55,74,91)
#4D5D6D
(77,93,109)
#63707F
(99,112,127)
#798391
(121,131,145)
#8F96A3
(143,150,163)
#A5A9B5
(165,169,181)
#BBBCC7
(187,188,199)
#D1CFD9
(209,207,217)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2437; }

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

This text font color is #0B2437.


Background Color

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

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

This div background color is #0B2437.


Border color

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

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

This div border color is #0B2437.


Opacity

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

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

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

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

This text has shadow with #0B2437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2437 on black background.


Color preview on white background

This text has color #0B2437 on white background.



Black color preview on #0B2437 background

This text has black color on #0B2437 background.


White color preview on #0B2437 background

This text has white color on #0B2437 background.