COLOR #0C192A

HEX: #0C192A RGB: (12,25,42)

Color info

#0C192A contains red, green and blue colors in about the same proportion. Web safe color of #0C192A is #000033 (or #003).

RGB color model

#0C192A color RGB value is (12,25,42).

RGB: (12,25,42) (5%, 10%, 16%)

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 42 of 255 = 16%

12
25
42

R + G + B ~ 10%. #0C192A is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 25 + 42 = 79 (100%)
R 12 of 79 ~ 15.19%
G 25 of 79 ~ 31.65%
B 42 of 79 ~ 53.16'%

%15.19
%31.65
%53.16

CMYK color model

#0C192A color CMYK value is (71,40,0,84).

  • cyan value is 71.43%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (71,40,0,84)
C71M40Y0K84 (71%, 40%, 0%, 84%)
(0.71 / 0.40 / 0.00 / 0.84)

CMYK percentages

%71.43
%40.48
%0
%83.53

Codes

Color #0C192A in popluar color models

0C 19 2A
RGB 12 25 42
HSL 214° 55.56% 10.59%
HSB/HSV 214° 71.43% 16.47%
CMYK 71.43% 40.48% 0.00%
83.53%

Color #0C192A in popluar number systems.

HEX 0C 19 2A
Decimal 12 25 42
Binary 1100 11001 101010
Octal 14 31 52

Shades and tints

Shades of #0C192A

#0C192A
(12,25,42)
#0B1727
(11,23,39)
#0A1524
(10,21,36)
#091321
(9,19,33)
#08111E
(8,17,30)
#070F1B
(7,15,27)
#060D18
(6,13,24)
#050B15
(5,11,21)
#040912
(4,9,18)
#03070F
(3,7,15)
#02050C
(2,5,12)
#000000
(0,0,0)

Tints of #0C192A

#0C192A
(12,25,42)
#222D3D
(34,45,61)
#384150
(56,65,80)
#4E5563
(78,85,99)
#646976
(100,105,118)
#7A7D89
(122,125,137)
#90919C
(144,145,156)
#A6A5AF
(166,165,175)
#BCB9C2
(188,185,194)
#D2CDD5
(210,205,213)
#E8E1E8
(232,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C192A; }

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

This text font color is #0C192A.

Background Color

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

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

This div background color is #0C192A.

Border color

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

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

This div border color is #0C192A.

Opacity

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

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

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

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

This text has shadow with #0C192A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C192A.

Preview

Color preview on black background

This text has color #0C192A on black background.


Color preview on white background

This text has color #0C192A on white background.


Black color preview on #0C192A background

This text has black color on #0C192A background.


White color preview on #0C192A background

This text has white color on #0C192A background.


Related colors

Complementary color

Complementary color for #hex is #F3E6D5.


I love getcolorcode.com

Triadic colors

1 #2A0C19 and #192A0C with #0C192A are triadic colors.

2 #2A190C and #190C2A with #0C192A are triadic colors.