COLOR #0CA5C1

HEX: #0CA5C1
RGB: (12,165,193)

Color info

#0CA5C1 contains mainly green and blue colors. Web safe color of #0CA5C1 is #0099CC (or #09C).

RGB color model

#0CA5C1 color RGB value is (12,165,193).

  • red value is 12;
  • green value is 165;
  • blue value is 193.
RGB:
(12,165,193)
(5%,65%,76%)

RGB channels and saturation

R 12 of 255 = 5%
G 165 of 255 = 65%
B 193 of 255 = 76%

12
165
193

R + G + B ~ 49%. #0CA5C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 165 + 193 = 370 (100%)
R 12 of 370 ~ 3.24%
G 165 of 370 ~ 44.59%
B 193 of 370 ~ 52.16%

%44.59
%52.16

CMYK color model

#0CA5C1 color CMYK value is (94,15,0,24).

  • cyan value is 93.78%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(94,15,0,24)
C94M15Y0K24 
(94%,15%,0%,24%)
(0.94/0.15/0.00/0.24)	

CMYK percentages

%93.78
%14.51
%0
%24.31

Codes

Color #0CA5C1 in popluar color models

0CA5C1
RGB12165193
HSL189°88.29%40.20%
HSB/HSV189°93.78%75.69%
CMYK93.78%14.51%0.00%
24.31%

Color #0CA5C1 in popluar number systems.

HEX0CA5C1
Decimal12165193
Binary11001010010111000001
Octal14245301

Shades and tints

Shades of #0CA5C1

#0CA5C1
(12,165,193)
#0B96B0
(11,150,176)
#0A879F
(10,135,159)
#09788E
(9,120,142)
#08697D
(8,105,125)
#075A6C
(7,90,108)
#064B5B
(6,75,91)
#053C4A
(5,60,74)
#042D39
(4,45,57)
#031E28
(3,30,40)
#020F17
(2,15,23)
#000000
(0,0,0)

Tints of #0CA5C1

#0CA5C1
(12,165,193)
#22ADC6
(34,173,198)
#38B5CB
(56,181,203)
#4EBDD0
(78,189,208)
#64C5D5
(100,197,213)
#7ACDDA
(122,205,218)
#90D5DF
(144,213,223)
#A6DDE4
(166,221,228)
#BCE5E9
(188,229,233)
#D2EDEE
(210,237,238)
#E8F5F3
(232,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CA5C1 color. Also use rgb(12,165,193) instead hex code.

Text Font Color

.myTextColor { color: #0CA5C1; }

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

This text font color is #0CA5C1.


Background Color

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

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

This div background color is #0CA5C1.


Border color

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

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

This div border color is #0CA5C1.


Opacity

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

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

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

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

This text has shadow with #0CA5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CA5C1 on black background.


Color preview on white background

This text has color #0CA5C1 on white background.



Black color preview on #0CA5C1 background

This text has black color on #0CA5C1 background.


White color preview on #0CA5C1 background

This text has white color on #0CA5C1 background.