COLOR #058FBA

HEX: #058FBA
RGB: (5,143,186)

Color info

#058FBA contains mainly green and blue colors. Web safe color of #058FBA is #0099CC (or #09C).

RGB color model

#058FBA color RGB value is (5,143,186).

  • red value is 5;
  • green value is 143;
  • blue value is 186.
RGB:
(5,143,186)
(2%,56%,73%)

RGB channels and saturation

R 5 of 255 = 2%
G 143 of 255 = 56%
B 186 of 255 = 73%

5
143
186

R + G + B ~ 44%. #058FBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 143 + 186 = 334 (100%)
R 5 of 334 ~ 1.5%
G 143 of 334 ~ 42.81%
B 186 of 334 ~ 55.69%

%42.81
%55.69

CMYK color model

#058FBA color CMYK value is (97,23,0,27).

  • cyan value is 97.31%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(97,23,0,27)
C97M23Y0K27 
(97%,23%,0%,27%)
(0.97/0.23/0.00/0.27)	

CMYK percentages

%97.31
%23.12
%0
%27.06

Codes

Color #058FBA in popluar color models

058FBA
RGB5143186
HSL194°94.76%37.45%
HSB/HSV194°97.31%72.94%
CMYK97.31%23.12%0.00%
27.06%

Color #058FBA in popluar number systems.

HEX058FBA
Decimal5143186
Binary1011000111110111010
Octal5217272

Shades and tints

Shades of #058FBA

#058FBA
(5,143,186)
#0582AA
(5,130,170)
#05759A
(5,117,154)
#05688A
(5,104,138)
#055B7A
(5,91,122)
#054E6A
(5,78,106)
#05415A
(5,65,90)
#05344A
(5,52,74)
#05273A
(5,39,58)
#051A2A
(5,26,42)
#050D1A
(5,13,26)
#000000
(0,0,0)

Tints of #058FBA

#058FBA
(5,143,186)
#1B99C0
(27,153,192)
#31A3C6
(49,163,198)
#47ADCC
(71,173,204)
#5DB7D2
(93,183,210)
#73C1D8
(115,193,216)
#89CBDE
(137,203,222)
#9FD5E4
(159,213,228)
#B5DFEA
(181,223,234)
#CBE9F0
(203,233,240)
#E1F3F6
(225,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058FBA color. Also use rgb(5,143,186) instead hex code.

Text Font Color

.myTextColor { color: #058FBA; }

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

This text font color is #058FBA.


Background Color

.myBgColor { background-color: #058FBA; }

<div style="background-color:#058FBA">Inner text</div>

This div background color is #058FBA.


Border color

.myBorderColor { border: 1px solid #058FBA; }

<div style="border:3px solid #058FBA">Div</div>

This div border color is #058FBA.


Opacity

.myOpacity80 { color: #058FBA; opacity: 0.8; }

<p style="color:#058FBA;opacity:0.8;">80%</p>

Text with #058FBA 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 #058FBA;}

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

This text has shadow with #058FBA color.

.textShadow {text-shadow: 3px 3px 1px #058FBA, 3px 3px 1px red;}

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

This text has shadow with #058FBA primary color and red secondary color.


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

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

This text has shadow with #058FBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058FBA on black background.


Color preview on white background

This text has color #058FBA on white background.



Black color preview on #058FBA background

This text has black color on #058FBA background.


White color preview on #058FBA background

This text has white color on #058FBA background.