COLOR #0C466E

HEX: #0C466E RGB: (12,70,110)

Color info

#0C466E contains mainly green and blue colors. Web safe color of #0C466E is #003366 (or #036).

RGB color model

#0C466E color RGB value is (12,70,110).

RGB: (12,70,110) (5%, 27%, 43%)

RGB channels and saturation

R 12 of 255 = 5%
G 70 of 255 = 27%
B 110 of 255 = 43%

12
70
110

R + G + B ~ 25%. #0C466E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 70 + 110 = 192 (100%)
R 12 of 192 ~ 6.25%
G 70 of 192 ~ 36.46%
B 110 of 192 ~ 57.29'%

%36.46
%57.29

CMYK color model

#0C466E color CMYK value is (89,36,0,57).

  • cyan value is 89.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (89,36,0,57)
C89M36Y0K57 (89%, 36%, 0%, 57%)
(0.89 / 0.36 / 0.00 / 0.57)

CMYK percentages

%89.09
%36.36
%0
%56.86

Codes

Color #0C466E in popluar color models

0C 46 6E
RGB 12 70 110
HSL 204° 80.33% 23.92%
HSB/HSV 204° 89.09% 43.14%
CMYK 89.09% 36.36% 0.00%
56.86%

Color #0C466E in popluar number systems.

HEX 0C 46 6E
Decimal 12 70 110
Binary 1100 1000110 1101110
Octal 14 106 156

Shades and tints

Shades of #0C466E

#0C466E
(12,70,110)
#0B4064
(11,64,100)
#0A3A5A
(10,58,90)
#093450
(9,52,80)
#082E46
(8,46,70)
#07283C
(7,40,60)
#062232
(6,34,50)
#051C28
(5,28,40)
#04161E
(4,22,30)
#031014
(3,16,20)
#020A0A
(2,10,10)
#000000
(0,0,0)

Tints of #0C466E

#0C466E
(12,70,110)
#22567B
(34,86,123)
#386688
(56,102,136)
#4E7695
(78,118,149)
#6486A2
(100,134,162)
#7A96AF
(122,150,175)
#90A6BC
(144,166,188)
#A6B6C9
(166,182,201)
#BCC6D6
(188,198,214)
#D2D6E3
(210,214,227)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C466E; }

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

This text font color is #0C466E.

Background Color

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

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

This div background color is #0C466E.

Border color

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

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

This div border color is #0C466E.

Opacity

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

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

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

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

This text has shadow with #0C466E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C466E.

Preview

Color preview on black background

This text has color #0C466E on black background.


Color preview on white background

This text has color #0C466E on white background.


Black color preview on #0C466E background

This text has black color on #0C466E background.


White color preview on #0C466E background

This text has white color on #0C466E background.


Related colors

Complementary color

Complementary color for #hex is #F3B991.


I love getcolorcode.com

Triadic colors

1 #6E0C46 and #466E0C with #0C466E are triadic colors.

2 #6E460C and #460C6E with #0C466E are triadic colors.