COLOR #0C255A

HEX: #0C255A
RGB: (12,37,90)

Color info

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

RGB color model

#0C255A color RGB value is (12,37,90).

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

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 90 of 255 = 35%

12
37
90

R + G + B ~ 18%. #0C255A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 90 = 139 (100%)
R 12 of 139 ~ 8.63%
G 37 of 139 ~ 26.62%
B 90 of 139 ~ 64.75%

%26.62
%64.75

CMYK color model

#0C255A color CMYK value is (87,59,0,65).

  • cyan value is 86.67%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(87,59,0,65)
C87M59Y0K65 
(87%,59%,0%,65%)
(0.87/0.59/0.00/0.65)	

CMYK percentages

%86.67
%58.89
%0
%64.71

Codes

Color #0C255A in popluar color models

0C255A
RGB123790
HSL221°76.47%20.00%
HSB/HSV221°86.67%35.29%
CMYK86.67%58.89%0.00%
64.71%

Color #0C255A in popluar number systems.

HEX0C255A
Decimal123790
Binary11001001011011010
Octal1445132

Shades and tints

Shades of #0C255A

#0C255A
(12,37,90)
#0B2252
(11,34,82)
#0A1F4A
(10,31,74)
#091C42
(9,28,66)
#08193A
(8,25,58)
#071632
(7,22,50)
#06132A
(6,19,42)
#051022
(5,16,34)
#040D1A
(4,13,26)
#030A12
(3,10,18)
#02070A
(2,7,10)
#000000
(0,0,0)

Tints of #0C255A

#0C255A
(12,37,90)
#223869
(34,56,105)
#384B78
(56,75,120)
#4E5E87
(78,94,135)
#647196
(100,113,150)
#7A84A5
(122,132,165)
#9097B4
(144,151,180)
#A6AAC3
(166,170,195)
#BCBDD2
(188,189,210)
#D2D0E1
(210,208,225)
#E8E3F0
(232,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C255A; }

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

This text font color is #0C255A.


Background Color

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

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

This div background color is #0C255A.


Border color

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

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

This div border color is #0C255A.


Opacity

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

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

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

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

This text has shadow with #0C255A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C255A on black background.


Color preview on white background

This text has color #0C255A on white background.



Black color preview on #0C255A background

This text has black color on #0C255A background.


White color preview on #0C255A background

This text has white color on #0C255A background.