COLOR #0A58A8

HEX: #0A58A8
RGB: (10,88,168)

Color info

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

RGB color model

#0A58A8 color RGB value is (10,88,168).

  • red value is 10;
  • green value is 88;
  • blue value is 168.
RGB:
(10,88,168)
(4%,35%,66%)

RGB channels and saturation

R 10 of 255 = 4%
G 88 of 255 = 35%
B 168 of 255 = 66%

10
88
168

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

Portions of RGB colors in percentages

R + G + B =
10 + 88 + 168 = 266 (100%)
R 10 of 266 ~ 3.76%
G 88 of 266 ~ 33.08%
B 168 of 266 ~ 63.16%

%33.08
%63.16

CMYK color model

#0A58A8 color CMYK value is (94,48,0,34).

  • cyan value is 94.05%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(94,48,0,34)
C94M48Y0K34 
(94%,48%,0%,34%)
(0.94/0.48/0.00/0.34)	

CMYK percentages

%94.05
%47.62
%0
%34.12

Codes

Color #0A58A8 in popluar color models

0A58A8
RGB1088168
HSL210°88.76%34.90%
HSB/HSV210°94.05%65.88%
CMYK94.05%47.62%0.00%
34.12%

Color #0A58A8 in popluar number systems.

HEX0A58A8
Decimal1088168
Binary1010101100010101000
Octal12130250

Shades and tints

Shades of #0A58A8

#0A58A8
(10,88,168)
#0A5099
(10,80,153)
#0A488A
(10,72,138)
#0A407B
(10,64,123)
#0A386C
(10,56,108)
#0A305D
(10,48,93)
#0A284E
(10,40,78)
#0A203F
(10,32,63)
#0A1830
(10,24,48)
#0A1021
(10,16,33)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #0A58A8

#0A58A8
(10,88,168)
#2067AF
(32,103,175)
#3676B6
(54,118,182)
#4C85BD
(76,133,189)
#6294C4
(98,148,196)
#78A3CB
(120,163,203)
#8EB2D2
(142,178,210)
#A4C1D9
(164,193,217)
#BAD0E0
(186,208,224)
#D0DFE7
(208,223,231)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A58A8 color. Also use rgb(10,88,168) instead hex code.

Text Font Color

.myTextColor { color: #0A58A8; }

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

This text font color is #0A58A8.


Background Color

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

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

This div background color is #0A58A8.


Border color

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

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

This div border color is #0A58A8.


Opacity

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

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

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

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

This text has shadow with #0A58A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A58A8 on black background.


Color preview on white background

This text has color #0A58A8 on white background.



Black color preview on #0A58A8 background

This text has black color on #0A58A8 background.


White color preview on #0A58A8 background

This text has white color on #0A58A8 background.