COLOR #0C1749

HEX: #0C1749
RGB: (12,23,73)

Color info

#0C1749 contains mainly green and blue colors. Web safe color of #0C1749 is #000033 (or #003).

RGB color model

#0C1749 color RGB value is (12,23,73).

  • red value is 12;
  • green value is 23;
  • blue value is 73.
RGB:
(12,23,73)
(5%,9%,29%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 73 of 255 = 29%

12
23
73

R + G + B ~ 14%. #0C1749 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 23 + 73 = 108 (100%)
R 12 of 108 ~ 11.11%
G 23 of 108 ~ 21.3%
B 73 of 108 ~ 67.59%

%11.11
%21.3
%67.59

CMYK color model

#0C1749 color CMYK value is (84,68,0,71).

  • cyan value is 83.56%
  • magenta value is 68.49%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(84,68,0,71)
C84M68Y0K71 
(84%,68%,0%,71%)
(0.84/0.68/0.00/0.71)	

CMYK percentages

%83.56
%68.49
%0
%71.37

Codes

Color #0C1749 in popluar color models

0C1749
RGB122373
HSL229°71.76%16.67%
HSB/HSV229°83.56%28.63%
CMYK83.56%68.49%0.00%
71.37%

Color #0C1749 in popluar number systems.

HEX0C1749
Decimal122373
Binary1100101111001001
Octal1427111

Shades and tints

Shades of #0C1749

#0C1749
(12,23,73)
#0B1543
(11,21,67)
#0A133D
(10,19,61)
#091137
(9,17,55)
#080F31
(8,15,49)
#070D2B
(7,13,43)
#060B25
(6,11,37)
#05091F
(5,9,31)
#040719
(4,7,25)
#030513
(3,5,19)
#02030D
(2,3,13)
#000000
(0,0,0)

Tints of #0C1749

#0C1749
(12,23,73)
#222C59
(34,44,89)
#384169
(56,65,105)
#4E5679
(78,86,121)
#646B89
(100,107,137)
#7A8099
(122,128,153)
#9095A9
(144,149,169)
#A6AAB9
(166,170,185)
#BCBFC9
(188,191,201)
#D2D4D9
(210,212,217)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1749 color. Also use rgb(12,23,73) instead hex code.

Text Font Color

.myTextColor { color: #0C1749; }

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

This text font color is #0C1749.


Background Color

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

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

This div background color is #0C1749.


Border color

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

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

This div border color is #0C1749.


Opacity

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

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

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

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

This text has shadow with #0C1749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1749 on black background.


Color preview on white background

This text has color #0C1749 on white background.



Black color preview on #0C1749 background

This text has black color on #0C1749 background.


White color preview on #0C1749 background

This text has white color on #0C1749 background.