COLOR #0A0266

HEX: #0A0266
RGB: (10,2,102)

Color info

#0A0266 contains mainly blue color. Web safe color of #0A0266 is #000066 (or #006).

RGB color model

#0A0266 color RGB value is (10,2,102).

  • red value is 10;
  • green value is 2;
  • blue value is 102.
RGB:
(10,2,102)
(4%,1%,40%)

RGB channels and saturation

R 10 of 255 = 4%
G 2 of 255 = 1%
B 102 of 255 = 40%

10
2
102

R + G + B ~ 15%. #0A0266 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 102 = 114 (100%)
R 10 of 114 ~ 8.77%
G 2 of 114 ~ 1.75%
B 102 of 114 ~ 89.47%

%89.47

CMYK color model

#0A0266 color CMYK value is (90,98,0,60).

  • cyan value is 90.20%
  • magenta value is 98.04%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(90,98,0,60)
C90M98Y0K60 
(90%,98%,0%,60%)
(0.90/0.98/0.00/0.60)	

CMYK percentages

%90.2
%98.04
%0
%60

Codes

Color #0A0266 in popluar color models

0A0266
RGB102102
HSL245°96.15%20.39%
HSB/HSV245°98.04%40.00%
CMYK90.20%98.04%0.00%
60.00%

Color #0A0266 in popluar number systems.

HEX0A0266
Decimal102102
Binary1010101100110
Octal122146

Shades and tints

Shades of #0A0266

#0A0266
(10,2,102)
#0A025D
(10,2,93)
#0A0254
(10,2,84)
#0A024B
(10,2,75)
#0A0242
(10,2,66)
#0A0239
(10,2,57)
#0A0230
(10,2,48)
#0A0227
(10,2,39)
#0A021E
(10,2,30)
#0A0215
(10,2,21)
#0A020C
(10,2,12)
#000000
(0,0,0)

Tints of #0A0266

#0A0266
(10,2,102)
#201973
(32,25,115)
#363080
(54,48,128)
#4C478D
(76,71,141)
#625E9A
(98,94,154)
#7875A7
(120,117,167)
#8E8CB4
(142,140,180)
#A4A3C1
(164,163,193)
#BABACE
(186,186,206)
#D0D1DB
(208,209,219)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0266 color. Also use rgb(10,2,102) instead hex code.

Text Font Color

.myTextColor { color: #0A0266; }

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

This text font color is #0A0266.


Background Color

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

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

This div background color is #0A0266.


Border color

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

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

This div border color is #0A0266.


Opacity

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

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

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

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

This text has shadow with #0A0266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0266 on black background.


Color preview on white background

This text has color #0A0266 on white background.



Black color preview on #0A0266 background

This text has black color on #0A0266 background.


White color preview on #0A0266 background

This text has white color on #0A0266 background.