COLOR #0532C9

HEX: #0532C9
RGB: (5,50,201)

Color info

#0532C9 contains mainly blue color. Web safe color of #0532C9 is #0033CC (or #03C).

RGB color model

#0532C9 color RGB value is (5,50,201).

  • red value is 5;
  • green value is 50;
  • blue value is 201.
RGB:
(5,50,201)
(2%,20%,79%)

RGB channels and saturation

R 5 of 255 = 2%
G 50 of 255 = 20%
B 201 of 255 = 79%

5
50
201

R + G + B ~ 34%. #0532C9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 50 + 201 = 256 (100%)
R 5 of 256 ~ 1.95%
G 50 of 256 ~ 19.53%
B 201 of 256 ~ 78.52%

%19.53
%78.52

CMYK color model

#0532C9 color CMYK value is (98,75,0,21).

  • cyan value is 97.51%
  • magenta value is 75.12%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(98,75,0,21)
C98M75Y0K21 
(98%,75%,0%,21%)
(0.98/0.75/0.00/0.21)	

CMYK percentages

%97.51
%75.12
%0
%21.18

Codes

Color #0532C9 in popluar color models

0532C9
RGB550201
HSL226°95.15%40.39%
HSB/HSV226°97.51%78.82%
CMYK97.51%75.12%0.00%
21.18%

Color #0532C9 in popluar number systems.

HEX0532C9
Decimal550201
Binary10111001011001001
Octal562311

Shades and tints

Shades of #0532C9

#0532C9
(5,50,201)
#052EB7
(5,46,183)
#052AA5
(5,42,165)
#052693
(5,38,147)
#052281
(5,34,129)
#051E6F
(5,30,111)
#051A5D
(5,26,93)
#05164B
(5,22,75)
#051239
(5,18,57)
#050E27
(5,14,39)
#050A15
(5,10,21)
#000000
(0,0,0)

Tints of #0532C9

#0532C9
(5,50,201)
#1B44CD
(27,68,205)
#3156D1
(49,86,209)
#4768D5
(71,104,213)
#5D7AD9
(93,122,217)
#738CDD
(115,140,221)
#899EE1
(137,158,225)
#9FB0E5
(159,176,229)
#B5C2E9
(181,194,233)
#CBD4ED
(203,212,237)
#E1E6F1
(225,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0532C9 color. Also use rgb(5,50,201) instead hex code.

Text Font Color

.myTextColor { color: #0532C9; }

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

This text font color is #0532C9.


Background Color

.myBgColor { background-color: #0532C9; }

<div style="background-color:#0532C9">Inner text</div>

This div background color is #0532C9.


Border color

.myBorderColor { border: 1px solid #0532C9; }

<div style="border:3px solid #0532C9">Div</div>

This div border color is #0532C9.


Opacity

.myOpacity80 { color: #0532C9; opacity: 0.8; }

<p style="color:#0532C9;opacity:0.8;">80%</p>

Text with #0532C9 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 #0532C9;}

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

This text has shadow with #0532C9 color.

.textShadow {text-shadow: 3px 3px 1px #0532C9, 3px 3px 1px red;}

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

This text has shadow with #0532C9 primary color and red secondary color.


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

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

This text has shadow with #0532C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0532C9 on black background.


Color preview on white background

This text has color #0532C9 on white background.



Black color preview on #0532C9 background

This text has black color on #0532C9 background.


White color preview on #0532C9 background

This text has white color on #0532C9 background.