COLOR #0C075D

HEX: #0C075D RGB: (12,7,93)

Color info

#0C075D contains mainly blue color. Web safe color of #0C075D is #000066 (or #006).

RGB color model

#0C075D color RGB value is (12,7,93).

RGB: (12,7,93) (5%, 3%, 36%)

RGB channels and saturation

R 12 of 255 = 5%
G 7 of 255 = 3%
B 93 of 255 = 36%

12
7
93

R + G + B ~ 15%. #0C075D is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 7 + 93 = 112 (100%)
R 12 of 112 ~ 10.71%
G 7 of 112 ~ 6.25%
B 93 of 112 ~ 83.04'%

%10.71
%83.04

CMYK color model

#0C075D color CMYK value is (87,92,0,64).

  • cyan value is 87.10%
  • magenta value is 92.47%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (87,92,0,64)
C87M92Y0K64 (87%, 92%, 0%, 64%)
(0.87 / 0.92 / 0.00 / 0.64)

CMYK percentages

%87.1
%92.47
%0
%63.53

Codes

Color #0C075D in popluar color models

0C 07 5D
RGB 12 7 93
HSL 243° 86.00% 19.61%
HSB/HSV 243° 92.47% 36.47%
CMYK 87.10% 92.47% 0.00%
63.53%

Color #0C075D in popluar number systems.

HEX 0C 07 5D
Decimal 12 7 93
Binary 1100 111 1011101
Octal 14 7 135

Shades and tints

Shades of #0C075D

#0C075D
(12,7,93)
#0B0755
(11,7,85)
#0A074D
(10,7,77)
#090745
(9,7,69)
#08073D
(8,7,61)
#070735
(7,7,53)
#06072D
(6,7,45)
#050725
(5,7,37)
#04071D
(4,7,29)
#030715
(3,7,21)
#02070D
(2,7,13)
#000000
(0,0,0)

Tints of #0C075D

#0C075D
(12,7,93)
#221D6B
(34,29,107)
#383379
(56,51,121)
#4E4987
(78,73,135)
#645F95
(100,95,149)
#7A75A3
(122,117,163)
#908BB1
(144,139,177)
#A6A1BF
(166,161,191)
#BCB7CD
(188,183,205)
#D2CDDB
(210,205,219)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C075D color. Also use rgb(12,7,93) instead hex code.

Text Font Color

.myTextColor { color: #0C075D; }

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

This text font color is #0C075D.

Background Color

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

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

This div background color is #0C075D.

Border color

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

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

This div border color is #0C075D.

Opacity

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

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

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

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

This text has shadow with #0C075D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C075D.

Preview

Color preview on black background

This text has color #0C075D on black background.


Color preview on white background

This text has color #0C075D on white background.


Black color preview on #0C075D background

This text has black color on #0C075D background.


White color preview on #0C075D background

This text has white color on #0C075D background.


Related colors

Complementary color

Complementary color for #hex is #F3F8A2.


I love getcolorcode.com

Triadic colors

1 #5D0C07 and #075D0C with #0C075D are triadic colors.

2 #5D070C and #070C5D with #0C075D are triadic colors.