COLOR #0C55A9

HEX: #0C55A9
RGB: (12,85,169)

Color info

#0C55A9 contains mainly blue color. Web safe color of #0C55A9 is #006699 (or #069).

RGB color model

#0C55A9 color RGB value is (12,85,169).

  • red value is 12;
  • green value is 85;
  • blue value is 169.
RGB:
(12,85,169)
(5%,33%,66%)

RGB channels and saturation

R 12 of 255 = 5%
G 85 of 255 = 33%
B 169 of 255 = 66%

12
85
169

R + G + B ~ 35%. #0C55A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 85 + 169 = 266 (100%)
R 12 of 266 ~ 4.51%
G 85 of 266 ~ 31.95%
B 169 of 266 ~ 63.53%

%31.95
%63.53

CMYK color model

#0C55A9 color CMYK value is (93,50,0,34).

  • cyan value is 92.90%
  • magenta value is 49.70%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(93,50,0,34)
C93M50Y0K34 
(93%,50%,0%,34%)
(0.93/0.50/0.00/0.34)	

CMYK percentages

%92.9
%49.7
%0
%33.73

Codes

Color #0C55A9 in popluar color models

0C55A9
RGB1285169
HSL212°86.74%35.49%
HSB/HSV212°92.90%66.27%
CMYK92.90%49.70%0.00%
33.73%

Color #0C55A9 in popluar number systems.

HEX0C55A9
Decimal1285169
Binary1100101010110101001
Octal14125251

Shades and tints

Shades of #0C55A9

#0C55A9
(12,85,169)
#0B4E9A
(11,78,154)
#0A478B
(10,71,139)
#09407C
(9,64,124)
#08396D
(8,57,109)
#07325E
(7,50,94)
#062B4F
(6,43,79)
#052440
(5,36,64)
#041D31
(4,29,49)
#031622
(3,22,34)
#020F13
(2,15,19)
#000000
(0,0,0)

Tints of #0C55A9

#0C55A9
(12,85,169)
#2264B0
(34,100,176)
#3873B7
(56,115,183)
#4E82BE
(78,130,190)
#6491C5
(100,145,197)
#7AA0CC
(122,160,204)
#90AFD3
(144,175,211)
#A6BEDA
(166,190,218)
#BCCDE1
(188,205,225)
#D2DCE8
(210,220,232)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C55A9 color. Also use rgb(12,85,169) instead hex code.

Text Font Color

.myTextColor { color: #0C55A9; }

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

This text font color is #0C55A9.


Background Color

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

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

This div background color is #0C55A9.


Border color

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

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

This div border color is #0C55A9.


Opacity

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

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

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

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

This text has shadow with #0C55A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C55A9 on black background.


Color preview on white background

This text has color #0C55A9 on white background.



Black color preview on #0C55A9 background

This text has black color on #0C55A9 background.


White color preview on #0C55A9 background

This text has white color on #0C55A9 background.