COLOR #0A10E9

HEX: #0A10E9
RGB: (10,16,233)

Color info

#0A10E9 contains mainly blue color. Web safe color of #0A10E9 is #0000FF (or #00F).

RGB color model

#0A10E9 color RGB value is (10,16,233).

  • red value is 10;
  • green value is 16;
  • blue value is 233.
RGB:
(10,16,233)
(4%,6%,91%)

RGB channels and saturation

R 10 of 255 = 4%
G 16 of 255 = 6%
B 233 of 255 = 91%

10
16
233

R + G + B ~ 34%. #0A10E9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 16 + 233 = 259 (100%)
R 10 of 259 ~ 3.86%
G 16 of 259 ~ 6.18%
B 233 of 259 ~ 89.96%

%89.96

CMYK color model

#0A10E9 color CMYK value is (96,93,0,9).

  • cyan value is 95.71%
  • magenta value is 93.13%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(96,93,0,9)
C96M93Y0K9 
(96%,93%,0%,9%)
(0.96/0.93/0.00/0.09)	

CMYK percentages

%95.71
%93.13
%0
%8.63

Codes

Color #0A10E9 in popluar color models

0A10E9
RGB1016233
HSL238°91.77%47.65%
HSB/HSV238°95.71%91.37%
CMYK95.71%93.13%0.00%
8.63%

Color #0A10E9 in popluar number systems.

HEX0A10E9
Decimal1016233
Binary10101000011101001
Octal1220351

Shades and tints

Shades of #0A10E9

#0A10E9
(10,16,233)
#0A0FD4
(10,15,212)
#0A0EBF
(10,14,191)
#0A0DAA
(10,13,170)
#0A0C95
(10,12,149)
#0A0B80
(10,11,128)
#0A0A6B
(10,10,107)
#0A0956
(10,9,86)
#0A0841
(10,8,65)
#0A072C
(10,7,44)
#0A0617
(10,6,23)
#000000
(0,0,0)

Tints of #0A10E9

#0A10E9
(10,16,233)
#2025EB
(32,37,235)
#363AED
(54,58,237)
#4C4FEF
(76,79,239)
#6264F1
(98,100,241)
#7879F3
(120,121,243)
#8E8EF5
(142,142,245)
#A4A3F7
(164,163,247)
#BAB8F9
(186,184,249)
#D0CDFB
(208,205,251)
#E6E2FD
(230,226,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A10E9 color. Also use rgb(10,16,233) instead hex code.

Text Font Color

.myTextColor { color: #0A10E9; }

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

This text font color is #0A10E9.


Background Color

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

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

This div background color is #0A10E9.


Border color

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

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

This div border color is #0A10E9.


Opacity

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

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

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

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

This text has shadow with #0A10E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A10E9 on black background.


Color preview on white background

This text has color #0A10E9 on white background.



Black color preview on #0A10E9 background

This text has black color on #0A10E9 background.


White color preview on #0A10E9 background

This text has white color on #0A10E9 background.