COLOR #0B5D7C

HEX: #0B5D7C
RGB: (11,93,124)

Color info

#0B5D7C contains mainly green and blue colors. Web safe color of #0B5D7C is #006666 (or #066).

RGB color model

#0B5D7C color RGB value is (11,93,124).

  • red value is 11;
  • green value is 93;
  • blue value is 124.
RGB:
(11,93,124)
(4%,36%,49%)

RGB channels and saturation

R 11 of 255 = 4%
G 93 of 255 = 36%
B 124 of 255 = 49%

11
93
124

R + G + B ~ 30%. #0B5D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 93 + 124 = 228 (100%)
R 11 of 228 ~ 4.82%
G 93 of 228 ~ 40.79%
B 124 of 228 ~ 54.39%

%40.79
%54.39

CMYK color model

#0B5D7C color CMYK value is (91,25,0,51).

  • cyan value is 91.13%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(91,25,0,51)
C91M25Y0K51 
(91%,25%,0%,51%)
(0.91/0.25/0.00/0.51)	

CMYK percentages

%91.13
%25
%0
%51.37

Codes

Color #0B5D7C in popluar color models

0B5D7C
RGB1193124
HSL196°83.70%26.47%
HSB/HSV196°91.13%48.63%
CMYK91.13%25.00%0.00%
51.37%

Color #0B5D7C in popluar number systems.

HEX0B5D7C
Decimal1193124
Binary101110111011111100
Octal13135174

Shades and tints

Shades of #0B5D7C

#0B5D7C
(11,93,124)
#0A5571
(10,85,113)
#094D66
(9,77,102)
#08455B
(8,69,91)
#073D50
(7,61,80)
#063545
(6,53,69)
#052D3A
(5,45,58)
#04252F
(4,37,47)
#031D24
(3,29,36)
#021519
(2,21,25)
#010D0E
(1,13,14)
#000000
(0,0,0)

Tints of #0B5D7C

#0B5D7C
(11,93,124)
#216B87
(33,107,135)
#377992
(55,121,146)
#4D879D
(77,135,157)
#6395A8
(99,149,168)
#79A3B3
(121,163,179)
#8FB1BE
(143,177,190)
#A5BFC9
(165,191,201)
#BBCDD4
(187,205,212)
#D1DBDF
(209,219,223)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5D7C color. Also use rgb(11,93,124) instead hex code.

Text Font Color

.myTextColor { color: #0B5D7C; }

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

This text font color is #0B5D7C.


Background Color

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

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

This div background color is #0B5D7C.


Border color

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

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

This div border color is #0B5D7C.


Opacity

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

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

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

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

This text has shadow with #0B5D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5D7C on black background.


Color preview on white background

This text has color #0B5D7C on white background.



Black color preview on #0B5D7C background

This text has black color on #0B5D7C background.


White color preview on #0B5D7C background

This text has white color on #0B5D7C background.