COLOR #0C143E

HEX: #0C143E
RGB: (12,20,62)

Color info

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

RGB color model

#0C143E color RGB value is (12,20,62).

  • red value is 12;
  • green value is 20;
  • blue value is 62.
RGB:
(12,20,62)
(5%,8%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 62 of 255 = 24%

12
20
62

R + G + B ~ 12%. #0C143E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 20 + 62 = 94 (100%)
R 12 of 94 ~ 12.77%
G 20 of 94 ~ 21.28%
B 62 of 94 ~ 65.96%

%12.77
%21.28
%65.96

CMYK color model

#0C143E color CMYK value is (81,68,0,76).

  • cyan value is 80.65%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(81,68,0,76)
C81M68Y0K76 
(81%,68%,0%,76%)
(0.81/0.68/0.00/0.76)	

CMYK percentages

%80.65
%67.74
%0
%75.69

Codes

Color #0C143E in popluar color models

0C143E
RGB122062
HSL230°67.57%14.51%
HSB/HSV230°80.65%24.31%
CMYK80.65%67.74%0.00%
75.69%

Color #0C143E in popluar number systems.

HEX0C143E
Decimal122062
Binary110010100111110
Octal142476

Shades and tints

Shades of #0C143E

#0C143E
(12,20,62)
#0B1339
(11,19,57)
#0A1234
(10,18,52)
#09112F
(9,17,47)
#08102A
(8,16,42)
#070F25
(7,15,37)
#060E20
(6,14,32)
#050D1B
(5,13,27)
#040C16
(4,12,22)
#030B11
(3,11,17)
#020A0C
(2,10,12)
#000000
(0,0,0)

Tints of #0C143E

#0C143E
(12,20,62)
#22294F
(34,41,79)
#383E60
(56,62,96)
#4E5371
(78,83,113)
#646882
(100,104,130)
#7A7D93
(122,125,147)
#9092A4
(144,146,164)
#A6A7B5
(166,167,181)
#BCBCC6
(188,188,198)
#D2D1D7
(210,209,215)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C143E color. Also use rgb(12,20,62) instead hex code.

Text Font Color

.myTextColor { color: #0C143E; }

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

This text font color is #0C143E.


Background Color

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

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

This div background color is #0C143E.


Border color

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

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

This div border color is #0C143E.


Opacity

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

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

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

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

This text has shadow with #0C143E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C143E on black background.


Color preview on white background

This text has color #0C143E on white background.



Black color preview on #0C143E background

This text has black color on #0C143E background.


White color preview on #0C143E background

This text has white color on #0C143E background.