COLOR #0C052E

HEX: #0C052E RGB: (12,5,46)

Color info

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

RGB color model

#0C052E color RGB value is (12,5,46).

RGB: (12,5,46) (5%, 2%, 18%)

RGB channels and saturation

R 12 of 255 = 5%
G 5 of 255 = 2%
B 46 of 255 = 18%

12
5
46

R + G + B ~ 8%. #0C052E is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 5 + 46 = 63 (100%)
R 12 of 63 ~ 19.05%
G 5 of 63 ~ 7.94%
B 46 of 63 ~ 73.02'%

%19.05
%73.02

CMYK color model

#0C052E color CMYK value is (74,89,0,82).

  • cyan value is 73.91%
  • magenta value is 89.13%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (74,89,0,82)
C74M89Y0K82 (74%, 89%, 0%, 82%)
(0.74 / 0.89 / 0.00 / 0.82)

CMYK percentages

%73.91
%89.13
%0
%81.96

Codes

Color #0C052E in popluar color models

0C 05 2E
RGB 12 5 46
HSL 250° 80.39% 10.00%
HSB/HSV 250° 89.13% 18.04%
CMYK 73.91% 89.13% 0.00%
81.96%

Color #0C052E in popluar number systems.

HEX 0C 05 2E
Decimal 12 5 46
Binary 1100 101 101110
Octal 14 5 56

Shades and tints

Shades of #0C052E

#0C052E
(12,5,46)
#0B052A
(11,5,42)
#0A0526
(10,5,38)
#090522
(9,5,34)
#08051E
(8,5,30)
#07051A
(7,5,26)
#060516
(6,5,22)
#050512
(5,5,18)
#04050E
(4,5,14)
#03050A
(3,5,10)
#020506
(2,5,6)
#000000
(0,0,0)

Tints of #0C052E

#0C052E
(12,5,46)
#221B41
(34,27,65)
#383154
(56,49,84)
#4E4767
(78,71,103)
#645D7A
(100,93,122)
#7A738D
(122,115,141)
#9089A0
(144,137,160)
#A69FB3
(166,159,179)
#BCB5C6
(188,181,198)
#D2CBD9
(210,203,217)
#E8E1EC
(232,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C052E; }

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

This text font color is #0C052E.

Background Color

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

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

This div background color is #0C052E.

Border color

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

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

This div border color is #0C052E.

Opacity

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

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

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

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

This text has shadow with #0C052E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C052E.

Preview

Color preview on black background

This text has color #0C052E on black background.


Color preview on white background

This text has color #0C052E on white background.


Black color preview on #0C052E background

This text has black color on #0C052E background.


White color preview on #0C052E background

This text has white color on #0C052E background.


Related colors

Complementary color

Complementary color for #hex is #F3FAD1.


I love getcolorcode.com

Triadic colors

1 #2E0C05 and #052E0C with #0C052E are triadic colors.

2 #2E050C and #050C2E with #0C052E are triadic colors.