COLOR #0A23A6

HEX: #0A23A6
RGB: (10,35,166)

Color info

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

RGB color model

#0A23A6 color RGB value is (10,35,166).

  • red value is 10;
  • green value is 35;
  • blue value is 166.
RGB:
(10,35,166)
(4%,14%,65%)

RGB channels and saturation

R 10 of 255 = 4%
G 35 of 255 = 14%
B 166 of 255 = 65%

10
35
166

R + G + B ~ 28%. #0A23A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 35 + 166 = 211 (100%)
R 10 of 211 ~ 4.74%
G 35 of 211 ~ 16.59%
B 166 of 211 ~ 78.67%

%16.59
%78.67

CMYK color model

#0A23A6 color CMYK value is (94,79,0,35).

  • cyan value is 93.98%
  • magenta value is 78.92%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(94,79,0,35)
C94M79Y0K35 
(94%,79%,0%,35%)
(0.94/0.79/0.00/0.35)	

CMYK percentages

%93.98
%78.92
%0
%34.9

Codes

Color #0A23A6 in popluar color models

0A23A6
RGB1035166
HSL230°88.64%34.51%
HSB/HSV230°93.98%65.10%
CMYK93.98%78.92%0.00%
34.90%

Color #0A23A6 in popluar number systems.

HEX0A23A6
Decimal1035166
Binary101010001110100110
Octal1243246

Shades and tints

Shades of #0A23A6

#0A23A6
(10,35,166)
#0A2097
(10,32,151)
#0A1D88
(10,29,136)
#0A1A79
(10,26,121)
#0A176A
(10,23,106)
#0A145B
(10,20,91)
#0A114C
(10,17,76)
#0A0E3D
(10,14,61)
#0A0B2E
(10,11,46)
#0A081F
(10,8,31)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #0A23A6

#0A23A6
(10,35,166)
#2037AE
(32,55,174)
#364BB6
(54,75,182)
#4C5FBE
(76,95,190)
#6273C6
(98,115,198)
#7887CE
(120,135,206)
#8E9BD6
(142,155,214)
#A4AFDE
(164,175,222)
#BAC3E6
(186,195,230)
#D0D7EE
(208,215,238)
#E6EBF6
(230,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A23A6 color. Also use rgb(10,35,166) instead hex code.

Text Font Color

.myTextColor { color: #0A23A6; }

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

This text font color is #0A23A6.


Background Color

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

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

This div background color is #0A23A6.


Border color

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

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

This div border color is #0A23A6.


Opacity

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

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

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

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

This text has shadow with #0A23A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A23A6 on black background.


Color preview on white background

This text has color #0A23A6 on white background.



Black color preview on #0A23A6 background

This text has black color on #0A23A6 background.


White color preview on #0A23A6 background

This text has white color on #0A23A6 background.