COLOR #0C71AA

HEX: #0C71AA
RGB: (12,113,170)

Color info

#0C71AA contains mainly green and blue colors. Web safe color of #0C71AA is #006699 (or #069).

RGB color model

#0C71AA color RGB value is (12,113,170).

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

RGB channels and saturation

R 12 of 255 = 5%
G 113 of 255 = 44%
B 170 of 255 = 67%

12
113
170

R + G + B ~ 39%. #0C71AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 113 + 170 = 295 (100%)
R 12 of 295 ~ 4.07%
G 113 of 295 ~ 38.31%
B 170 of 295 ~ 57.63%

%38.31
%57.63

CMYK color model

#0C71AA color CMYK value is (93,34,0,33).

  • cyan value is 92.94%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(93,34,0,33)
C93M34Y0K33 
(93%,34%,0%,33%)
(0.93/0.34/0.00/0.33)	

CMYK percentages

%92.94
%33.53
%0
%33.33

Codes

Color #0C71AA in popluar color models

0C71AA
RGB12113170
HSL202°86.81%35.69%
HSB/HSV202°92.94%66.67%
CMYK92.94%33.53%0.00%
33.33%

Color #0C71AA in popluar number systems.

HEX0C71AA
Decimal12113170
Binary1100111000110101010
Octal14161252

Shades and tints

Shades of #0C71AA

#0C71AA
(12,113,170)
#0B679B
(11,103,155)
#0A5D8C
(10,93,140)
#09537D
(9,83,125)
#08496E
(8,73,110)
#073F5F
(7,63,95)
#063550
(6,53,80)
#052B41
(5,43,65)
#042132
(4,33,50)
#031723
(3,23,35)
#020D14
(2,13,20)
#000000
(0,0,0)

Tints of #0C71AA

#0C71AA
(12,113,170)
#227DB1
(34,125,177)
#3889B8
(56,137,184)
#4E95BF
(78,149,191)
#64A1C6
(100,161,198)
#7AADCD
(122,173,205)
#90B9D4
(144,185,212)
#A6C5DB
(166,197,219)
#BCD1E2
(188,209,226)
#D2DDE9
(210,221,233)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C71AA; }

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

This text font color is #0C71AA.


Background Color

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

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

This div background color is #0C71AA.


Border color

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

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

This div border color is #0C71AA.


Opacity

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

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

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

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

This text has shadow with #0C71AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C71AA on black background.


Color preview on white background

This text has color #0C71AA on white background.



Black color preview on #0C71AA background

This text has black color on #0C71AA background.


White color preview on #0C71AA background

This text has white color on #0C71AA background.