COLOR #0C437C

HEX: #0C437C
RGB: (12,67,124)

Color info

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

RGB color model

#0C437C color RGB value is (12,67,124).

  • red value is 12;
  • green value is 67;
  • blue value is 124.
RGB:
(12,67,124)
(5%,26%,49%)

RGB channels and saturation

R 12 of 255 = 5%
G 67 of 255 = 26%
B 124 of 255 = 49%

12
67
124

R + G + B ~ 27%. #0C437C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 67 + 124 = 203 (100%)
R 12 of 203 ~ 5.91%
G 67 of 203 ~ 33%
B 124 of 203 ~ 61.08%

%33
%61.08

CMYK color model

#0C437C color CMYK value is (90,46,0,51).

  • cyan value is 90.32%
  • magenta value is 45.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(90,46,0,51)
C90M46Y0K51 
(90%,46%,0%,51%)
(0.90/0.46/0.00/0.51)	

CMYK percentages

%90.32
%45.97
%0
%51.37

Codes

Color #0C437C in popluar color models

0C437C
RGB1267124
HSL211°82.35%26.67%
HSB/HSV211°90.32%48.63%
CMYK90.32%45.97%0.00%
51.37%

Color #0C437C in popluar number systems.

HEX0C437C
Decimal1267124
Binary110010000111111100
Octal14103174

Shades and tints

Shades of #0C437C

#0C437C
(12,67,124)
#0B3D71
(11,61,113)
#0A3766
(10,55,102)
#09315B
(9,49,91)
#082B50
(8,43,80)
#072545
(7,37,69)
#061F3A
(6,31,58)
#05192F
(5,25,47)
#041324
(4,19,36)
#030D19
(3,13,25)
#02070E
(2,7,14)
#000000
(0,0,0)

Tints of #0C437C

#0C437C
(12,67,124)
#225487
(34,84,135)
#386592
(56,101,146)
#4E769D
(78,118,157)
#6487A8
(100,135,168)
#7A98B3
(122,152,179)
#90A9BE
(144,169,190)
#A6BAC9
(166,186,201)
#BCCBD4
(188,203,212)
#D2DCDF
(210,220,223)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C437C color. Also use rgb(12,67,124) instead hex code.

Text Font Color

.myTextColor { color: #0C437C; }

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

This text font color is #0C437C.


Background Color

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

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

This div background color is #0C437C.


Border color

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

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

This div border color is #0C437C.


Opacity

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

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

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

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

This text has shadow with #0C437C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C437C on black background.


Color preview on white background

This text has color #0C437C on white background.



Black color preview on #0C437C background

This text has black color on #0C437C background.


White color preview on #0C437C background

This text has white color on #0C437C background.