COLOR #0C053F

HEX: #0C053F
RGB: (12,5,63)

Color info

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

RGB color model

#0C053F color RGB value is (12,5,63).

  • red value is 12;
  • green value is 5;
  • blue value is 63.
RGB:
(12,5,63)
(5%,2%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 5 of 255 = 2%
B 63 of 255 = 25%

12
5
63

R + G + B ~ 11%. #0C053F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 5 + 63 = 80 (100%)
R 12 of 80 ~ 15%
G 5 of 80 ~ 6.25%
B 63 of 80 ~ 78.75%

%15
%78.75

CMYK color model

#0C053F color CMYK value is (81,92,0,75).

  • cyan value is 80.95%
  • magenta value is 92.06%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(81,92,0,75)
C81M92Y0K75 
(81%,92%,0%,75%)
(0.81/0.92/0.00/0.75)	

CMYK percentages

%80.95
%92.06
%0
%75.29

Codes

Color #0C053F in popluar color models

0C053F
RGB12563
HSL247°85.29%13.33%
HSB/HSV247°92.06%24.71%
CMYK80.95%92.06%0.00%
75.29%

Color #0C053F in popluar number systems.

HEX0C053F
Decimal12563
Binary1100101111111
Octal14577

Shades and tints

Shades of #0C053F

#0C053F
(12,5,63)
#0B053A
(11,5,58)
#0A0535
(10,5,53)
#090530
(9,5,48)
#08052B
(8,5,43)
#070526
(7,5,38)
#060521
(6,5,33)
#05051C
(5,5,28)
#040517
(4,5,23)
#030512
(3,5,18)
#02050D
(2,5,13)
#000000
(0,0,0)

Tints of #0C053F

#0C053F
(12,5,63)
#221B50
(34,27,80)
#383161
(56,49,97)
#4E4772
(78,71,114)
#645D83
(100,93,131)
#7A7394
(122,115,148)
#9089A5
(144,137,165)
#A69FB6
(166,159,182)
#BCB5C7
(188,181,199)
#D2CBD8
(210,203,216)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C053F color. Also use rgb(12,5,63) instead hex code.

Text Font Color

.myTextColor { color: #0C053F; }

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

This text font color is #0C053F.


Background Color

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

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

This div background color is #0C053F.


Border color

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

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

This div border color is #0C053F.


Opacity

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

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

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

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

This text has shadow with #0C053F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C053F on black background.


Color preview on white background

This text has color #0C053F on white background.



Black color preview on #0C053F background

This text has black color on #0C053F background.


White color preview on #0C053F background

This text has white color on #0C053F background.