COLOR #0C247A

HEX: #0C247A RGB: (12,36,122)

Color info

#0C247A contains mainly blue color. Web safe color of #0C247A is #003366 (or #036).

RGB color model

#0C247A color RGB value is (12,36,122).

RGB: (12,36,122) (5%, 14%, 48%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 122 of 255 = 48%

12
36
122

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

Portions of RGB colors in percentages

R + G + B = 12 + 36 + 122 = 170 (100%)
R 12 of 170 ~ 7.06%
G 36 of 170 ~ 21.18%
B 122 of 170 ~ 71.76'%

%21.18
%71.76

CMYK color model

#0C247A color CMYK value is (90,70,0,52).

  • cyan value is 90.16%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (90,70,0,52)
C90M70Y0K52 (90%, 70%, 0%, 52%)
(0.90 / 0.70 / 0.00 / 0.52)

CMYK percentages

%90.16
%70.49
%0
%52.16

Codes

Color #0C247A in popluar color models

0C 24 7A
RGB 12 36 122
HSL 227° 82.09% 26.27%
HSB/HSV 227° 90.16% 47.84%
CMYK 90.16% 70.49% 0.00%
52.16%

Color #0C247A in popluar number systems.

HEX 0C 24 7A
Decimal 12 36 122
Binary 1100 100100 1111010
Octal 14 44 172

Shades and tints

Shades of #0C247A

#0C247A
(12,36,122)
#0B216F
(11,33,111)
#0A1E64
(10,30,100)
#091B59
(9,27,89)
#08184E
(8,24,78)
#071543
(7,21,67)
#061238
(6,18,56)
#050F2D
(5,15,45)
#040C22
(4,12,34)
#030917
(3,9,23)
#02060C
(2,6,12)
#000000
(0,0,0)

Tints of #0C247A

#0C247A
(12,36,122)
#223786
(34,55,134)
#384A92
(56,74,146)
#4E5D9E
(78,93,158)
#6470AA
(100,112,170)
#7A83B6
(122,131,182)
#9096C2
(144,150,194)
#A6A9CE
(166,169,206)
#BCBCDA
(188,188,218)
#D2CFE6
(210,207,230)
#E8E2F2
(232,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C247A; }

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

This text font color is #0C247A.

Background Color

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

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

This div background color is #0C247A.

Border color

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

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

This div border color is #0C247A.

Opacity

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

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

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

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

This text has shadow with #0C247A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C247A.

Preview

Color preview on black background

This text has color #0C247A on black background.


Color preview on white background

This text has color #0C247A on white background.


Black color preview on #0C247A background

This text has black color on #0C247A background.


White color preview on #0C247A background

This text has white color on #0C247A background.


Related colors

Complementary color

Complementary color for #hex is #F3DB85.


I love getcolorcode.com

Triadic colors

1 #7A0C24 and #247A0C with #0C247A are triadic colors.

2 #7A240C and #240C7A with #0C247A are triadic colors.