COLOR #0B1F3A

HEX: #0B1F3A
RGB: (11,31,58)

Color info

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

RGB color model

#0B1F3A color RGB value is (11,31,58).

  • red value is 11;
  • green value is 31;
  • blue value is 58.
RGB:
(11,31,58)
(4%,12%,23%)

RGB channels and saturation

R 11 of 255 = 4%
G 31 of 255 = 12%
B 58 of 255 = 23%

11
31
58

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

Portions of RGB colors in percentages

R + G + B =
11 + 31 + 58 = 100 (100%)
R 11 of 100 ~ 11%
G 31 of 100 ~ 31%
B 58 of 100 ~ 58%

%11
%31
%58

CMYK color model

#0B1F3A color CMYK value is (81,47,0,77).

  • cyan value is 81.03%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(81,47,0,77)
C81M47Y0K77 
(81%,47%,0%,77%)
(0.81/0.47/0.00/0.77)	

CMYK percentages

%81.03
%46.55
%0
%77.25

Codes

Color #0B1F3A in popluar color models

0B1F3A
RGB113158
HSL214°68.12%13.53%
HSB/HSV214°81.03%22.75%
CMYK81.03%46.55%0.00%
77.25%

Color #0B1F3A in popluar number systems.

HEX0B1F3A
Decimal113158
Binary101111111111010
Octal133772

Shades and tints

Shades of #0B1F3A

#0B1F3A
(11,31,58)
#0A1D35
(10,29,53)
#091B30
(9,27,48)
#08192B
(8,25,43)
#071726
(7,23,38)
#061521
(6,21,33)
#05131C
(5,19,28)
#041117
(4,17,23)
#030F12
(3,15,18)
#020D0D
(2,13,13)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B1F3A

#0B1F3A
(11,31,58)
#21334B
(33,51,75)
#37475C
(55,71,92)
#4D5B6D
(77,91,109)
#636F7E
(99,111,126)
#79838F
(121,131,143)
#8F97A0
(143,151,160)
#A5ABB1
(165,171,177)
#BBBFC2
(187,191,194)
#D1D3D3
(209,211,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1F3A; }

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

This text font color is #0B1F3A.


Background Color

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

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

This div background color is #0B1F3A.


Border color

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

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

This div border color is #0B1F3A.


Opacity

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

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

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

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

This text has shadow with #0B1F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1F3A on black background.


Color preview on white background

This text has color #0B1F3A on white background.



Black color preview on #0B1F3A background

This text has black color on #0B1F3A background.


White color preview on #0B1F3A background

This text has white color on #0B1F3A background.