COLOR #0B0797

HEX: #0B0797 RGB: (11,7,151)

Color info

#0B0797 contains mainly blue color. Web safe color of #0B0797 is #000099 (or #009).

RGB color model

#0B0797 color RGB value is (11,7,151).

RGB: (11,7,151) (4%, 3%, 59%)

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 151 of 255 = 59%

11
7
151

R + G + B ~ 22%. #0B0797 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 7 + 151 = 169 (100%)
R 11 of 169 ~ 6.51%
G 7 of 169 ~ 4.14%
B 151 of 169 ~ 89.35'%

%89.35

CMYK color model

#0B0797 color CMYK value is (93,95,0,41).

  • cyan value is 92.72%
  • magenta value is 95.36%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (93,95,0,41)
C93M95Y0K41 (93%, 95%, 0%, 41%)
(0.93 / 0.95 / 0.00 / 0.41)

CMYK percentages

%92.72
%95.36
%0
%40.78

Codes

Color #0B0797 in popluar color models

0B 07 97
RGB 11 7 151
HSL 242° 91.14% 30.98%
HSB/HSV 242° 95.36% 59.22%
CMYK 92.72% 95.36% 0.00%
40.78%

Color #0B0797 in popluar number systems.

HEX 0B 07 97
Decimal 11 7 151
Binary 1011 111 10010111
Octal 13 7 227

Shades and tints

Shades of #0B0797

#0B0797
(11,7,151)
#0A078A
(10,7,138)
#09077D
(9,7,125)
#080770
(8,7,112)
#070763
(7,7,99)
#060756
(6,7,86)
#050749
(5,7,73)
#04073C
(4,7,60)
#03072F
(3,7,47)
#020722
(2,7,34)
#010715
(1,7,21)
#000000
(0,0,0)

Tints of #0B0797

#0B0797
(11,7,151)
#211DA0
(33,29,160)
#3733A9
(55,51,169)
#4D49B2
(77,73,178)
#635FBB
(99,95,187)
#7975C4
(121,117,196)
#8F8BCD
(143,139,205)
#A5A1D6
(165,161,214)
#BBB7DF
(187,183,223)
#D1CDE8
(209,205,232)
#E7E3F1
(231,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0797 color. Also use rgb(11,7,151) instead hex code.

Text Font Color

.myTextColor { color: #0B0797; }

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

This text font color is #0B0797.

Background Color

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

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

This div background color is #0B0797.

Border color

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

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

This div border color is #0B0797.

Opacity

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

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

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

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

This text has shadow with #0B0797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0797.

Preview

Color preview on black background

This text has color #0B0797 on black background.


Color preview on white background

This text has color #0B0797 on white background.


Black color preview on #0B0797 background

This text has black color on #0B0797 background.


White color preview on #0B0797 background

This text has white color on #0B0797 background.


Related colors

Complementary color

Complementary color for #hex is #F4F868.


I love getcolorcode.com

Triadic colors

1 #970B07 and #07970B with #0B0797 are triadic colors.

2 #97070B and #070B97 with #0B0797 are triadic colors.