COLOR #0A3D98

HEX: #0A3D98
RGB: (10,61,152)

Color info

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

RGB color model

#0A3D98 color RGB value is (10,61,152).

  • red value is 10;
  • green value is 61;
  • blue value is 152.
RGB:
(10,61,152)
(4%,24%,60%)

RGB channels and saturation

R 10 of 255 = 4%
G 61 of 255 = 24%
B 152 of 255 = 60%

10
61
152

R + G + B ~ 29%. #0A3D98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 61 + 152 = 223 (100%)
R 10 of 223 ~ 4.48%
G 61 of 223 ~ 27.35%
B 152 of 223 ~ 68.16%

%27.35
%68.16

CMYK color model

#0A3D98 color CMYK value is (93,60,0,40).

  • cyan value is 93.42%
  • magenta value is 59.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(93,60,0,40)
C93M60Y0K40 
(93%,60%,0%,40%)
(0.93/0.60/0.00/0.40)	

CMYK percentages

%93.42
%59.87
%0
%40.39

Codes

Color #0A3D98 in popluar color models

0A3D98
RGB1061152
HSL218°87.65%31.76%
HSB/HSV218°93.42%59.61%
CMYK93.42%59.87%0.00%
40.39%

Color #0A3D98 in popluar number systems.

HEX0A3D98
Decimal1061152
Binary101011110110011000
Octal1275230

Shades and tints

Shades of #0A3D98

#0A3D98
(10,61,152)
#0A388B
(10,56,139)
#0A337E
(10,51,126)
#0A2E71
(10,46,113)
#0A2964
(10,41,100)
#0A2457
(10,36,87)
#0A1F4A
(10,31,74)
#0A1A3D
(10,26,61)
#0A1530
(10,21,48)
#0A1023
(10,16,35)
#0A0B16
(10,11,22)
#000000
(0,0,0)

Tints of #0A3D98

#0A3D98
(10,61,152)
#204EA1
(32,78,161)
#365FAA
(54,95,170)
#4C70B3
(76,112,179)
#6281BC
(98,129,188)
#7892C5
(120,146,197)
#8EA3CE
(142,163,206)
#A4B4D7
(164,180,215)
#BAC5E0
(186,197,224)
#D0D6E9
(208,214,233)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3D98 color. Also use rgb(10,61,152) instead hex code.

Text Font Color

.myTextColor { color: #0A3D98; }

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

This text font color is #0A3D98.


Background Color

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

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

This div background color is #0A3D98.


Border color

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

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

This div border color is #0A3D98.


Opacity

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

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

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

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

This text has shadow with #0A3D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3D98 on black background.


Color preview on white background

This text has color #0A3D98 on white background.



Black color preview on #0A3D98 background

This text has black color on #0A3D98 background.


White color preview on #0A3D98 background

This text has white color on #0A3D98 background.