COLOR #0C7892

HEX: #0C7892 RGB: (12,120,146)

Color info

#0C7892 contains mainly green and blue colors. Web safe color of #0C7892 is #006699 (or #069).

RGB color model

#0C7892 color RGB value is (12,120,146).

RGB: (12,120,146) (5%, 47%, 57%)

RGB channels and saturation

R 12 of 255 = 5%
G 120 of 255 = 47%
B 146 of 255 = 57%

12
120
146

R + G + B ~ 36%. #0C7892 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 120 + 146 = 278 (100%)
R 12 of 278 ~ 4.32%
G 120 of 278 ~ 43.17%
B 146 of 278 ~ 52.52'%

%43.17
%52.52

CMYK color model

#0C7892 color CMYK value is (92,18,0,43).

  • cyan value is 91.78%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (92,18,0,43) C92M18Y0K43 (92%,18%,0%,43%) (0.92/0.18/0.00/0.43) 

CMYK percentages

%91.78
%17.81
%0
%42.75

Codes

Color #0C7892 in popluar color models

0C 78 92
RGB 12 120 146
HSL 192° 84.81% 30.98%
HSB/HSV 192° 91.78% 57.25%
CMYK 91.78% 17.81% 0.00%
42.75%

Color #0C7892 in popluar number systems.

HEX 0C 78 92
Decimal 12 120 146
Binary 1100 1111000 10010010
Octal 14 170 222

Shades and tints

Shades of #0C7892

#0C7892
(12,120,146)
#0B6E85
(11,110,133)
#0A6478
(10,100,120)
#095A6B
(9,90,107)
#08505E
(8,80,94)
#074651
(7,70,81)
#063C44
(6,60,68)
#053237
(5,50,55)
#04282A
(4,40,42)
#031E1D
(3,30,29)
#021410
(2,20,16)
#000000
(0,0,0)

Tints of #0C7892

#0C7892
(12,120,146)
#22849B
(34,132,155)
#3890A4
(56,144,164)
#4E9CAD
(78,156,173)
#64A8B6
(100,168,182)
#7AB4BF
(122,180,191)
#90C0C8
(144,192,200)
#A6CCD1
(166,204,209)
#BCD8DA
(188,216,218)
#D2E4E3
(210,228,227)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7892 color. Also use rgb(12,120,146) instead hex code.

Text Font Color

.myTextColor { color: #0C7892; }

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

This text font color is #0C7892.

Background Color

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

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

This div background color is #0C7892.

Border color

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

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

This div border color is #0C7892.

Opacity

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

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

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

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

This text has shadow with #0C7892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C7892.

Preview

Color preview on black background

This text has color #0C7892 on black background.


Color preview on white background

This text has color #0C7892 on white background.


Black color preview on #0C7892 background

This text has black color on #0C7892 background.


White color preview on #0C7892 background

This text has white color on #0C7892 background.


Related colors

Complementary color

Complementary color for #hex is #F3876D.


I love getcolorcode.com

Triadic colors

1 #920C78 and #78920C with #0C7892 are triadic colors.

2 #92780C and #780C92 with #0C7892 are triadic colors.