COLOR #0C3A5F

HEX: #0C3A5F RGB: (12,58,95)

Color info

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

RGB color model

#0C3A5F color RGB value is (12,58,95).

RGB: (12,58,95) (5%, 23%, 37%)

RGB channels and saturation

R 12 of 255 = 5%
G 58 of 255 = 23%
B 95 of 255 = 37%

12
58
95

R + G + B ~ 22%. #0C3A5F is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 58 + 95 = 165 (100%)
R 12 of 165 ~ 7.27%
G 58 of 165 ~ 35.15%
B 95 of 165 ~ 57.58'%

%35.15
%57.58

CMYK color model

#0C3A5F color CMYK value is (87,39,0,63).

  • cyan value is 87.37%
  • magenta value is 38.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (87,39,0,63) C87M39Y0K63 (87%,39%,0%,63%) (0.87/0.39/0.00/0.63) 

CMYK percentages

%87.37
%38.95
%0
%62.75

Codes

Color #0C3A5F in popluar color models

0C 3A 5F
RGB 12 58 95
HSL 207° 77.57% 20.98%
HSB/HSV 207° 87.37% 37.25%
CMYK 87.37% 38.95% 0.00%
62.75%

Color #0C3A5F in popluar number systems.

HEX 0C 3A 5F
Decimal 12 58 95
Binary 1100 111010 1011111
Octal 14 72 137

Shades and tints

Shades of #0C3A5F

#0C3A5F
(12,58,95)
#0B3557
(11,53,87)
#0A304F
(10,48,79)
#092B47
(9,43,71)
#08263F
(8,38,63)
#072137
(7,33,55)
#061C2F
(6,28,47)
#051727
(5,23,39)
#04121F
(4,18,31)
#030D17
(3,13,23)
#02080F
(2,8,15)
#000000
(0,0,0)

Tints of #0C3A5F

#0C3A5F
(12,58,95)
#224B6D
(34,75,109)
#385C7B
(56,92,123)
#4E6D89
(78,109,137)
#647E97
(100,126,151)
#7A8FA5
(122,143,165)
#90A0B3
(144,160,179)
#A6B1C1
(166,177,193)
#BCC2CF
(188,194,207)
#D2D3DD
(210,211,221)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3A5F color. Also use rgb(12,58,95) instead hex code.

Text Font Color

.myTextColor { color: #0C3A5F; }

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

This text font color is #0C3A5F.

Background Color

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

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

This div background color is #0C3A5F.

Border color

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

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

This div border color is #0C3A5F.

Opacity

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

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

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

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

This text has shadow with #0C3A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3A5F.

Preview

Color preview on black background

This text has color #0C3A5F on black background.


Color preview on white background

This text has color #0C3A5F on white background.


Black color preview on #0C3A5F background

This text has black color on #0C3A5F background.


White color preview on #0C3A5F background

This text has white color on #0C3A5F background.


Related colors

Complementary color

Complementary color for #hex is #F3C5A0.


I love getcolorcode.com

Triadic colors

1 #5F0C3A and #3A5F0C with #0C3A5F are triadic colors.

2 #5F3A0C and #3A0C5F with #0C3A5F are triadic colors.