COLOR #0C1185

HEX: #0C1185
RGB: (12,17,133)

Color info

#0C1185 contains mainly blue color. Web safe color of #0C1185 is #000099 (or #009).

RGB color model

#0C1185 color RGB value is (12,17,133).

  • red value is 12;
  • green value is 17;
  • blue value is 133.
RGB:
(12,17,133)
(5%,7%,52%)

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 133 of 255 = 52%

12
17
133

R + G + B ~ 21%. #0C1185 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 17 + 133 = 162 (100%)
R 12 of 162 ~ 7.41%
G 17 of 162 ~ 10.49%
B 133 of 162 ~ 82.1%

%10.49
%82.1

CMYK color model

#0C1185 color CMYK value is (91,87,0,48).

  • cyan value is 90.98%
  • magenta value is 87.22%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(91,87,0,48)
C91M87Y0K48 
(91%,87%,0%,48%)
(0.91/0.87/0.00/0.48)	

CMYK percentages

%90.98
%87.22
%0
%47.84

Codes

Color #0C1185 in popluar color models

0C1185
RGB1217133
HSL238°83.45%28.43%
HSB/HSV238°90.98%52.16%
CMYK90.98%87.22%0.00%
47.84%

Color #0C1185 in popluar number systems.

HEX0C1185
Decimal1217133
Binary11001000110000101
Octal1421205

Shades and tints

Shades of #0C1185

#0C1185
(12,17,133)
#0B1079
(11,16,121)
#0A0F6D
(10,15,109)
#090E61
(9,14,97)
#080D55
(8,13,85)
#070C49
(7,12,73)
#060B3D
(6,11,61)
#050A31
(5,10,49)
#040925
(4,9,37)
#030819
(3,8,25)
#02070D
(2,7,13)
#000000
(0,0,0)

Tints of #0C1185

#0C1185
(12,17,133)
#222690
(34,38,144)
#383B9B
(56,59,155)
#4E50A6
(78,80,166)
#6465B1
(100,101,177)
#7A7ABC
(122,122,188)
#908FC7
(144,143,199)
#A6A4D2
(166,164,210)
#BCB9DD
(188,185,221)
#D2CEE8
(210,206,232)
#E8E3F3
(232,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1185 color. Also use rgb(12,17,133) instead hex code.

Text Font Color

.myTextColor { color: #0C1185; }

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

This text font color is #0C1185.


Background Color

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

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

This div background color is #0C1185.


Border color

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

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

This div border color is #0C1185.


Opacity

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

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

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

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

This text has shadow with #0C1185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1185 on black background.


Color preview on white background

This text has color #0C1185 on white background.



Black color preview on #0C1185 background

This text has black color on #0C1185 background.


White color preview on #0C1185 background

This text has white color on #0C1185 background.