COLOR #0C245C

HEX: #0C245C RGB: (12,36,92)

Color info

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

RGB color model

#0C245C color RGB value is (12,36,92).

RGB: (12,36,92) (5%, 14%, 36%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 92 of 255 = 36%

12
36
92

R + G + B ~ 18%. #0C245C is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 36 + 92 = 140 (100%)
R 12 of 140 ~ 8.57%
G 36 of 140 ~ 25.71%
B 92 of 140 ~ 65.71'%

%25.71
%65.71

CMYK color model

#0C245C color CMYK value is (87,61,0,64).

  • cyan value is 86.96%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (87,61,0,64)
C87M61Y0K64 (87%, 61%, 0%, 64%)
(0.87 / 0.61 / 0.00 / 0.64)

CMYK percentages

%86.96
%60.87
%0
%63.92

Codes

Color #0C245C in popluar color models

0C 24 5C
RGB 12 36 92
HSL 222° 76.92% 20.39%
HSB/HSV 222° 86.96% 36.08%
CMYK 86.96% 60.87% 0.00%
63.92%

Color #0C245C in popluar number systems.

HEX 0C 24 5C
Decimal 12 36 92
Binary 1100 100100 1011100
Octal 14 44 134

Shades and tints

Shades of #0C245C

#0C245C
(12,36,92)
#0B2154
(11,33,84)
#0A1E4C
(10,30,76)
#091B44
(9,27,68)
#08183C
(8,24,60)
#071534
(7,21,52)
#06122C
(6,18,44)
#050F24
(5,15,36)
#040C1C
(4,12,28)
#030914
(3,9,20)
#02060C
(2,6,12)
#000000
(0,0,0)

Tints of #0C245C

#0C245C
(12,36,92)
#22376A
(34,55,106)
#384A78
(56,74,120)
#4E5D86
(78,93,134)
#647094
(100,112,148)
#7A83A2
(122,131,162)
#9096B0
(144,150,176)
#A6A9BE
(166,169,190)
#BCBCCC
(188,188,204)
#D2CFDA
(210,207,218)
#E8E2E8
(232,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C245C; }

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

This text font color is #0C245C.

Background Color

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

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

This div background color is #0C245C.

Border color

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

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

This div border color is #0C245C.

Opacity

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

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

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

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

This text has shadow with #0C245C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C245C.

Preview

Color preview on black background

This text has color #0C245C on black background.


Color preview on white background

This text has color #0C245C on white background.


Black color preview on #0C245C background

This text has black color on #0C245C background.


White color preview on #0C245C background

This text has white color on #0C245C background.


Related colors

Complementary color

Complementary color for #hex is #F3DBA3.


I love getcolorcode.com

Triadic colors

1 #5C0C24 and #245C0C with #0C245C are triadic colors.

2 #5C240C and #240C5C with #0C245C are triadic colors.