COLOR #0C33C6

HEX: #0C33C6
RGB: (12,51,198)

Color info

#0C33C6 contains mainly blue color. Web safe color of #0C33C6 is #0033CC (or #03C).

RGB color model

#0C33C6 color RGB value is (12,51,198).

  • red value is 12;
  • green value is 51;
  • blue value is 198.
RGB:
(12,51,198)
(5%,20%,78%)

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 198 of 255 = 78%

12
51
198

R + G + B ~ 34%. #0C33C6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 198 = 261 (100%)
R 12 of 261 ~ 4.6%
G 51 of 261 ~ 19.54%
B 198 of 261 ~ 75.86%

%19.54
%75.86

CMYK color model

#0C33C6 color CMYK value is (94,74,0,22).

  • cyan value is 93.94%
  • magenta value is 74.24%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(94,74,0,22)
C94M74Y0K22 
(94%,74%,0%,22%)
(0.94/0.74/0.00/0.22)	

CMYK percentages

%93.94
%74.24
%0
%22.35

Codes

Color #0C33C6 in popluar color models

0C33C6
RGB1251198
HSL227°88.57%41.18%
HSB/HSV227°93.94%77.65%
CMYK93.94%74.24%0.00%
22.35%

Color #0C33C6 in popluar number systems.

HEX0C33C6
Decimal1251198
Binary110011001111000110
Octal1463306

Shades and tints

Shades of #0C33C6

#0C33C6
(12,51,198)
#0B2FB4
(11,47,180)
#0A2BA2
(10,43,162)
#092790
(9,39,144)
#08237E
(8,35,126)
#071F6C
(7,31,108)
#061B5A
(6,27,90)
#051748
(5,23,72)
#041336
(4,19,54)
#030F24
(3,15,36)
#020B12
(2,11,18)
#000000
(0,0,0)

Tints of #0C33C6

#0C33C6
(12,51,198)
#2245CB
(34,69,203)
#3857D0
(56,87,208)
#4E69D5
(78,105,213)
#647BDA
(100,123,218)
#7A8DDF
(122,141,223)
#909FE4
(144,159,228)
#A6B1E9
(166,177,233)
#BCC3EE
(188,195,238)
#D2D5F3
(210,213,243)
#E8E7F8
(232,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C33C6 color. Also use rgb(12,51,198) instead hex code.

Text Font Color

.myTextColor { color: #0C33C6; }

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

This text font color is #0C33C6.


Background Color

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

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

This div background color is #0C33C6.


Border color

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

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

This div border color is #0C33C6.


Opacity

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

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

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

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

This text has shadow with #0C33C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C33C6 on black background.


Color preview on white background

This text has color #0C33C6 on white background.



Black color preview on #0C33C6 background

This text has black color on #0C33C6 background.


White color preview on #0C33C6 background

This text has white color on #0C33C6 background.