COLOR #0C41B0

HEX: #0C41B0
RGB: (12,65,176)

Color info

#0C41B0 contains mainly blue color. Web safe color of #0C41B0 is #003399 (or #039).

RGB color model

#0C41B0 color RGB value is (12,65,176).

  • red value is 12;
  • green value is 65;
  • blue value is 176.
RGB:
(12,65,176)
(5%,25%,69%)

RGB channels and saturation

R 12 of 255 = 5%
G 65 of 255 = 25%
B 176 of 255 = 69%

12
65
176

R + G + B ~ 33%. #0C41B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 65 + 176 = 253 (100%)
R 12 of 253 ~ 4.74%
G 65 of 253 ~ 25.69%
B 176 of 253 ~ 69.57%

%25.69
%69.57

CMYK color model

#0C41B0 color CMYK value is (93,63,0,31).

  • cyan value is 93.18%
  • magenta value is 63.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(93,63,0,31)
C93M63Y0K31 
(93%,63%,0%,31%)
(0.93/0.63/0.00/0.31)	

CMYK percentages

%93.18
%63.07
%0
%30.98

Codes

Color #0C41B0 in popluar color models

0C41B0
RGB1265176
HSL221°87.23%36.86%
HSB/HSV221°93.18%69.02%
CMYK93.18%63.07%0.00%
30.98%

Color #0C41B0 in popluar number systems.

HEX0C41B0
Decimal1265176
Binary1100100000110110000
Octal14101260

Shades and tints

Shades of #0C41B0

#0C41B0
(12,65,176)
#0B3CA0
(11,60,160)
#0A3790
(10,55,144)
#093280
(9,50,128)
#082D70
(8,45,112)
#072860
(7,40,96)
#062350
(6,35,80)
#051E40
(5,30,64)
#041930
(4,25,48)
#031420
(3,20,32)
#020F10
(2,15,16)
#000000
(0,0,0)

Tints of #0C41B0

#0C41B0
(12,65,176)
#2252B7
(34,82,183)
#3863BE
(56,99,190)
#4E74C5
(78,116,197)
#6485CC
(100,133,204)
#7A96D3
(122,150,211)
#90A7DA
(144,167,218)
#A6B8E1
(166,184,225)
#BCC9E8
(188,201,232)
#D2DAEF
(210,218,239)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C41B0 color. Also use rgb(12,65,176) instead hex code.

Text Font Color

.myTextColor { color: #0C41B0; }

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

This text font color is #0C41B0.


Background Color

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

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

This div background color is #0C41B0.


Border color

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

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

This div border color is #0C41B0.


Opacity

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

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

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

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

This text has shadow with #0C41B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C41B0 on black background.


Color preview on white background

This text has color #0C41B0 on white background.



Black color preview on #0C41B0 background

This text has black color on #0C41B0 background.


White color preview on #0C41B0 background

This text has white color on #0C41B0 background.