COLOR #0C354F

HEX: #0C354F RGB: (12,53,79)

Color info

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

RGB color model

#0C354F color RGB value is (12,53,79).

RGB: (12,53,79) (5%, 21%, 31%)

RGB channels and saturation

R 12 of 255 = 5%
G 53 of 255 = 21%
B 79 of 255 = 31%

12
53
79

R + G + B ~ 19%. #0C354F is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 53 + 79 = 144 (100%)
R 12 of 144 ~ 8.33%
G 53 of 144 ~ 36.81%
B 79 of 144 ~ 54.86'%

%36.81
%54.86

CMYK color model

#0C354F color CMYK value is (85,33,0,69).

  • cyan value is 84.81%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (85,33,0,69)
C85M33Y0K69 (85%, 33%, 0%, 69%)
(0.85 / 0.33 / 0.00 / 0.69)

CMYK percentages

%84.81
%32.91
%0
%69.02

Codes

Color #0C354F in popluar color models

0C 35 4F
RGB 12 53 79
HSL 203° 73.63% 17.84%
HSB/HSV 203° 84.81% 30.98%
CMYK 84.81% 32.91% 0.00%
69.02%

Color #0C354F in popluar number systems.

HEX 0C 35 4F
Decimal 12 53 79
Binary 1100 110101 1001111
Octal 14 65 117

Shades and tints

Shades of #0C354F

#0C354F
(12,53,79)
#0B3148
(11,49,72)
#0A2D41
(10,45,65)
#09293A
(9,41,58)
#082533
(8,37,51)
#07212C
(7,33,44)
#061D25
(6,29,37)
#05191E
(5,25,30)
#041517
(4,21,23)
#031110
(3,17,16)
#020D09
(2,13,9)
#000000
(0,0,0)

Tints of #0C354F

#0C354F
(12,53,79)
#22475F
(34,71,95)
#38596F
(56,89,111)
#4E6B7F
(78,107,127)
#647D8F
(100,125,143)
#7A8F9F
(122,143,159)
#90A1AF
(144,161,175)
#A6B3BF
(166,179,191)
#BCC5CF
(188,197,207)
#D2D7DF
(210,215,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C354F color. Also use rgb(12,53,79) instead hex code.

Text Font Color

.myTextColor { color: #0C354F; }

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

This text font color is #0C354F.

Background Color

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

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

This div background color is #0C354F.

Border color

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

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

This div border color is #0C354F.

Opacity

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

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

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

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

This text has shadow with #0C354F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C354F.

Preview

Color preview on black background

This text has color #0C354F on black background.


Color preview on white background

This text has color #0C354F on white background.


Black color preview on #0C354F background

This text has black color on #0C354F background.


White color preview on #0C354F background

This text has white color on #0C354F background.


Related colors

Complementary color

Complementary color for #hex is #F3CAB0.


I love getcolorcode.com

Triadic colors

1 #4F0C35 and #354F0C with #0C354F are triadic colors.

2 #4F350C and #350C4F with #0C354F are triadic colors.