COLOR #0C40B6

HEX: #0C40B6
RGB: (12,64,182)

Color info

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

RGB color model

#0C40B6 color RGB value is (12,64,182).

  • red value is 12;
  • green value is 64;
  • blue value is 182.
RGB:
(12,64,182)
(5%,25%,71%)

RGB channels and saturation

R 12 of 255 = 5%
G 64 of 255 = 25%
B 182 of 255 = 71%

12
64
182

R + G + B ~ 34%. #0C40B6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 64 + 182 = 258 (100%)
R 12 of 258 ~ 4.65%
G 64 of 258 ~ 24.81%
B 182 of 258 ~ 70.54%

%24.81
%70.54

CMYK color model

#0C40B6 color CMYK value is (93,65,0,29).

  • cyan value is 93.41%
  • magenta value is 64.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(93,65,0,29)
C93M65Y0K29 
(93%,65%,0%,29%)
(0.93/0.65/0.00/0.29)	

CMYK percentages

%93.41
%64.84
%0
%28.63

Codes

Color #0C40B6 in popluar color models

0C40B6
RGB1264182
HSL222°87.63%38.04%
HSB/HSV222°93.41%71.37%
CMYK93.41%64.84%0.00%
28.63%

Color #0C40B6 in popluar number systems.

HEX0C40B6
Decimal1264182
Binary1100100000010110110
Octal14100266

Shades and tints

Shades of #0C40B6

#0C40B6
(12,64,182)
#0B3BA6
(11,59,166)
#0A3696
(10,54,150)
#093186
(9,49,134)
#082C76
(8,44,118)
#072766
(7,39,102)
#062256
(6,34,86)
#051D46
(5,29,70)
#041836
(4,24,54)
#031326
(3,19,38)
#020E16
(2,14,22)
#000000
(0,0,0)

Tints of #0C40B6

#0C40B6
(12,64,182)
#2251BC
(34,81,188)
#3862C2
(56,98,194)
#4E73C8
(78,115,200)
#6484CE
(100,132,206)
#7A95D4
(122,149,212)
#90A6DA
(144,166,218)
#A6B7E0
(166,183,224)
#BCC8E6
(188,200,230)
#D2D9EC
(210,217,236)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C40B6 color. Also use rgb(12,64,182) instead hex code.

Text Font Color

.myTextColor { color: #0C40B6; }

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

This text font color is #0C40B6.


Background Color

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

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

This div background color is #0C40B6.


Border color

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

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

This div border color is #0C40B6.


Opacity

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

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

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

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

This text has shadow with #0C40B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C40B6 on black background.


Color preview on white background

This text has color #0C40B6 on white background.



Black color preview on #0C40B6 background

This text has black color on #0C40B6 background.


White color preview on #0C40B6 background

This text has white color on #0C40B6 background.