COLOR #0B4C63

HEX: #0B4C63
RGB: (11,76,99)

Color info

#0B4C63 contains mainly green and blue colors. Web safe color of #0B4C63 is #003366 (or #036).

RGB color model

#0B4C63 color RGB value is (11,76,99).

  • red value is 11;
  • green value is 76;
  • blue value is 99.
RGB:
(11,76,99)
(4%,30%,39%)

RGB channels and saturation

R 11 of 255 = 4%
G 76 of 255 = 30%
B 99 of 255 = 39%

11
76
99

R + G + B ~ 24%. #0B4C63 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 76 + 99 = 186 (100%)
R 11 of 186 ~ 5.91%
G 76 of 186 ~ 40.86%
B 99 of 186 ~ 53.23%

%40.86
%53.23

CMYK color model

#0B4C63 color CMYK value is (89,23,0,61).

  • cyan value is 88.89%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(89,23,0,61)
C89M23Y0K61 
(89%,23%,0%,61%)
(0.89/0.23/0.00/0.61)	

CMYK percentages

%88.89
%23.23
%0
%61.18

Codes

Color #0B4C63 in popluar color models

0B4C63
RGB117699
HSL196°80.00%21.57%
HSB/HSV196°88.89%38.82%
CMYK88.89%23.23%0.00%
61.18%

Color #0B4C63 in popluar number systems.

HEX0B4C63
Decimal117699
Binary101110011001100011
Octal13114143

Shades and tints

Shades of #0B4C63

#0B4C63
(11,76,99)
#0A465A
(10,70,90)
#094051
(9,64,81)
#083A48
(8,58,72)
#07343F
(7,52,63)
#062E36
(6,46,54)
#05282D
(5,40,45)
#042224
(4,34,36)
#031C1B
(3,28,27)
#021612
(2,22,18)
#011009
(1,16,9)
#000000
(0,0,0)

Tints of #0B4C63

#0B4C63
(11,76,99)
#215C71
(33,92,113)
#376C7F
(55,108,127)
#4D7C8D
(77,124,141)
#638C9B
(99,140,155)
#799CA9
(121,156,169)
#8FACB7
(143,172,183)
#A5BCC5
(165,188,197)
#BBCCD3
(187,204,211)
#D1DCE1
(209,220,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4C63 color. Also use rgb(11,76,99) instead hex code.

Text Font Color

.myTextColor { color: #0B4C63; }

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

This text font color is #0B4C63.


Background Color

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

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

This div background color is #0B4C63.


Border color

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

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

This div border color is #0B4C63.


Opacity

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

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

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

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

This text has shadow with #0B4C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4C63 on black background.


Color preview on white background

This text has color #0B4C63 on white background.



Black color preview on #0B4C63 background

This text has black color on #0B4C63 background.


White color preview on #0B4C63 background

This text has white color on #0B4C63 background.