COLOR #0B1E50

HEX: #0B1E50 RGB: (11,30,80)

Color info

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

RGB color model

#0B1E50 color RGB value is (11,30,80).

RGB: (11,30,80) (4%, 12%, 31%)

RGB channels and saturation

R 11 of 255 = 4%
G 30 of 255 = 12%
B 80 of 255 = 31%

11
30
80

R + G + B ~ 16%. #0B1E50 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 30 + 80 = 121 (100%)
R 11 of 121 ~ 9.09%
G 30 of 121 ~ 24.79%
B 80 of 121 ~ 66.12'%

%24.79
%66.12

CMYK color model

#0B1E50 color CMYK value is (86,63,0,69).

  • cyan value is 86.25%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (86,63,0,69) C86M63Y0K69 (86%,63%,0%,69%) (0.86/0.63/0.00/0.69) 

CMYK percentages

%86.25
%62.5
%0
%68.63

Codes

Color #0B1E50 in popluar color models

0B 1E 50
RGB 11 30 80
HSL 223° 75.82% 17.84%
HSB/HSV 223° 86.25% 31.37%
CMYK 86.25% 62.50% 0.00%
68.63%

Color #0B1E50 in popluar number systems.

HEX 0B 1E 50
Decimal 11 30 80
Binary 1011 11110 1010000
Octal 13 36 120

Shades and tints

Shades of #0B1E50

#0B1E50
(11,30,80)
#0A1C49
(10,28,73)
#091A42
(9,26,66)
#08183B
(8,24,59)
#071634
(7,22,52)
#06142D
(6,20,45)
#051226
(5,18,38)
#04101F
(4,16,31)
#030E18
(3,14,24)
#020C11
(2,12,17)
#010A0A
(1,10,10)
#000000
(0,0,0)

Tints of #0B1E50

#0B1E50
(11,30,80)
#21325F
(33,50,95)
#37466E
(55,70,110)
#4D5A7D
(77,90,125)
#636E8C
(99,110,140)
#79829B
(121,130,155)
#8F96AA
(143,150,170)
#A5AAB9
(165,170,185)
#BBBEC8
(187,190,200)
#D1D2D7
(209,210,215)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1E50; }

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

This text font color is #0B1E50.

Background Color

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

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

This div background color is #0B1E50.

Border color

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

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

This div border color is #0B1E50.

Opacity

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

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

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

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

This text has shadow with #0B1E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1E50.

Preview

Color preview on black background

This text has color #0B1E50 on black background.


Color preview on white background

This text has color #0B1E50 on white background.


Black color preview on #0B1E50 background

This text has black color on #0B1E50 background.


White color preview on #0B1E50 background

This text has white color on #0B1E50 background.


Related colors

Complementary color

Complementary color for #hex is #F4E1AF.


I love getcolorcode.com

Triadic colors

1 #500B1E and #1E500B with #0B1E50 are triadic colors.

2 #501E0B and #1E0B50 with #0B1E50 are triadic colors.