COLOR #0A30B0

HEX: #0A30B0
RGB: (10,48,176)

Color info

#0A30B0 contains mainly blue color. Web safe color of #0A30B0 is #003399 (or #039).

RGB color model

#0A30B0 color RGB value is (10,48,176).

  • red value is 10;
  • green value is 48;
  • blue value is 176.
RGB:
(10,48,176)
(4%,19%,69%)

RGB channels and saturation

R 10 of 255 = 4%
G 48 of 255 = 19%
B 176 of 255 = 69%

10
48
176

R + G + B ~ 31%. #0A30B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 48 + 176 = 234 (100%)
R 10 of 234 ~ 4.27%
G 48 of 234 ~ 20.51%
B 176 of 234 ~ 75.21%

%20.51
%75.21

CMYK color model

#0A30B0 color CMYK value is (94,73,0,31).

  • cyan value is 94.32%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(94,73,0,31)
C94M73Y0K31 
(94%,73%,0%,31%)
(0.94/0.73/0.00/0.31)	

CMYK percentages

%94.32
%72.73
%0
%30.98

Codes

Color #0A30B0 in popluar color models

0A30B0
RGB1048176
HSL226°89.25%36.47%
HSB/HSV226°94.32%69.02%
CMYK94.32%72.73%0.00%
30.98%

Color #0A30B0 in popluar number systems.

HEX0A30B0
Decimal1048176
Binary101011000010110000
Octal1260260

Shades and tints

Shades of #0A30B0

#0A30B0
(10,48,176)
#0A2CA0
(10,44,160)
#0A2890
(10,40,144)
#0A2480
(10,36,128)
#0A2070
(10,32,112)
#0A1C60
(10,28,96)
#0A1850
(10,24,80)
#0A1440
(10,20,64)
#0A1030
(10,16,48)
#0A0C20
(10,12,32)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #0A30B0

#0A30B0
(10,48,176)
#2042B7
(32,66,183)
#3654BE
(54,84,190)
#4C66C5
(76,102,197)
#6278CC
(98,120,204)
#788AD3
(120,138,211)
#8E9CDA
(142,156,218)
#A4AEE1
(164,174,225)
#BAC0E8
(186,192,232)
#D0D2EF
(208,210,239)
#E6E4F6
(230,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A30B0 color. Also use rgb(10,48,176) instead hex code.

Text Font Color

.myTextColor { color: #0A30B0; }

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

This text font color is #0A30B0.


Background Color

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

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

This div background color is #0A30B0.


Border color

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

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

This div border color is #0A30B0.


Opacity

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

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

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

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

This text has shadow with #0A30B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A30B0 on black background.


Color preview on white background

This text has color #0A30B0 on white background.



Black color preview on #0A30B0 background

This text has black color on #0A30B0 background.


White color preview on #0A30B0 background

This text has white color on #0A30B0 background.