COLOR #0A12F5

HEX: #0A12F5
RGB: (10,18,245)

Color info

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

RGB color model

#0A12F5 color RGB value is (10,18,245).

  • red value is 10;
  • green value is 18;
  • blue value is 245.
RGB:
(10,18,245)
(4%,7%,96%)

RGB channels and saturation

R 10 of 255 = 4%
G 18 of 255 = 7%
B 245 of 255 = 96%

10
18
245

R + G + B ~ 36%. #0A12F5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 18 + 245 = 273 (100%)
R 10 of 273 ~ 3.66%
G 18 of 273 ~ 6.59%
B 245 of 273 ~ 89.74%

%89.74

CMYK color model

#0A12F5 color CMYK value is (96,93,0,4).

  • cyan value is 95.92%
  • magenta value is 92.65%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(96,93,0,4)
C96M93Y0K4 
(96%,93%,0%,4%)
(0.96/0.93/0.00/0.04)	

CMYK percentages

%95.92
%92.65
%0
%3.92

Codes

Color #0A12F5 in popluar color models

0A12F5
RGB1018245
HSL238°92.16%50.00%
HSB/HSV238°95.92%96.08%
CMYK95.92%92.65%0.00%
3.92%

Color #0A12F5 in popluar number systems.

HEX0A12F5
Decimal1018245
Binary10101001011110101
Octal1222365

Shades and tints

Shades of #0A12F5

#0A12F5
(10,18,245)
#0A11DF
(10,17,223)
#0A10C9
(10,16,201)
#0A0FB3
(10,15,179)
#0A0E9D
(10,14,157)
#0A0D87
(10,13,135)
#0A0C71
(10,12,113)
#0A0B5B
(10,11,91)
#0A0A45
(10,10,69)
#0A092F
(10,9,47)
#0A0819
(10,8,25)
#000000
(0,0,0)

Tints of #0A12F5

#0A12F5
(10,18,245)
#2027F5
(32,39,245)
#363CF5
(54,60,245)
#4C51F5
(76,81,245)
#6266F5
(98,102,245)
#787BF5
(120,123,245)
#8E90F5
(142,144,245)
#A4A5F5
(164,165,245)
#BABAF5
(186,186,245)
#D0CFF5
(208,207,245)
#E6E4F5
(230,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A12F5 color. Also use rgb(10,18,245) instead hex code.

Text Font Color

.myTextColor { color: #0A12F5; }

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

This text font color is #0A12F5.


Background Color

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

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

This div background color is #0A12F5.


Border color

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

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

This div border color is #0A12F5.


Opacity

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

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

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

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

This text has shadow with #0A12F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A12F5 on black background.


Color preview on white background

This text has color #0A12F5 on white background.



Black color preview on #0A12F5 background

This text has black color on #0A12F5 background.


White color preview on #0A12F5 background

This text has white color on #0A12F5 background.