COLOR #0C2435

HEX: #0C2435 RGB: (12,36,53)

Color info

#0C2435 contains red, green and blue colors in about the same proportion. Web safe color of #0C2435 is #003333 (or #033).

RGB color model

#0C2435 color RGB value is (12,36,53).

RGB: (12,36,53) (5%, 14%, 21%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 53 of 255 = 21%

12
36
53

R + G + B ~ 13%. #0C2435 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 36 + 53 = 101 (100%)
R 12 of 101 ~ 11.88%
G 36 of 101 ~ 35.64%
B 53 of 101 ~ 52.48'%

%11.88
%35.64
%52.48

CMYK color model

#0C2435 color CMYK value is (77,32,0,79).

  • cyan value is 77.36%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (77,32,0,79)
C77M32Y0K79 (77%, 32%, 0%, 79%)
(0.77 / 0.32 / 0.00 / 0.79)

CMYK percentages

%77.36
%32.08
%0
%79.22

Codes

Color #0C2435 in popluar color models

0C 24 35
RGB 12 36 53
HSL 205° 63.08% 12.75%
HSB/HSV 205° 77.36% 20.78%
CMYK 77.36% 32.08% 0.00%
79.22%

Color #0C2435 in popluar number systems.

HEX 0C 24 35
Decimal 12 36 53
Binary 1100 100100 110101
Octal 14 44 65

Shades and tints

Shades of #0C2435

#0C2435
(12,36,53)
#0B2131
(11,33,49)
#0A1E2D
(10,30,45)
#091B29
(9,27,41)
#081825
(8,24,37)
#071521
(7,21,33)
#06121D
(6,18,29)
#050F19
(5,15,25)
#040C15
(4,12,21)
#030911
(3,9,17)
#02060D
(2,6,13)
#000000
(0,0,0)

Tints of #0C2435

#0C2435
(12,36,53)
#223747
(34,55,71)
#384A59
(56,74,89)
#4E5D6B
(78,93,107)
#64707D
(100,112,125)
#7A838F
(122,131,143)
#9096A1
(144,150,161)
#A6A9B3
(166,169,179)
#BCBCC5
(188,188,197)
#D2CFD7
(210,207,215)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2435; }

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

This text font color is #0C2435.

Background Color

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

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

This div background color is #0C2435.

Border color

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

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

This div border color is #0C2435.

Opacity

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

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

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

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

This text has shadow with #0C2435 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2435.

Preview

Color preview on black background

This text has color #0C2435 on black background.


Color preview on white background

This text has color #0C2435 on white background.


Black color preview on #0C2435 background

This text has black color on #0C2435 background.


White color preview on #0C2435 background

This text has white color on #0C2435 background.


Related colors

Complementary color

Complementary color for #hex is #F3DBCA.


I love getcolorcode.com

Triadic colors

1 #350C24 and #24350C with #0C2435 are triadic colors.

2 #35240C and #240C35 with #0C2435 are triadic colors.