COLOR #0C34A0

HEX: #0C34A0
RGB: (12,52,160)

Color info

#0C34A0 contains mainly blue color. Web safe color of #0C34A0 is #003399 (or #039).

RGB color model

#0C34A0 color RGB value is (12,52,160).

  • red value is 12;
  • green value is 52;
  • blue value is 160.
RGB:
(12,52,160)
(5%,20%,63%)

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 160 of 255 = 63%

12
52
160

R + G + B ~ 29%. #0C34A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 52 + 160 = 224 (100%)
R 12 of 224 ~ 5.36%
G 52 of 224 ~ 23.21%
B 160 of 224 ~ 71.43%

%23.21
%71.43

CMYK color model

#0C34A0 color CMYK value is (93,68,0,37).

  • cyan value is 92.50%
  • magenta value is 67.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(93,68,0,37)
C93M68Y0K37 
(93%,68%,0%,37%)
(0.93/0.68/0.00/0.37)	

CMYK percentages

%92.5
%67.5
%0
%37.25

Codes

Color #0C34A0 in popluar color models

0C34A0
RGB1252160
HSL224°86.05%33.73%
HSB/HSV224°92.50%62.75%
CMYK92.50%67.50%0.00%
37.25%

Color #0C34A0 in popluar number systems.

HEX0C34A0
Decimal1252160
Binary110011010010100000
Octal1464240

Shades and tints

Shades of #0C34A0

#0C34A0
(12,52,160)
#0B3092
(11,48,146)
#0A2C84
(10,44,132)
#092876
(9,40,118)
#082468
(8,36,104)
#07205A
(7,32,90)
#061C4C
(6,28,76)
#05183E
(5,24,62)
#041430
(4,20,48)
#031022
(3,16,34)
#020C14
(2,12,20)
#000000
(0,0,0)

Tints of #0C34A0

#0C34A0
(12,52,160)
#2246A8
(34,70,168)
#3858B0
(56,88,176)
#4E6AB8
(78,106,184)
#647CC0
(100,124,192)
#7A8EC8
(122,142,200)
#90A0D0
(144,160,208)
#A6B2D8
(166,178,216)
#BCC4E0
(188,196,224)
#D2D6E8
(210,214,232)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C34A0 color. Also use rgb(12,52,160) instead hex code.

Text Font Color

.myTextColor { color: #0C34A0; }

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

This text font color is #0C34A0.


Background Color

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

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

This div background color is #0C34A0.


Border color

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

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

This div border color is #0C34A0.


Opacity

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

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

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

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

This text has shadow with #0C34A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C34A0 on black background.


Color preview on white background

This text has color #0C34A0 on white background.



Black color preview on #0C34A0 background

This text has black color on #0C34A0 background.


White color preview on #0C34A0 background

This text has white color on #0C34A0 background.