COLOR #0C2C65

HEX: #0C2C65
RGB: (12,44,101)

Color info

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

RGB color model

#0C2C65 color RGB value is (12,44,101).

  • red value is 12;
  • green value is 44;
  • blue value is 101.
RGB:
(12,44,101)
(5%,17%,40%)

RGB channels and saturation

R 12 of 255 = 5%
G 44 of 255 = 17%
B 101 of 255 = 40%

12
44
101

R + G + B ~ 21%. #0C2C65 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 44 + 101 = 157 (100%)
R 12 of 157 ~ 7.64%
G 44 of 157 ~ 28.03%
B 101 of 157 ~ 64.33%

%28.03
%64.33

CMYK color model

#0C2C65 color CMYK value is (88,56,0,60).

  • cyan value is 88.12%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(88,56,0,60)
C88M56Y0K60 
(88%,56%,0%,60%)
(0.88/0.56/0.00/0.60)	

CMYK percentages

%88.12
%56.44
%0
%60.39

Codes

Color #0C2C65 in popluar color models

0C2C65
RGB1244101
HSL218°78.76%22.16%
HSB/HSV218°88.12%39.61%
CMYK88.12%56.44%0.00%
60.39%

Color #0C2C65 in popluar number systems.

HEX0C2C65
Decimal1244101
Binary11001011001100101
Octal1454145

Shades and tints

Shades of #0C2C65

#0C2C65
(12,44,101)
#0B285C
(11,40,92)
#0A2453
(10,36,83)
#09204A
(9,32,74)
#081C41
(8,28,65)
#071838
(7,24,56)
#06142F
(6,20,47)
#051026
(5,16,38)
#040C1D
(4,12,29)
#030814
(3,8,20)
#02040B
(2,4,11)
#000000
(0,0,0)

Tints of #0C2C65

#0C2C65
(12,44,101)
#223F73
(34,63,115)
#385281
(56,82,129)
#4E658F
(78,101,143)
#64789D
(100,120,157)
#7A8BAB
(122,139,171)
#909EB9
(144,158,185)
#A6B1C7
(166,177,199)
#BCC4D5
(188,196,213)
#D2D7E3
(210,215,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2C65 color. Also use rgb(12,44,101) instead hex code.

Text Font Color

.myTextColor { color: #0C2C65; }

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

This text font color is #0C2C65.


Background Color

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

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

This div background color is #0C2C65.


Border color

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

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

This div border color is #0C2C65.


Opacity

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

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

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

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

This text has shadow with #0C2C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2C65 on black background.


Color preview on white background

This text has color #0C2C65 on white background.



Black color preview on #0C2C65 background

This text has black color on #0C2C65 background.


White color preview on #0C2C65 background

This text has white color on #0C2C65 background.