COLOR #0B749E

HEX: #0B749E
RGB: (11,116,158)

Color info

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

RGB color model

#0B749E color RGB value is (11,116,158).

  • red value is 11;
  • green value is 116;
  • blue value is 158.
RGB:
(11,116,158)
(4%,45%,62%)

RGB channels and saturation

R 11 of 255 = 4%
G 116 of 255 = 45%
B 158 of 255 = 62%

11
116
158

R + G + B ~ 37%. #0B749E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 116 + 158 = 285 (100%)
R 11 of 285 ~ 3.86%
G 116 of 285 ~ 40.7%
B 158 of 285 ~ 55.44%

%40.7
%55.44

CMYK color model

#0B749E color CMYK value is (93,27,0,38).

  • cyan value is 93.04%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(93,27,0,38)
C93M27Y0K38 
(93%,27%,0%,38%)
(0.93/0.27/0.00/0.38)	

CMYK percentages

%93.04
%26.58
%0
%38.04

Codes

Color #0B749E in popluar color models

0B749E
RGB11116158
HSL197°86.98%33.14%
HSB/HSV197°93.04%61.96%
CMYK93.04%26.58%0.00%
38.04%

Color #0B749E in popluar number systems.

HEX0B749E
Decimal11116158
Binary1011111010010011110
Octal13164236

Shades and tints

Shades of #0B749E

#0B749E
(11,116,158)
#0A6A90
(10,106,144)
#096082
(9,96,130)
#085674
(8,86,116)
#074C66
(7,76,102)
#064258
(6,66,88)
#05384A
(5,56,74)
#042E3C
(4,46,60)
#03242E
(3,36,46)
#021A20
(2,26,32)
#011012
(1,16,18)
#000000
(0,0,0)

Tints of #0B749E

#0B749E
(11,116,158)
#2180A6
(33,128,166)
#378CAE
(55,140,174)
#4D98B6
(77,152,182)
#63A4BE
(99,164,190)
#79B0C6
(121,176,198)
#8FBCCE
(143,188,206)
#A5C8D6
(165,200,214)
#BBD4DE
(187,212,222)
#D1E0E6
(209,224,230)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B749E color. Also use rgb(11,116,158) instead hex code.

Text Font Color

.myTextColor { color: #0B749E; }

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

This text font color is #0B749E.


Background Color

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

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

This div background color is #0B749E.


Border color

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

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

This div border color is #0B749E.


Opacity

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

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

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

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

This text has shadow with #0B749E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B749E on black background.


Color preview on white background

This text has color #0B749E on white background.



Black color preview on #0B749E background

This text has black color on #0B749E background.


White color preview on #0B749E background

This text has white color on #0B749E background.