COLOR #0C385D

HEX: #0C385D RGB: (12,56,93)

Color info

#0C385D contains mainly green and blue colors. Web safe color of #0C385D is #003366 (or #036).

RGB color model

#0C385D color RGB value is (12,56,93).

RGB: (12,56,93) (5%, 22%, 36%)

RGB channels and saturation

R 12 of 255 = 5%
G 56 of 255 = 22%
B 93 of 255 = 36%

12
56
93

R + G + B ~ 21%. #0C385D is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 56 + 93 = 161 (100%)
R 12 of 161 ~ 7.45%
G 56 of 161 ~ 34.78%
B 93 of 161 ~ 57.76'%

%34.78
%57.76

CMYK color model

#0C385D color CMYK value is (87,40,0,64).

  • cyan value is 87.10%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (87,40,0,64) C87M40Y0K64 (87%,40%,0%,64%) (0.87/0.40/0.00/0.64) 

CMYK percentages

%87.1
%39.78
%0
%63.53

Codes

Color #0C385D in popluar color models

0C 38 5D
RGB 12 56 93
HSL 207° 77.14% 20.59%
HSB/HSV 207° 87.10% 36.47%
CMYK 87.10% 39.78% 0.00%
63.53%

Color #0C385D in popluar number systems.

HEX 0C 38 5D
Decimal 12 56 93
Binary 1100 111000 1011101
Octal 14 70 135

Shades and tints

Shades of #0C385D

#0C385D
(12,56,93)
#0B3355
(11,51,85)
#0A2E4D
(10,46,77)
#092945
(9,41,69)
#08243D
(8,36,61)
#071F35
(7,31,53)
#061A2D
(6,26,45)
#051525
(5,21,37)
#04101D
(4,16,29)
#030B15
(3,11,21)
#02060D
(2,6,13)
#000000
(0,0,0)

Tints of #0C385D

#0C385D
(12,56,93)
#224A6B
(34,74,107)
#385C79
(56,92,121)
#4E6E87
(78,110,135)
#648095
(100,128,149)
#7A92A3
(122,146,163)
#90A4B1
(144,164,177)
#A6B6BF
(166,182,191)
#BCC8CD
(188,200,205)
#D2DADB
(210,218,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C385D; }

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

This text font color is #0C385D.

Background Color

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

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

This div background color is #0C385D.

Border color

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

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

This div border color is #0C385D.

Opacity

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

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

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

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

This text has shadow with #0C385D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C385D.

Preview

Color preview on black background

This text has color #0C385D on black background.


Color preview on white background

This text has color #0C385D on white background.


Black color preview on #0C385D background

This text has black color on #0C385D background.


White color preview on #0C385D background

This text has white color on #0C385D background.


Related colors

Complementary color

Complementary color for #hex is #F3C7A2.


I love getcolorcode.com

Triadic colors

1 #5D0C38 and #385D0C with #0C385D are triadic colors.

2 #5D380C and #380C5D with #0C385D are triadic colors.