COLOR #0B4CC6

HEX: #0B4CC6
RGB: (11,76,198)

Color info

#0B4CC6 contains mainly blue color. Web safe color of #0B4CC6 is #0033CC (or #03C).

RGB color model

#0B4CC6 color RGB value is (11,76,198).

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

RGB channels and saturation

R 11 of 255 = 4%
G 76 of 255 = 30%
B 198 of 255 = 78%

11
76
198

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

Portions of RGB colors in percentages

R + G + B =
11 + 76 + 198 = 285 (100%)
R 11 of 285 ~ 3.86%
G 76 of 285 ~ 26.67%
B 198 of 285 ~ 69.47%

%26.67
%69.47

CMYK color model

#0B4CC6 color CMYK value is (94,62,0,22).

  • cyan value is 94.44%
  • magenta value is 61.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(94,62,0,22)
C94M62Y0K22 
(94%,62%,0%,22%)
(0.94/0.62/0.00/0.22)	

CMYK percentages

%94.44
%61.62
%0
%22.35

Codes

Color #0B4CC6 in popluar color models

0B4CC6
RGB1176198
HSL219°89.47%40.98%
HSB/HSV219°94.44%77.65%
CMYK94.44%61.62%0.00%
22.35%

Color #0B4CC6 in popluar number systems.

HEX0B4CC6
Decimal1176198
Binary1011100110011000110
Octal13114306

Shades and tints

Shades of #0B4CC6

#0B4CC6
(11,76,198)
#0A46B4
(10,70,180)
#0940A2
(9,64,162)
#083A90
(8,58,144)
#07347E
(7,52,126)
#062E6C
(6,46,108)
#05285A
(5,40,90)
#042248
(4,34,72)
#031C36
(3,28,54)
#021624
(2,22,36)
#011012
(1,16,18)
#000000
(0,0,0)

Tints of #0B4CC6

#0B4CC6
(11,76,198)
#215CCB
(33,92,203)
#376CD0
(55,108,208)
#4D7CD5
(77,124,213)
#638CDA
(99,140,218)
#799CDF
(121,156,223)
#8FACE4
(143,172,228)
#A5BCE9
(165,188,233)
#BBCCEE
(187,204,238)
#D1DCF3
(209,220,243)
#E7ECF8
(231,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4CC6; }

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

This text font color is #0B4CC6.


Background Color

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

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

This div background color is #0B4CC6.


Border color

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

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

This div border color is #0B4CC6.


Opacity

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

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

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

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

This text has shadow with #0B4CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4CC6 on black background.


Color preview on white background

This text has color #0B4CC6 on white background.



Black color preview on #0B4CC6 background

This text has black color on #0B4CC6 background.


White color preview on #0B4CC6 background

This text has white color on #0B4CC6 background.