COLOR #0C075E

HEX: #0C075E
RGB: (12,7,94)

Color info

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

RGB color model

#0C075E color RGB value is (12,7,94).

  • red value is 12;
  • green value is 7;
  • blue value is 94.
RGB:
(12,7,94)
(5%,3%,37%)

RGB channels and saturation

R 12 of 255 = 5%
G 7 of 255 = 3%
B 94 of 255 = 37%

12
7
94

R + G + B ~ 15%. #0C075E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 7 + 94 = 113 (100%)
R 12 of 113 ~ 10.62%
G 7 of 113 ~ 6.19%
B 94 of 113 ~ 83.19%

%10.62
%83.19

CMYK color model

#0C075E color CMYK value is (87,93,0,63).

  • cyan value is 87.23%
  • magenta value is 92.55%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(87,93,0,63)
C87M93Y0K63 
(87%,93%,0%,63%)
(0.87/0.93/0.00/0.63)	

CMYK percentages

%87.23
%92.55
%0
%63.14

Codes

Color #0C075E in popluar color models

0C075E
RGB12794
HSL243°86.14%19.80%
HSB/HSV243°92.55%36.86%
CMYK87.23%92.55%0.00%
63.14%

Color #0C075E in popluar number systems.

HEX0C075E
Decimal12794
Binary11001111011110
Octal147136

Shades and tints

Shades of #0C075E

#0C075E
(12,7,94)
#0B0756
(11,7,86)
#0A074E
(10,7,78)
#090746
(9,7,70)
#08073E
(8,7,62)
#070736
(7,7,54)
#06072E
(6,7,46)
#050726
(5,7,38)
#04071E
(4,7,30)
#030716
(3,7,22)
#02070E
(2,7,14)
#000000
(0,0,0)

Tints of #0C075E

#0C075E
(12,7,94)
#221D6C
(34,29,108)
#38337A
(56,51,122)
#4E4988
(78,73,136)
#645F96
(100,95,150)
#7A75A4
(122,117,164)
#908BB2
(144,139,178)
#A6A1C0
(166,161,192)
#BCB7CE
(188,183,206)
#D2CDDC
(210,205,220)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C075E color. Also use rgb(12,7,94) instead hex code.

Text Font Color

.myTextColor { color: #0C075E; }

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

This text font color is #0C075E.


Background Color

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

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

This div background color is #0C075E.


Border color

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

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

This div border color is #0C075E.


Opacity

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

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

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

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

This text has shadow with #0C075E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C075E on black background.


Color preview on white background

This text has color #0C075E on white background.



Black color preview on #0C075E background

This text has black color on #0C075E background.


White color preview on #0C075E background

This text has white color on #0C075E background.