COLOR #0C19B2

HEX: #0C19B2
RGB: (12,25,178)

Color info

#0C19B2 contains mainly blue color. Web safe color of #0C19B2 is #000099 (or #009).

RGB color model

#0C19B2 color RGB value is (12,25,178).

  • red value is 12;
  • green value is 25;
  • blue value is 178.
RGB:
(12,25,178)
(5%,10%,70%)

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 178 of 255 = 70%

12
25
178

R + G + B ~ 28%. #0C19B2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 178 = 215 (100%)
R 12 of 215 ~ 5.58%
G 25 of 215 ~ 11.63%
B 178 of 215 ~ 82.79%

%11.63
%82.79

CMYK color model

#0C19B2 color CMYK value is (93,86,0,30).

  • cyan value is 93.26%
  • magenta value is 85.96%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(93,86,0,30)
C93M86Y0K30 
(93%,86%,0%,30%)
(0.93/0.86/0.00/0.30)	

CMYK percentages

%93.26
%85.96
%0
%30.2

Codes

Color #0C19B2 in popluar color models

0C19B2
RGB1225178
HSL235°87.37%37.25%
HSB/HSV235°93.26%69.80%
CMYK93.26%85.96%0.00%
30.20%

Color #0C19B2 in popluar number systems.

HEX0C19B2
Decimal1225178
Binary11001100110110010
Octal1431262

Shades and tints

Shades of #0C19B2

#0C19B2
(12,25,178)
#0B17A2
(11,23,162)
#0A1592
(10,21,146)
#091382
(9,19,130)
#081172
(8,17,114)
#070F62
(7,15,98)
#060D52
(6,13,82)
#050B42
(5,11,66)
#040932
(4,9,50)
#030722
(3,7,34)
#020512
(2,5,18)
#000000
(0,0,0)

Tints of #0C19B2

#0C19B2
(12,25,178)
#222DB9
(34,45,185)
#3841C0
(56,65,192)
#4E55C7
(78,85,199)
#6469CE
(100,105,206)
#7A7DD5
(122,125,213)
#9091DC
(144,145,220)
#A6A5E3
(166,165,227)
#BCB9EA
(188,185,234)
#D2CDF1
(210,205,241)
#E8E1F8
(232,225,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C19B2 color. Also use rgb(12,25,178) instead hex code.

Text Font Color

.myTextColor { color: #0C19B2; }

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

This text font color is #0C19B2.


Background Color

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

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

This div background color is #0C19B2.


Border color

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

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

This div border color is #0C19B2.


Opacity

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

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

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

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

This text has shadow with #0C19B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C19B2 on black background.


Color preview on white background

This text has color #0C19B2 on white background.



Black color preview on #0C19B2 background

This text has black color on #0C19B2 background.


White color preview on #0C19B2 background

This text has white color on #0C19B2 background.