COLOR #0B2F58

HEX: #0B2F58
RGB: (11,47,88)

Color info

#0B2F58 contains mainly green and blue colors. Web safe color of #0B2F58 is #003366 (or #036).

RGB color model

#0B2F58 color RGB value is (11,47,88).

  • red value is 11;
  • green value is 47;
  • blue value is 88.
RGB:
(11,47,88)
(4%,18%,35%)

RGB channels and saturation

R 11 of 255 = 4%
G 47 of 255 = 18%
B 88 of 255 = 35%

11
47
88

R + G + B ~ 19%. #0B2F58 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 47 + 88 = 146 (100%)
R 11 of 146 ~ 7.53%
G 47 of 146 ~ 32.19%
B 88 of 146 ~ 60.27%

%32.19
%60.27

CMYK color model

#0B2F58 color CMYK value is (88,47,0,65).

  • cyan value is 87.50%
  • magenta value is 46.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(88,47,0,65)
C88M47Y0K65 
(88%,47%,0%,65%)
(0.88/0.47/0.00/0.65)	

CMYK percentages

%87.5
%46.59
%0
%65.49

Codes

Color #0B2F58 in popluar color models

0B2F58
RGB114788
HSL212°77.78%19.41%
HSB/HSV212°87.50%34.51%
CMYK87.50%46.59%0.00%
65.49%

Color #0B2F58 in popluar number systems.

HEX0B2F58
Decimal114788
Binary10111011111011000
Octal1357130

Shades and tints

Shades of #0B2F58

#0B2F58
(11,47,88)
#0A2B50
(10,43,80)
#092748
(9,39,72)
#082340
(8,35,64)
#071F38
(7,31,56)
#061B30
(6,27,48)
#051728
(5,23,40)
#041320
(4,19,32)
#030F18
(3,15,24)
#020B10
(2,11,16)
#010708
(1,7,8)
#000000
(0,0,0)

Tints of #0B2F58

#0B2F58
(11,47,88)
#214167
(33,65,103)
#375376
(55,83,118)
#4D6585
(77,101,133)
#637794
(99,119,148)
#7989A3
(121,137,163)
#8F9BB2
(143,155,178)
#A5ADC1
(165,173,193)
#BBBFD0
(187,191,208)
#D1D1DF
(209,209,223)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2F58; }

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

This text font color is #0B2F58.


Background Color

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

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

This div background color is #0B2F58.


Border color

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

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

This div border color is #0B2F58.


Opacity

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

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

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

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

This text has shadow with #0B2F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2F58 on black background.


Color preview on white background

This text has color #0B2F58 on white background.



Black color preview on #0B2F58 background

This text has black color on #0B2F58 background.


White color preview on #0B2F58 background

This text has white color on #0B2F58 background.