COLOR #0C0AB9

HEX: #0C0AB9
RGB: (12,10,185)

Color info

#0C0AB9 contains mainly blue color. Web safe color of #0C0AB9 is #0000CC (or #00C).

RGB color model

#0C0AB9 color RGB value is (12,10,185).

  • red value is 12;
  • green value is 10;
  • blue value is 185.
RGB:
(12,10,185)
(5%,4%,73%)

RGB channels and saturation

R 12 of 255 = 5%
G 10 of 255 = 4%
B 185 of 255 = 73%

12
10
185

R + G + B ~ 27%. #0C0AB9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 10 + 185 = 207 (100%)
R 12 of 207 ~ 5.8%
G 10 of 207 ~ 4.83%
B 185 of 207 ~ 89.37%

%89.37

CMYK color model

#0C0AB9 color CMYK value is (94,95,0,27).

  • cyan value is 93.51%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(94,95,0,27)
C94M95Y0K27 
(94%,95%,0%,27%)
(0.94/0.95/0.00/0.27)	

CMYK percentages

%93.51
%94.59
%0
%27.45

Codes

Color #0C0AB9 in popluar color models

0C0AB9
RGB1210185
HSL241°89.74%38.24%
HSB/HSV241°94.59%72.55%
CMYK93.51%94.59%0.00%
27.45%

Color #0C0AB9 in popluar number systems.

HEX0C0AB9
Decimal1210185
Binary1100101010111001
Octal1412271

Shades and tints

Shades of #0C0AB9

#0C0AB9
(12,10,185)
#0B0AA9
(11,10,169)
#0A0A99
(10,10,153)
#090A89
(9,10,137)
#080A79
(8,10,121)
#070A69
(7,10,105)
#060A59
(6,10,89)
#050A49
(5,10,73)
#040A39
(4,10,57)
#030A29
(3,10,41)
#020A19
(2,10,25)
#000000
(0,0,0)

Tints of #0C0AB9

#0C0AB9
(12,10,185)
#2220BF
(34,32,191)
#3836C5
(56,54,197)
#4E4CCB
(78,76,203)
#6462D1
(100,98,209)
#7A78D7
(122,120,215)
#908EDD
(144,142,221)
#A6A4E3
(166,164,227)
#BCBAE9
(188,186,233)
#D2D0EF
(210,208,239)
#E8E6F5
(232,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0AB9 color. Also use rgb(12,10,185) instead hex code.

Text Font Color

.myTextColor { color: #0C0AB9; }

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

This text font color is #0C0AB9.


Background Color

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

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

This div background color is #0C0AB9.


Border color

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

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

This div border color is #0C0AB9.


Opacity

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

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

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

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

This text has shadow with #0C0AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0AB9 on black background.


Color preview on white background

This text has color #0C0AB9 on white background.



Black color preview on #0C0AB9 background

This text has black color on #0C0AB9 background.


White color preview on #0C0AB9 background

This text has white color on #0C0AB9 background.