COLOR #0A15CB

HEX: #0A15CB
RGB: (10,21,203)

Color info

#0A15CB contains mainly blue color. Web safe color of #0A15CB is #0000CC (or #00C).

RGB color model

#0A15CB color RGB value is (10,21,203).

  • red value is 10;
  • green value is 21;
  • blue value is 203.
RGB:
(10,21,203)
(4%,8%,80%)

RGB channels and saturation

R 10 of 255 = 4%
G 21 of 255 = 8%
B 203 of 255 = 80%

10
21
203

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

Portions of RGB colors in percentages

R + G + B =
10 + 21 + 203 = 234 (100%)
R 10 of 234 ~ 4.27%
G 21 of 234 ~ 8.97%
B 203 of 234 ~ 86.75%

%86.75

CMYK color model

#0A15CB color CMYK value is (95,90,0,20).

  • cyan value is 95.07%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(95,90,0,20)
C95M90Y0K20 
(95%,90%,0%,20%)
(0.95/0.90/0.00/0.20)	

CMYK percentages

%95.07
%89.66
%0
%20.39

Codes

Color #0A15CB in popluar color models

0A15CB
RGB1021203
HSL237°90.61%41.76%
HSB/HSV237°95.07%79.61%
CMYK95.07%89.66%0.00%
20.39%

Color #0A15CB in popluar number systems.

HEX0A15CB
Decimal1021203
Binary10101010111001011
Octal1225313

Shades and tints

Shades of #0A15CB

#0A15CB
(10,21,203)
#0A14B9
(10,20,185)
#0A13A7
(10,19,167)
#0A1295
(10,18,149)
#0A1183
(10,17,131)
#0A1071
(10,16,113)
#0A0F5F
(10,15,95)
#0A0E4D
(10,14,77)
#0A0D3B
(10,13,59)
#0A0C29
(10,12,41)
#0A0B17
(10,11,23)
#000000
(0,0,0)

Tints of #0A15CB

#0A15CB
(10,21,203)
#202ACF
(32,42,207)
#363FD3
(54,63,211)
#4C54D7
(76,84,215)
#6269DB
(98,105,219)
#787EDF
(120,126,223)
#8E93E3
(142,147,227)
#A4A8E7
(164,168,231)
#BABDEB
(186,189,235)
#D0D2EF
(208,210,239)
#E6E7F3
(230,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A15CB color. Also use rgb(10,21,203) instead hex code.

Text Font Color

.myTextColor { color: #0A15CB; }

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

This text font color is #0A15CB.


Background Color

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

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

This div background color is #0A15CB.


Border color

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

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

This div border color is #0A15CB.


Opacity

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

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

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

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

This text has shadow with #0A15CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A15CB on black background.


Color preview on white background

This text has color #0A15CB on white background.



Black color preview on #0A15CB background

This text has black color on #0A15CB background.


White color preview on #0A15CB background

This text has white color on #0A15CB background.