COLOR #0B0150

HEX: #0B0150 RGB: (11,1,80)

Color info

#0B0150 contains mainly blue color. Web safe color of #0B0150 is #000066 (or #006).

RGB color model

#0B0150 color RGB value is (11,1,80).

RGB: (11,1,80) (4%, 0%, 31%)

RGB channels and saturation

R 11 of 255 = 4%
G 1 of 255 = 0%
B 80 of 255 = 31%

11
1
80

R + G + B ~ 12%. #0B0150 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 1 + 80 = 92 (100%)
R 11 of 92 ~ 11.96%
G 1 of 92 ~ 1.09%
B 80 of 92 ~ 86.96'%

%11.96
%86.96

CMYK color model

#0B0150 color CMYK value is (86,99,0,69).

  • cyan value is 86.25%
  • magenta value is 98.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (86,99,0,69) C86M99Y0K69 (86%,99%,0%,69%) (0.86/0.99/0.00/0.69) 

CMYK percentages

%86.25
%98.75
%0
%68.63

Codes

Color #0B0150 in popluar color models

0B 01 50
RGB 11 1 80
HSL 248° 97.53% 15.88%
HSB/HSV 248° 98.75% 31.37%
CMYK 86.25% 98.75% 0.00%
68.63%

Color #0B0150 in popluar number systems.

HEX 0B 01 50
Decimal 11 1 80
Binary 1011 1 1010000
Octal 13 1 120

Shades and tints

Shades of #0B0150

#0B0150
(11,1,80)
#0A0149
(10,1,73)
#090142
(9,1,66)
#08013B
(8,1,59)
#070134
(7,1,52)
#06012D
(6,1,45)
#050126
(5,1,38)
#04011F
(4,1,31)
#030118
(3,1,24)
#020111
(2,1,17)
#01010A
(1,1,10)
#000000
(0,0,0)

Tints of #0B0150

#0B0150
(11,1,80)
#21185F
(33,24,95)
#372F6E
(55,47,110)
#4D467D
(77,70,125)
#635D8C
(99,93,140)
#79749B
(121,116,155)
#8F8BAA
(143,139,170)
#A5A2B9
(165,162,185)
#BBB9C8
(187,185,200)
#D1D0D7
(209,208,215)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0150; }

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

This text font color is #0B0150.

Background Color

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

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

This div background color is #0B0150.

Border color

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

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

This div border color is #0B0150.

Opacity

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

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

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

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

This text has shadow with #0B0150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0150.

Preview

Color preview on black background

This text has color #0B0150 on black background.


Color preview on white background

This text has color #0B0150 on white background.


Black color preview on #0B0150 background

This text has black color on #0B0150 background.


White color preview on #0B0150 background

This text has white color on #0B0150 background.


Related colors

Complementary color

Complementary color for #hex is #F4FEAF.


I love getcolorcode.com

Triadic colors

1 #500B01 and #01500B with #0B0150 are triadic colors.

2 #50010B and #010B50 with #0B0150 are triadic colors.