COLOR #0C142B

HEX: #0C142B RGB: (12,20,43)

Color info

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

RGB color model

#0C142B color RGB value is (12,20,43).

RGB: (12,20,43) (5%, 8%, 17%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 43 of 255 = 17%

12
20
43

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

Portions of RGB colors in percentages

R + G + B = 12 + 20 + 43 = 75 (100%)
R 12 of 75 ~ 16%
G 20 of 75 ~ 26.67%
B 43 of 75 ~ 57.33'%

%16
%26.67
%57.33

CMYK color model

#0C142B color CMYK value is (72,53,0,83).

  • cyan value is 72.09%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (72,53,0,83)
C72M53Y0K83 (72%, 53%, 0%, 83%)
(0.72 / 0.53 / 0.00 / 0.83)

CMYK percentages

%72.09
%53.49
%0
%83.14

Codes

Color #0C142B in popluar color models

0C 14 2B
RGB 12 20 43
HSL 225° 56.36% 10.78%
HSB/HSV 225° 72.09% 16.86%
CMYK 72.09% 53.49% 0.00%
83.14%

Color #0C142B in popluar number systems.

HEX 0C 14 2B
Decimal 12 20 43
Binary 1100 10100 101011
Octal 14 24 53

Shades and tints

Shades of #0C142B

#0C142B
(12,20,43)
#0B1328
(11,19,40)
#0A1225
(10,18,37)
#091122
(9,17,34)
#08101F
(8,16,31)
#070F1C
(7,15,28)
#060E19
(6,14,25)
#050D16
(5,13,22)
#040C13
(4,12,19)
#030B10
(3,11,16)
#020A0D
(2,10,13)
#000000
(0,0,0)

Tints of #0C142B

#0C142B
(12,20,43)
#22293E
(34,41,62)
#383E51
(56,62,81)
#4E5364
(78,83,100)
#646877
(100,104,119)
#7A7D8A
(122,125,138)
#90929D
(144,146,157)
#A6A7B0
(166,167,176)
#BCBCC3
(188,188,195)
#D2D1D6
(210,209,214)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C142B; }

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

This text font color is #0C142B.

Background Color

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

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

This div background color is #0C142B.

Border color

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

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

This div border color is #0C142B.

Opacity

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

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

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

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

This text has shadow with #0C142B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C142B.

Preview

Color preview on black background

This text has color #0C142B on black background.


Color preview on white background

This text has color #0C142B on white background.


Black color preview on #0C142B background

This text has black color on #0C142B background.


White color preview on #0C142B background

This text has white color on #0C142B background.


Related colors

Complementary color

Complementary color for #hex is #F3EBD4.


I love getcolorcode.com

Triadic colors

1 #2B0C14 and #142B0C with #0C142B are triadic colors.

2 #2B140C and #140C2B with #0C142B are triadic colors.