COLOR #0C076B

HEX: #0C076B RGB: (12,7,107)

Color info

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

RGB color model

#0C076B color RGB value is (12,7,107).

RGB: (12,7,107) (5%, 3%, 42%)

RGB channels and saturation

R 12 of 255 = 5%
G 7 of 255 = 3%
B 107 of 255 = 42%

12
7
107

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

Portions of RGB colors in percentages

R + G + B = 12 + 7 + 107 = 126 (100%)
R 12 of 126 ~ 9.52%
G 7 of 126 ~ 5.56%
B 107 of 126 ~ 84.92'%

%84.92

CMYK color model

#0C076B color CMYK value is (89,93,0,58).

  • cyan value is 88.79%
  • magenta value is 93.46%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (89,93,0,58)
C89M93Y0K58 (89%, 93%, 0%, 58%)
(0.89 / 0.93 / 0.00 / 0.58)

CMYK percentages

%88.79
%93.46
%0
%58.04

Codes

Color #0C076B in popluar color models

0C 07 6B
RGB 12 7 107
HSL 243° 87.72% 22.35%
HSB/HSV 243° 93.46% 41.96%
CMYK 88.79% 93.46% 0.00%
58.04%

Color #0C076B in popluar number systems.

HEX 0C 07 6B
Decimal 12 7 107
Binary 1100 111 1101011
Octal 14 7 153

Shades and tints

Shades of #0C076B

#0C076B
(12,7,107)
#0B0762
(11,7,98)
#0A0759
(10,7,89)
#090750
(9,7,80)
#080747
(8,7,71)
#07073E
(7,7,62)
#060735
(6,7,53)
#05072C
(5,7,44)
#040723
(4,7,35)
#03071A
(3,7,26)
#020711
(2,7,17)
#000000
(0,0,0)

Tints of #0C076B

#0C076B
(12,7,107)
#221D78
(34,29,120)
#383385
(56,51,133)
#4E4992
(78,73,146)
#645F9F
(100,95,159)
#7A75AC
(122,117,172)
#908BB9
(144,139,185)
#A6A1C6
(166,161,198)
#BCB7D3
(188,183,211)
#D2CDE0
(210,205,224)
#E8E3ED
(232,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C076B; }

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

This text font color is #0C076B.

Background Color

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

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

This div background color is #0C076B.

Border color

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

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

This div border color is #0C076B.

Opacity

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

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

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

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

This text has shadow with #0C076B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C076B.

Preview

Color preview on black background

This text has color #0C076B on black background.


Color preview on white background

This text has color #0C076B on white background.


Black color preview on #0C076B background

This text has black color on #0C076B background.


White color preview on #0C076B background

This text has white color on #0C076B background.


Related colors

Complementary color

Complementary color for #hex is #F3F894.


I love getcolorcode.com

Triadic colors

1 #6B0C07 and #076B0C with #0C076B are triadic colors.

2 #6B070C and #070C6B with #0C076B are triadic colors.