COLOR #0C54AA

HEX: #0C54AA
RGB: (12,84,170)

Color info

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

RGB color model

#0C54AA color RGB value is (12,84,170).

  • red value is 12;
  • green value is 84;
  • blue value is 170.
RGB:
(12,84,170)
(5%,33%,67%)

RGB channels and saturation

R 12 of 255 = 5%
G 84 of 255 = 33%
B 170 of 255 = 67%

12
84
170

R + G + B ~ 35%. #0C54AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 84 + 170 = 266 (100%)
R 12 of 266 ~ 4.51%
G 84 of 266 ~ 31.58%
B 170 of 266 ~ 63.91%

%31.58
%63.91

CMYK color model

#0C54AA color CMYK value is (93,51,0,33).

  • cyan value is 92.94%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(93,51,0,33)
C93M51Y0K33 
(93%,51%,0%,33%)
(0.93/0.51/0.00/0.33)	

CMYK percentages

%92.94
%50.59
%0
%33.33

Codes

Color #0C54AA in popluar color models

0C54AA
RGB1284170
HSL213°86.81%35.69%
HSB/HSV213°92.94%66.67%
CMYK92.94%50.59%0.00%
33.33%

Color #0C54AA in popluar number systems.

HEX0C54AA
Decimal1284170
Binary1100101010010101010
Octal14124252

Shades and tints

Shades of #0C54AA

#0C54AA
(12,84,170)
#0B4D9B
(11,77,155)
#0A468C
(10,70,140)
#093F7D
(9,63,125)
#08386E
(8,56,110)
#07315F
(7,49,95)
#062A50
(6,42,80)
#052341
(5,35,65)
#041C32
(4,28,50)
#031523
(3,21,35)
#020E14
(2,14,20)
#000000
(0,0,0)

Tints of #0C54AA

#0C54AA
(12,84,170)
#2263B1
(34,99,177)
#3872B8
(56,114,184)
#4E81BF
(78,129,191)
#6490C6
(100,144,198)
#7A9FCD
(122,159,205)
#90AED4
(144,174,212)
#A6BDDB
(166,189,219)
#BCCCE2
(188,204,226)
#D2DBE9
(210,219,233)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C54AA color. Also use rgb(12,84,170) instead hex code.

Text Font Color

.myTextColor { color: #0C54AA; }

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

This text font color is #0C54AA.


Background Color

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

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

This div background color is #0C54AA.


Border color

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

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

This div border color is #0C54AA.


Opacity

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

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

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

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

This text has shadow with #0C54AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C54AA on black background.


Color preview on white background

This text has color #0C54AA on white background.



Black color preview on #0C54AA background

This text has black color on #0C54AA background.


White color preview on #0C54AA background

This text has white color on #0C54AA background.