COLOR #0B1B4F

HEX: #0B1B4F RGB: (11,27,79)

Color info

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

RGB color model

#0B1B4F color RGB value is (11,27,79).

RGB: (11,27,79) (4%, 11%, 31%)

RGB channels and saturation

R 11 of 255 = 4%
G 27 of 255 = 11%
B 79 of 255 = 31%

11
27
79

R + G + B ~ 15%. #0B1B4F is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 27 + 79 = 117 (100%)
R 11 of 117 ~ 9.4%
G 27 of 117 ~ 23.08%
B 79 of 117 ~ 67.52'%

%23.08
%67.52

CMYK color model

#0B1B4F color CMYK value is (86,66,0,69).

  • cyan value is 86.08%
  • magenta value is 65.82%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (86,66,0,69)
C86M66Y0K69 (86%, 66%, 0%, 69%)
(0.86 / 0.66 / 0.00 / 0.69)

CMYK percentages

%86.08
%65.82
%0
%69.02

Codes

Color #0B1B4F in popluar color models

0B 1B 4F
RGB 11 27 79
HSL 226° 75.56% 17.65%
HSB/HSV 226° 86.08% 30.98%
CMYK 86.08% 65.82% 0.00%
69.02%

Color #0B1B4F in popluar number systems.

HEX 0B 1B 4F
Decimal 11 27 79
Binary 1011 11011 1001111
Octal 13 33 117

Shades and tints

Shades of #0B1B4F

#0B1B4F
(11,27,79)
#0A1948
(10,25,72)
#091741
(9,23,65)
#08153A
(8,21,58)
#071333
(7,19,51)
#06112C
(6,17,44)
#050F25
(5,15,37)
#040D1E
(4,13,30)
#030B17
(3,11,23)
#020910
(2,9,16)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #0B1B4F

#0B1B4F
(11,27,79)
#212F5F
(33,47,95)
#37436F
(55,67,111)
#4D577F
(77,87,127)
#636B8F
(99,107,143)
#797F9F
(121,127,159)
#8F93AF
(143,147,175)
#A5A7BF
(165,167,191)
#BBBBCF
(187,187,207)
#D1CFDF
(209,207,223)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1B4F color. Also use rgb(11,27,79) instead hex code.

Text Font Color

.myTextColor { color: #0B1B4F; }

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

This text font color is #0B1B4F.

Background Color

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

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

This div background color is #0B1B4F.

Border color

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

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

This div border color is #0B1B4F.

Opacity

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

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

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

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

This text has shadow with #0B1B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1B4F.

Preview

Color preview on black background

This text has color #0B1B4F on black background.


Color preview on white background

This text has color #0B1B4F on white background.


Black color preview on #0B1B4F background

This text has black color on #0B1B4F background.


White color preview on #0B1B4F background

This text has white color on #0B1B4F background.


Related colors

Complementary color

Complementary color for #hex is #F4E4B0.


I love getcolorcode.com

Triadic colors

1 #4F0B1B and #1B4F0B with #0B1B4F are triadic colors.

2 #4F1B0B and #1B0B4F with #0B1B4F are triadic colors.