COLOR #0C195D

HEX: #0C195D
RGB: (12,25,93)

Color info

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

RGB color model

#0C195D color RGB value is (12,25,93).

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

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 93 of 255 = 36%

12
25
93

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

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 93 = 130 (100%)
R 12 of 130 ~ 9.23%
G 25 of 130 ~ 19.23%
B 93 of 130 ~ 71.54%

%19.23
%71.54

CMYK color model

#0C195D color CMYK value is (87,73,0,64).

  • cyan value is 87.10%
  • magenta value is 73.12%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(87,73,0,64)
C87M73Y0K64 
(87%,73%,0%,64%)
(0.87/0.73/0.00/0.64)	

CMYK percentages

%87.1
%73.12
%0
%63.53

Codes

Color #0C195D in popluar color models

0C195D
RGB122593
HSL230°77.14%20.59%
HSB/HSV230°87.10%36.47%
CMYK87.10%73.12%0.00%
63.53%

Color #0C195D in popluar number systems.

HEX0C195D
Decimal122593
Binary1100110011011101
Octal1431135

Shades and tints

Shades of #0C195D

#0C195D
(12,25,93)
#0B1755
(11,23,85)
#0A154D
(10,21,77)
#091345
(9,19,69)
#08113D
(8,17,61)
#070F35
(7,15,53)
#060D2D
(6,13,45)
#050B25
(5,11,37)
#04091D
(4,9,29)
#030715
(3,7,21)
#02050D
(2,5,13)
#000000
(0,0,0)

Tints of #0C195D

#0C195D
(12,25,93)
#222D6B
(34,45,107)
#384179
(56,65,121)
#4E5587
(78,85,135)
#646995
(100,105,149)
#7A7DA3
(122,125,163)
#9091B1
(144,145,177)
#A6A5BF
(166,165,191)
#BCB9CD
(188,185,205)
#D2CDDB
(210,205,219)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C195D; }

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

This text font color is #0C195D.


Background Color

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

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

This div background color is #0C195D.


Border color

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

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

This div border color is #0C195D.


Opacity

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

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

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

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

This text has shadow with #0C195D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C195D on black background.


Color preview on white background

This text has color #0C195D on white background.



Black color preview on #0C195D background

This text has black color on #0C195D background.


White color preview on #0C195D background

This text has white color on #0C195D background.