COLOR #0B4F69

HEX: #0B4F69
RGB: (11,79,105)

Color info

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

RGB color model

#0B4F69 color RGB value is (11,79,105).

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

RGB channels and saturation

R 11 of 255 = 4%
G 79 of 255 = 31%
B 105 of 255 = 41%

11
79
105

R + G + B ~ 25%. #0B4F69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 79 + 105 = 195 (100%)
R 11 of 195 ~ 5.64%
G 79 of 195 ~ 40.51%
B 105 of 195 ~ 53.85%

%40.51
%53.85

CMYK color model

#0B4F69 color CMYK value is (90,25,0,59).

  • cyan value is 89.52%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(90,25,0,59)
C90M25Y0K59 
(90%,25%,0%,59%)
(0.90/0.25/0.00/0.59)	

CMYK percentages

%89.52
%24.76
%0
%58.82

Codes

Color #0B4F69 in popluar color models

0B4F69
RGB1179105
HSL197°81.03%22.75%
HSB/HSV197°89.52%41.18%
CMYK89.52%24.76%0.00%
58.82%

Color #0B4F69 in popluar number systems.

HEX0B4F69
Decimal1179105
Binary101110011111101001
Octal13117151

Shades and tints

Shades of #0B4F69

#0B4F69
(11,79,105)
#0A4860
(10,72,96)
#094157
(9,65,87)
#083A4E
(8,58,78)
#073345
(7,51,69)
#062C3C
(6,44,60)
#052533
(5,37,51)
#041E2A
(4,30,42)
#031721
(3,23,33)
#021018
(2,16,24)
#01090F
(1,9,15)
#000000
(0,0,0)

Tints of #0B4F69

#0B4F69
(11,79,105)
#215F76
(33,95,118)
#376F83
(55,111,131)
#4D7F90
(77,127,144)
#638F9D
(99,143,157)
#799FAA
(121,159,170)
#8FAFB7
(143,175,183)
#A5BFC4
(165,191,196)
#BBCFD1
(187,207,209)
#D1DFDE
(209,223,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4F69; }

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

This text font color is #0B4F69.


Background Color

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

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

This div background color is #0B4F69.


Border color

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

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

This div border color is #0B4F69.


Opacity

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

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

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

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

This text has shadow with #0B4F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4F69 on black background.


Color preview on white background

This text has color #0B4F69 on white background.



Black color preview on #0B4F69 background

This text has black color on #0B4F69 background.


White color preview on #0B4F69 background

This text has white color on #0B4F69 background.