COLOR #0C0B6E

HEX: #0C0B6E
RGB: (12,11,110)

Color info

#0C0B6E contains mainly blue color. Web safe color of #0C0B6E is #000066 (or #006).

RGB color model

#0C0B6E color RGB value is (12,11,110).

  • red value is 12;
  • green value is 11;
  • blue value is 110.
RGB:
(12,11,110)
(5%,4%,43%)

RGB channels and saturation

R 12 of 255 = 5%
G 11 of 255 = 4%
B 110 of 255 = 43%

12
11
110

R + G + B ~ 17%. #0C0B6E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 11 + 110 = 133 (100%)
R 12 of 133 ~ 9.02%
G 11 of 133 ~ 8.27%
B 110 of 133 ~ 82.71%

%82.71

CMYK color model

#0C0B6E color CMYK value is (89,90,0,57).

  • cyan value is 89.09%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(89,90,0,57)
C89M90Y0K57 
(89%,90%,0%,57%)
(0.89/0.90/0.00/0.57)	

CMYK percentages

%89.09
%90
%0
%56.86

Codes

Color #0C0B6E in popluar color models

0C0B6E
RGB1211110
HSL241°81.82%23.73%
HSB/HSV241°90.00%43.14%
CMYK89.09%90.00%0.00%
56.86%

Color #0C0B6E in popluar number systems.

HEX0C0B6E
Decimal1211110
Binary110010111101110
Octal1413156

Shades and tints

Shades of #0C0B6E

#0C0B6E
(12,11,110)
#0B0A64
(11,10,100)
#0A095A
(10,9,90)
#090850
(9,8,80)
#080746
(8,7,70)
#07063C
(7,6,60)
#060532
(6,5,50)
#050428
(5,4,40)
#04031E
(4,3,30)
#030214
(3,2,20)
#02010A
(2,1,10)
#000000
(0,0,0)

Tints of #0C0B6E

#0C0B6E
(12,11,110)
#22217B
(34,33,123)
#383788
(56,55,136)
#4E4D95
(78,77,149)
#6463A2
(100,99,162)
#7A79AF
(122,121,175)
#908FBC
(144,143,188)
#A6A5C9
(166,165,201)
#BCBBD6
(188,187,214)
#D2D1E3
(210,209,227)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0B6E color. Also use rgb(12,11,110) instead hex code.

Text Font Color

.myTextColor { color: #0C0B6E; }

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

This text font color is #0C0B6E.


Background Color

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

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

This div background color is #0C0B6E.


Border color

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

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

This div border color is #0C0B6E.


Opacity

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

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

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

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

This text has shadow with #0C0B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0B6E on black background.


Color preview on white background

This text has color #0C0B6E on white background.



Black color preview on #0C0B6E background

This text has black color on #0C0B6E background.


White color preview on #0C0B6E background

This text has white color on #0C0B6E background.