COLOR #005DBA

HEX: #005DBA
RGB: (0,93,186)

Color info

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

RGB color model

#005DBA color RGB value is (0,93,186).

  • red value is 0;
  • green value is 93;
  • blue value is 186.
RGB:
(0,93,186)
(0%,36%,73%)

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 186 of 255 = 73%

0
93
186

R + G + B ~ 36%. #005DBA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 186 = 279 (100%)
R 0 of 279 ~ 0%
G 93 of 279 ~ 33.33%
B 186 of 279 ~ 66.67%

%33.33
%66.67

CMYK color model

#005DBA color CMYK value is (100,50,0,27).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,50,0,27)
C100M50Y0K27 
(100%,50%,0%,27%)
(1.00/0.50/0.00/0.27)	

CMYK percentages

%100
%50
%0
%27.06

Codes

Color #005DBA in popluar color models

005DBA
RGB093186
HSL210°100.00%36.47%
HSB/HSV210°100.00%72.94%
CMYK100.00%50.00%0.00%
27.06%

Color #005DBA in popluar number systems.

HEX005DBA
Decimal093186
Binary0101110110111010
Octal0135272

Shades and tints

Shades of #005DBA

#005DBA
(0,93,186)
#0055AA
(0,85,170)
#004D9A
(0,77,154)
#00458A
(0,69,138)
#003D7A
(0,61,122)
#00356A
(0,53,106)
#002D5A
(0,45,90)
#00254A
(0,37,74)
#001D3A
(0,29,58)
#00152A
(0,21,42)
#000D1A
(0,13,26)
#000000
(0,0,0)

Tints of #005DBA

#005DBA
(0,93,186)
#176BC0
(23,107,192)
#2E79C6
(46,121,198)
#4587CC
(69,135,204)
#5C95D2
(92,149,210)
#73A3D8
(115,163,216)
#8AB1DE
(138,177,222)
#A1BFE4
(161,191,228)
#B8CDEA
(184,205,234)
#CFDBF0
(207,219,240)
#E6E9F6
(230,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005DBA color. Also use rgb(0,93,186) instead hex code.

Text Font Color

.myTextColor { color: #005DBA; }

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

This text font color is #005DBA.


Background Color

.myBgColor { background-color: #005DBA; }

<div style="background-color:#005DBA">Inner text</div>

This div background color is #005DBA.


Border color

.myBorderColor { border: 1px solid #005DBA; }

<div style="border:3px solid #005DBA">Div</div>

This div border color is #005DBA.


Opacity

.myOpacity80 { color: #005DBA; opacity: 0.8; }

<p style="color:#005DBA;opacity:0.8;">80%</p>

Text with #005DBA 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 #005DBA;}

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

This text has shadow with #005DBA color.

.textShadow {text-shadow: 3px 3px 1px #005DBA, 3px 3px 1px red;}

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

This text has shadow with #005DBA primary color and red secondary color.


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

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

This text has shadow with #005DBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005DBA on black background.


Color preview on white background

This text has color #005DBA on white background.



Black color preview on #005DBA background

This text has black color on #005DBA background.


White color preview on #005DBA background

This text has white color on #005DBA background.