COLOR #0C457F

HEX: #0C457F
RGB: (12,69,127)

Color info

#0C457F contains mainly green and blue colors. Web safe color of #0C457F is #003366 (or #036).

RGB color model

#0C457F color RGB value is (12,69,127).

  • red value is 12;
  • green value is 69;
  • blue value is 127.
RGB:
(12,69,127)
(5%,27%,50%)

RGB channels and saturation

R 12 of 255 = 5%
G 69 of 255 = 27%
B 127 of 255 = 50%

12
69
127

R + G + B ~ 27%. #0C457F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 69 + 127 = 208 (100%)
R 12 of 208 ~ 5.77%
G 69 of 208 ~ 33.17%
B 127 of 208 ~ 61.06%

%33.17
%61.06

CMYK color model

#0C457F color CMYK value is (91,46,0,50).

  • cyan value is 90.55%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(91,46,0,50)
C91M46Y0K50 
(91%,46%,0%,50%)
(0.91/0.46/0.00/0.50)	

CMYK percentages

%90.55
%45.67
%0
%50.2

Codes

Color #0C457F in popluar color models

0C457F
RGB1269127
HSL210°82.73%27.25%
HSB/HSV210°90.55%49.80%
CMYK90.55%45.67%0.00%
50.20%

Color #0C457F in popluar number systems.

HEX0C457F
Decimal1269127
Binary110010001011111111
Octal14105177

Shades and tints

Shades of #0C457F

#0C457F
(12,69,127)
#0B3F74
(11,63,116)
#0A3969
(10,57,105)
#09335E
(9,51,94)
#082D53
(8,45,83)
#072748
(7,39,72)
#06213D
(6,33,61)
#051B32
(5,27,50)
#041527
(4,21,39)
#030F1C
(3,15,28)
#020911
(2,9,17)
#000000
(0,0,0)

Tints of #0C457F

#0C457F
(12,69,127)
#22558A
(34,85,138)
#386595
(56,101,149)
#4E75A0
(78,117,160)
#6485AB
(100,133,171)
#7A95B6
(122,149,182)
#90A5C1
(144,165,193)
#A6B5CC
(166,181,204)
#BCC5D7
(188,197,215)
#D2D5E2
(210,213,226)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C457F color. Also use rgb(12,69,127) instead hex code.

Text Font Color

.myTextColor { color: #0C457F; }

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

This text font color is #0C457F.


Background Color

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

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

This div background color is #0C457F.


Border color

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

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

This div border color is #0C457F.


Opacity

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

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

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

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

This text has shadow with #0C457F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C457F on black background.


Color preview on white background

This text has color #0C457F on white background.



Black color preview on #0C457F background

This text has black color on #0C457F background.


White color preview on #0C457F background

This text has white color on #0C457F background.