COLOR #0B699B

HEX: #0B699B
RGB: (11,105,155)

Color info

#0B699B contains mainly green and blue colors. Web safe color of #0B699B is #006699 (or #069).

RGB color model

#0B699B color RGB value is (11,105,155).

  • red value is 11;
  • green value is 105;
  • blue value is 155.
RGB:
(11,105,155)
(4%,41%,61%)

RGB channels and saturation

R 11 of 255 = 4%
G 105 of 255 = 41%
B 155 of 255 = 61%

11
105
155

R + G + B ~ 35%. #0B699B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 105 + 155 = 271 (100%)
R 11 of 271 ~ 4.06%
G 105 of 271 ~ 38.75%
B 155 of 271 ~ 57.2%

%38.75
%57.2

CMYK color model

#0B699B color CMYK value is (93,32,0,39).

  • cyan value is 92.90%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(93,32,0,39)
C93M32Y0K39 
(93%,32%,0%,39%)
(0.93/0.32/0.00/0.39)	

CMYK percentages

%92.9
%32.26
%0
%39.22

Codes

Color #0B699B in popluar color models

0B699B
RGB11105155
HSL201°86.75%32.55%
HSB/HSV201°92.90%60.78%
CMYK92.90%32.26%0.00%
39.22%

Color #0B699B in popluar number systems.

HEX0B699B
Decimal11105155
Binary1011110100110011011
Octal13151233

Shades and tints

Shades of #0B699B

#0B699B
(11,105,155)
#0A608D
(10,96,141)
#09577F
(9,87,127)
#084E71
(8,78,113)
#074563
(7,69,99)
#063C55
(6,60,85)
#053347
(5,51,71)
#042A39
(4,42,57)
#03212B
(3,33,43)
#02181D
(2,24,29)
#010F0F
(1,15,15)
#000000
(0,0,0)

Tints of #0B699B

#0B699B
(11,105,155)
#2176A4
(33,118,164)
#3783AD
(55,131,173)
#4D90B6
(77,144,182)
#639DBF
(99,157,191)
#79AAC8
(121,170,200)
#8FB7D1
(143,183,209)
#A5C4DA
(165,196,218)
#BBD1E3
(187,209,227)
#D1DEEC
(209,222,236)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B699B color. Also use rgb(11,105,155) instead hex code.

Text Font Color

.myTextColor { color: #0B699B; }

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

This text font color is #0B699B.


Background Color

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

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

This div background color is #0B699B.


Border color

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

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

This div border color is #0B699B.


Opacity

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

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

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

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

This text has shadow with #0B699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B699B on black background.


Color preview on white background

This text has color #0B699B on white background.



Black color preview on #0B699B background

This text has black color on #0B699B background.


White color preview on #0B699B background

This text has white color on #0B699B background.