COLOR #0C538E

HEX: #0C538E
RGB: (12,83,142)

Color info

#0C538E contains mainly green and blue colors. Web safe color of #0C538E is #006699 (or #069).

RGB color model

#0C538E color RGB value is (12,83,142).

  • red value is 12;
  • green value is 83;
  • blue value is 142.
RGB:
(12,83,142)
(5%,33%,56%)

RGB channels and saturation

R 12 of 255 = 5%
G 83 of 255 = 33%
B 142 of 255 = 56%

12
83
142

R + G + B ~ 31%. #0C538E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 83 + 142 = 237 (100%)
R 12 of 237 ~ 5.06%
G 83 of 237 ~ 35.02%
B 142 of 237 ~ 59.92%

%35.02
%59.92

CMYK color model

#0C538E color CMYK value is (92,42,0,44).

  • cyan value is 91.55%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(92,42,0,44)
C92M42Y0K44 
(92%,42%,0%,44%)
(0.92/0.42/0.00/0.44)	

CMYK percentages

%91.55
%41.55
%0
%44.31

Codes

Color #0C538E in popluar color models

0C538E
RGB1283142
HSL207°84.42%30.20%
HSB/HSV207°91.55%55.69%
CMYK91.55%41.55%0.00%
44.31%

Color #0C538E in popluar number systems.

HEX0C538E
Decimal1283142
Binary1100101001110001110
Octal14123216

Shades and tints

Shades of #0C538E

#0C538E
(12,83,142)
#0B4C82
(11,76,130)
#0A4576
(10,69,118)
#093E6A
(9,62,106)
#08375E
(8,55,94)
#073052
(7,48,82)
#062946
(6,41,70)
#05223A
(5,34,58)
#041B2E
(4,27,46)
#031422
(3,20,34)
#020D16
(2,13,22)
#000000
(0,0,0)

Tints of #0C538E

#0C538E
(12,83,142)
#226298
(34,98,152)
#3871A2
(56,113,162)
#4E80AC
(78,128,172)
#648FB6
(100,143,182)
#7A9EC0
(122,158,192)
#90ADCA
(144,173,202)
#A6BCD4
(166,188,212)
#BCCBDE
(188,203,222)
#D2DAE8
(210,218,232)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C538E color. Also use rgb(12,83,142) instead hex code.

Text Font Color

.myTextColor { color: #0C538E; }

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

This text font color is #0C538E.


Background Color

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

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

This div background color is #0C538E.


Border color

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

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

This div border color is #0C538E.


Opacity

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

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

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

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

This text has shadow with #0C538E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C538E on black background.


Color preview on white background

This text has color #0C538E on white background.



Black color preview on #0C538E background

This text has black color on #0C538E background.


White color preview on #0C538E background

This text has white color on #0C538E background.