COLOR #0C63A2

HEX: #0C63A2
RGB: (12,99,162)

Color info

#0C63A2 contains mainly blue color. Web safe color of #0C63A2 is #006699 (or #069).

RGB color model

#0C63A2 color RGB value is (12,99,162).

  • red value is 12;
  • green value is 99;
  • blue value is 162.
RGB:
(12,99,162)
(5%,39%,64%)

RGB channels and saturation

R 12 of 255 = 5%
G 99 of 255 = 39%
B 162 of 255 = 64%

12
99
162

R + G + B ~ 36%. #0C63A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 99 + 162 = 273 (100%)
R 12 of 273 ~ 4.4%
G 99 of 273 ~ 36.26%
B 162 of 273 ~ 59.34%

%36.26
%59.34

CMYK color model

#0C63A2 color CMYK value is (93,39,0,36).

  • cyan value is 92.59%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(93,39,0,36)
C93M39Y0K36 
(93%,39%,0%,36%)
(0.93/0.39/0.00/0.36)	

CMYK percentages

%92.59
%38.89
%0
%36.47

Codes

Color #0C63A2 in popluar color models

0C63A2
RGB1299162
HSL205°86.21%34.12%
HSB/HSV205°92.59%63.53%
CMYK92.59%38.89%0.00%
36.47%

Color #0C63A2 in popluar number systems.

HEX0C63A2
Decimal1299162
Binary1100110001110100010
Octal14143242

Shades and tints

Shades of #0C63A2

#0C63A2
(12,99,162)
#0B5A94
(11,90,148)
#0A5186
(10,81,134)
#094878
(9,72,120)
#083F6A
(8,63,106)
#07365C
(7,54,92)
#062D4E
(6,45,78)
#052440
(5,36,64)
#041B32
(4,27,50)
#031224
(3,18,36)
#020916
(2,9,22)
#000000
(0,0,0)

Tints of #0C63A2

#0C63A2
(12,99,162)
#2271AA
(34,113,170)
#387FB2
(56,127,178)
#4E8DBA
(78,141,186)
#649BC2
(100,155,194)
#7AA9CA
(122,169,202)
#90B7D2
(144,183,210)
#A6C5DA
(166,197,218)
#BCD3E2
(188,211,226)
#D2E1EA
(210,225,234)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C63A2 color. Also use rgb(12,99,162) instead hex code.

Text Font Color

.myTextColor { color: #0C63A2; }

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

This text font color is #0C63A2.


Background Color

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

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

This div background color is #0C63A2.


Border color

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

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

This div border color is #0C63A2.


Opacity

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

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

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

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

This text has shadow with #0C63A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C63A2 on black background.


Color preview on white background

This text has color #0C63A2 on white background.



Black color preview on #0C63A2 background

This text has black color on #0C63A2 background.


White color preview on #0C63A2 background

This text has white color on #0C63A2 background.