COLOR #0C298F

HEX: #0C298F
RGB: (12,41,143)

Color info

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

RGB color model

#0C298F color RGB value is (12,41,143).

  • red value is 12;
  • green value is 41;
  • blue value is 143.
RGB:
(12,41,143)
(5%,16%,56%)

RGB channels and saturation

R 12 of 255 = 5%
G 41 of 255 = 16%
B 143 of 255 = 56%

12
41
143

R + G + B ~ 26%. #0C298F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 143 = 196 (100%)
R 12 of 196 ~ 6.12%
G 41 of 196 ~ 20.92%
B 143 of 196 ~ 72.96%

%20.92
%72.96

CMYK color model

#0C298F color CMYK value is (92,71,0,44).

  • cyan value is 91.61%
  • magenta value is 71.33%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(92,71,0,44)
C92M71Y0K44 
(92%,71%,0%,44%)
(0.92/0.71/0.00/0.44)	

CMYK percentages

%91.61
%71.33
%0
%43.92

Codes

Color #0C298F in popluar color models

0C298F
RGB1241143
HSL227°84.52%30.39%
HSB/HSV227°91.61%56.08%
CMYK91.61%71.33%0.00%
43.92%

Color #0C298F in popluar number systems.

HEX0C298F
Decimal1241143
Binary110010100110001111
Octal1451217

Shades and tints

Shades of #0C298F

#0C298F
(12,41,143)
#0B2682
(11,38,130)
#0A2375
(10,35,117)
#092068
(9,32,104)
#081D5B
(8,29,91)
#071A4E
(7,26,78)
#061741
(6,23,65)
#051434
(5,20,52)
#041127
(4,17,39)
#030E1A
(3,14,26)
#020B0D
(2,11,13)
#000000
(0,0,0)

Tints of #0C298F

#0C298F
(12,41,143)
#223C99
(34,60,153)
#384FA3
(56,79,163)
#4E62AD
(78,98,173)
#6475B7
(100,117,183)
#7A88C1
(122,136,193)
#909BCB
(144,155,203)
#A6AED5
(166,174,213)
#BCC1DF
(188,193,223)
#D2D4E9
(210,212,233)
#E8E7F3
(232,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C298F color. Also use rgb(12,41,143) instead hex code.

Text Font Color

.myTextColor { color: #0C298F; }

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

This text font color is #0C298F.


Background Color

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

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

This div background color is #0C298F.


Border color

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

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

This div border color is #0C298F.


Opacity

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

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

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

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

This text has shadow with #0C298F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C298F on black background.


Color preview on white background

This text has color #0C298F on white background.



Black color preview on #0C298F background

This text has black color on #0C298F background.


White color preview on #0C298F background

This text has white color on #0C298F background.