COLOR #0A0241

HEX: #0A0241
RGB: (10,2,65)

Color info

#0A0241 contains mainly red and blue colors. Web safe color of #0A0241 is #000033 (or #003).

RGB color model

#0A0241 color RGB value is (10,2,65).

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

RGB channels and saturation

R 10 of 255 = 4%
G 2 of 255 = 1%
B 65 of 255 = 25%

10
2
65

R + G + B ~ 10%. #0A0241 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 65 = 77 (100%)
R 10 of 77 ~ 12.99%
G 2 of 77 ~ 2.6%
B 65 of 77 ~ 84.42%

%12.99
%84.42

CMYK color model

#0A0241 color CMYK value is (85,97,0,75).

  • cyan value is 84.62%
  • magenta value is 96.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(85,97,0,75)
C85M97Y0K75 
(85%,97%,0%,75%)
(0.85/0.97/0.00/0.75)	

CMYK percentages

%84.62
%96.92
%0
%74.51

Codes

Color #0A0241 in popluar color models

0A0241
RGB10265
HSL248°94.03%13.14%
HSB/HSV248°96.92%25.49%
CMYK84.62%96.92%0.00%
74.51%

Color #0A0241 in popluar number systems.

HEX0A0241
Decimal10265
Binary1010101000001
Octal122101

Shades and tints

Shades of #0A0241

#0A0241
(10,2,65)
#0A023C
(10,2,60)
#0A0237
(10,2,55)
#0A0232
(10,2,50)
#0A022D
(10,2,45)
#0A0228
(10,2,40)
#0A0223
(10,2,35)
#0A021E
(10,2,30)
#0A0219
(10,2,25)
#0A0214
(10,2,20)
#0A020F
(10,2,15)
#000000
(0,0,0)

Tints of #0A0241

#0A0241
(10,2,65)
#201952
(32,25,82)
#363063
(54,48,99)
#4C4774
(76,71,116)
#625E85
(98,94,133)
#787596
(120,117,150)
#8E8CA7
(142,140,167)
#A4A3B8
(164,163,184)
#BABAC9
(186,186,201)
#D0D1DA
(208,209,218)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0241; }

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

This text font color is #0A0241.


Background Color

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

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

This div background color is #0A0241.


Border color

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

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

This div border color is #0A0241.


Opacity

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

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

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

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

This text has shadow with #0A0241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0241 on black background.


Color preview on white background

This text has color #0A0241 on white background.



Black color preview on #0A0241 background

This text has black color on #0A0241 background.


White color preview on #0A0241 background

This text has white color on #0A0241 background.