COLOR #0C55B9

HEX: #0C55B9
RGB: (12,85,185)

Color info

#0C55B9 contains mainly blue color. Web safe color of #0C55B9 is #0066CC (or #06C).

RGB color model

#0C55B9 color RGB value is (12,85,185).

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

RGB channels and saturation

R 12 of 255 = 5%
G 85 of 255 = 33%
B 185 of 255 = 73%

12
85
185

R + G + B ~ 37%. #0C55B9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 85 + 185 = 282 (100%)
R 12 of 282 ~ 4.26%
G 85 of 282 ~ 30.14%
B 185 of 282 ~ 65.6%

%30.14
%65.6

CMYK color model

#0C55B9 color CMYK value is (94,54,0,27).

  • cyan value is 93.51%
  • magenta value is 54.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(94,54,0,27)
C94M54Y0K27 
(94%,54%,0%,27%)
(0.94/0.54/0.00/0.27)	

CMYK percentages

%93.51
%54.05
%0
%27.45

Codes

Color #0C55B9 in popluar color models

0C55B9
RGB1285185
HSL215°87.82%38.63%
HSB/HSV215°93.51%72.55%
CMYK93.51%54.05%0.00%
27.45%

Color #0C55B9 in popluar number systems.

HEX0C55B9
Decimal1285185
Binary1100101010110111001
Octal14125271

Shades and tints

Shades of #0C55B9

#0C55B9
(12,85,185)
#0B4EA9
(11,78,169)
#0A4799
(10,71,153)
#094089
(9,64,137)
#083979
(8,57,121)
#073269
(7,50,105)
#062B59
(6,43,89)
#052449
(5,36,73)
#041D39
(4,29,57)
#031629
(3,22,41)
#020F19
(2,15,25)
#000000
(0,0,0)

Tints of #0C55B9

#0C55B9
(12,85,185)
#2264BF
(34,100,191)
#3873C5
(56,115,197)
#4E82CB
(78,130,203)
#6491D1
(100,145,209)
#7AA0D7
(122,160,215)
#90AFDD
(144,175,221)
#A6BEE3
(166,190,227)
#BCCDE9
(188,205,233)
#D2DCEF
(210,220,239)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C55B9; }

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

This text font color is #0C55B9.


Background Color

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

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

This div background color is #0C55B9.


Border color

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

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

This div border color is #0C55B9.


Opacity

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

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

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

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

This text has shadow with #0C55B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C55B9 on black background.


Color preview on white background

This text has color #0C55B9 on white background.



Black color preview on #0C55B9 background

This text has black color on #0C55B9 background.


White color preview on #0C55B9 background

This text has white color on #0C55B9 background.