COLOR #0C2B58

HEX: #0C2B58
RGB: (12,43,88)

Color info

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

RGB color model

#0C2B58 color RGB value is (12,43,88).

  • red value is 12;
  • green value is 43;
  • blue value is 88.
RGB:
(12,43,88)
(5%,17%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 43 of 255 = 17%
B 88 of 255 = 35%

12
43
88

R + G + B ~ 19%. #0C2B58 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 43 + 88 = 143 (100%)
R 12 of 143 ~ 8.39%
G 43 of 143 ~ 30.07%
B 88 of 143 ~ 61.54%

%30.07
%61.54

CMYK color model

#0C2B58 color CMYK value is (86,51,0,65).

  • cyan value is 86.36%
  • magenta value is 51.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(86,51,0,65)
C86M51Y0K65 
(86%,51%,0%,65%)
(0.86/0.51/0.00/0.65)	

CMYK percentages

%86.36
%51.14
%0
%65.49

Codes

Color #0C2B58 in popluar color models

0C2B58
RGB124388
HSL216°76.00%19.61%
HSB/HSV216°86.36%34.51%
CMYK86.36%51.14%0.00%
65.49%

Color #0C2B58 in popluar number systems.

HEX0C2B58
Decimal124388
Binary11001010111011000
Octal1453130

Shades and tints

Shades of #0C2B58

#0C2B58
(12,43,88)
#0B2850
(11,40,80)
#0A2548
(10,37,72)
#092240
(9,34,64)
#081F38
(8,31,56)
#071C30
(7,28,48)
#061928
(6,25,40)
#051620
(5,22,32)
#041318
(4,19,24)
#031010
(3,16,16)
#020D08
(2,13,8)
#000000
(0,0,0)

Tints of #0C2B58

#0C2B58
(12,43,88)
#223E67
(34,62,103)
#385176
(56,81,118)
#4E6485
(78,100,133)
#647794
(100,119,148)
#7A8AA3
(122,138,163)
#909DB2
(144,157,178)
#A6B0C1
(166,176,193)
#BCC3D0
(188,195,208)
#D2D6DF
(210,214,223)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2B58 color. Also use rgb(12,43,88) instead hex code.

Text Font Color

.myTextColor { color: #0C2B58; }

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

This text font color is #0C2B58.


Background Color

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

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

This div background color is #0C2B58.


Border color

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

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

This div border color is #0C2B58.


Opacity

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

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

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

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

This text has shadow with #0C2B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2B58 on black background.


Color preview on white background

This text has color #0C2B58 on white background.



Black color preview on #0C2B58 background

This text has black color on #0C2B58 background.


White color preview on #0C2B58 background

This text has white color on #0C2B58 background.