COLOR #0C355A

HEX: #0C355A
RGB: (12,53,90)

Color info

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

RGB color model

#0C355A color RGB value is (12,53,90).

  • red value is 12;
  • green value is 53;
  • blue value is 90.
RGB:
(12,53,90)
(5%,21%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 53 of 255 = 21%
B 90 of 255 = 35%

12
53
90

R + G + B ~ 20%. #0C355A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 53 + 90 = 155 (100%)
R 12 of 155 ~ 7.74%
G 53 of 155 ~ 34.19%
B 90 of 155 ~ 58.06%

%34.19
%58.06

CMYK color model

#0C355A color CMYK value is (87,41,0,65).

  • cyan value is 86.67%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(87,41,0,65)
C87M41Y0K65 
(87%,41%,0%,65%)
(0.87/0.41/0.00/0.65)	

CMYK percentages

%86.67
%41.11
%0
%64.71

Codes

Color #0C355A in popluar color models

0C355A
RGB125390
HSL208°76.47%20.00%
HSB/HSV208°86.67%35.29%
CMYK86.67%41.11%0.00%
64.71%

Color #0C355A in popluar number systems.

HEX0C355A
Decimal125390
Binary11001101011011010
Octal1465132

Shades and tints

Shades of #0C355A

#0C355A
(12,53,90)
#0B3152
(11,49,82)
#0A2D4A
(10,45,74)
#092942
(9,41,66)
#08253A
(8,37,58)
#072132
(7,33,50)
#061D2A
(6,29,42)
#051922
(5,25,34)
#04151A
(4,21,26)
#031112
(3,17,18)
#020D0A
(2,13,10)
#000000
(0,0,0)

Tints of #0C355A

#0C355A
(12,53,90)
#224769
(34,71,105)
#385978
(56,89,120)
#4E6B87
(78,107,135)
#647D96
(100,125,150)
#7A8FA5
(122,143,165)
#90A1B4
(144,161,180)
#A6B3C3
(166,179,195)
#BCC5D2
(188,197,210)
#D2D7E1
(210,215,225)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C355A color. Also use rgb(12,53,90) instead hex code.

Text Font Color

.myTextColor { color: #0C355A; }

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

This text font color is #0C355A.


Background Color

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

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

This div background color is #0C355A.


Border color

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

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

This div border color is #0C355A.


Opacity

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

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

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

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

This text has shadow with #0C355A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C355A on black background.


Color preview on white background

This text has color #0C355A on white background.



Black color preview on #0C355A background

This text has black color on #0C355A background.


White color preview on #0C355A background

This text has white color on #0C355A background.