COLOR #0C2948

HEX: #0C2948
RGB: (12,41,72)

Color info

#0C2948 contains mainly green and blue colors. Web safe color of #0C2948 is #003333 (or #033).

RGB color model

#0C2948 color RGB value is (12,41,72).

  • red value is 12;
  • green value is 41;
  • blue value is 72.
RGB:
(12,41,72)
(5%,16%,28%)

RGB channels and saturation

R 12 of 255 = 5%
G 41 of 255 = 16%
B 72 of 255 = 28%

12
41
72

R + G + B ~ 16%. #0C2948 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 72 = 125 (100%)
R 12 of 125 ~ 9.6%
G 41 of 125 ~ 32.8%
B 72 of 125 ~ 57.6%

%9.6
%32.8
%57.6

CMYK color model

#0C2948 color CMYK value is (83,43,0,72).

  • cyan value is 83.33%
  • magenta value is 43.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(83,43,0,72)
C83M43Y0K72 
(83%,43%,0%,72%)
(0.83/0.43/0.00/0.72)	

CMYK percentages

%83.33
%43.06
%0
%71.76

Codes

Color #0C2948 in popluar color models

0C2948
RGB124172
HSL211°71.43%16.47%
HSB/HSV211°83.33%28.24%
CMYK83.33%43.06%0.00%
71.76%

Color #0C2948 in popluar number systems.

HEX0C2948
Decimal124172
Binary11001010011001000
Octal1451110

Shades and tints

Shades of #0C2948

#0C2948
(12,41,72)
#0B2642
(11,38,66)
#0A233C
(10,35,60)
#092036
(9,32,54)
#081D30
(8,29,48)
#071A2A
(7,26,42)
#061724
(6,23,36)
#05141E
(5,20,30)
#041118
(4,17,24)
#030E12
(3,14,18)
#020B0C
(2,11,12)
#000000
(0,0,0)

Tints of #0C2948

#0C2948
(12,41,72)
#223C58
(34,60,88)
#384F68
(56,79,104)
#4E6278
(78,98,120)
#647588
(100,117,136)
#7A8898
(122,136,152)
#909BA8
(144,155,168)
#A6AEB8
(166,174,184)
#BCC1C8
(188,193,200)
#D2D4D8
(210,212,216)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2948 color. Also use rgb(12,41,72) instead hex code.

Text Font Color

.myTextColor { color: #0C2948; }

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

This text font color is #0C2948.


Background Color

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

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

This div background color is #0C2948.


Border color

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

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

This div border color is #0C2948.


Opacity

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

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

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

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

This text has shadow with #0C2948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2948 on black background.


Color preview on white background

This text has color #0C2948 on white background.



Black color preview on #0C2948 background

This text has black color on #0C2948 background.


White color preview on #0C2948 background

This text has white color on #0C2948 background.