COLOR #0C043B

HEX: #0C043B
RGB: (12,4,59)

Color info

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

RGB color model

#0C043B color RGB value is (12,4,59).

  • red value is 12;
  • green value is 4;
  • blue value is 59.
RGB:
(12,4,59)
(5%,2%,23%)

RGB channels and saturation

R 12 of 255 = 5%
G 4 of 255 = 2%
B 59 of 255 = 23%

12
4
59

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

Portions of RGB colors in percentages

R + G + B =
12 + 4 + 59 = 75 (100%)
R 12 of 75 ~ 16%
G 4 of 75 ~ 5.33%
B 59 of 75 ~ 78.67%

%16
%78.67

CMYK color model

#0C043B color CMYK value is (80,93,0,77).

  • cyan value is 79.66%
  • magenta value is 93.22%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(80,93,0,77)
C80M93Y0K77 
(80%,93%,0%,77%)
(0.80/0.93/0.00/0.77)	

CMYK percentages

%79.66
%93.22
%0
%76.86

Codes

Color #0C043B in popluar color models

0C043B
RGB12459
HSL249°87.30%12.35%
HSB/HSV249°93.22%23.14%
CMYK79.66%93.22%0.00%
76.86%

Color #0C043B in popluar number systems.

HEX0C043B
Decimal12459
Binary1100100111011
Octal14473

Shades and tints

Shades of #0C043B

#0C043B
(12,4,59)
#0B0436
(11,4,54)
#0A0431
(10,4,49)
#09042C
(9,4,44)
#080427
(8,4,39)
#070422
(7,4,34)
#06041D
(6,4,29)
#050418
(5,4,24)
#040413
(4,4,19)
#03040E
(3,4,14)
#020409
(2,4,9)
#000000
(0,0,0)

Tints of #0C043B

#0C043B
(12,4,59)
#221A4C
(34,26,76)
#38305D
(56,48,93)
#4E466E
(78,70,110)
#645C7F
(100,92,127)
#7A7290
(122,114,144)
#9088A1
(144,136,161)
#A69EB2
(166,158,178)
#BCB4C3
(188,180,195)
#D2CAD4
(210,202,212)
#E8E0E5
(232,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C043B color. Also use rgb(12,4,59) instead hex code.

Text Font Color

.myTextColor { color: #0C043B; }

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

This text font color is #0C043B.


Background Color

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

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

This div background color is #0C043B.


Border color

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

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

This div border color is #0C043B.


Opacity

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

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

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

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

This text has shadow with #0C043B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C043B on black background.


Color preview on white background

This text has color #0C043B on white background.



Black color preview on #0C043B background

This text has black color on #0C043B background.


White color preview on #0C043B background

This text has white color on #0C043B background.