COLOR #0A0F52

HEX: #0A0F52
RGB: (10,15,82)

Color info

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

RGB color model

#0A0F52 color RGB value is (10,15,82).

  • red value is 10;
  • green value is 15;
  • blue value is 82.
RGB:
(10,15,82)
(4%,6%,32%)

RGB channels and saturation

R 10 of 255 = 4%
G 15 of 255 = 6%
B 82 of 255 = 32%

10
15
82

R + G + B ~ 14%. #0A0F52 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 15 + 82 = 107 (100%)
R 10 of 107 ~ 9.35%
G 15 of 107 ~ 14.02%
B 82 of 107 ~ 76.64%

%14.02
%76.64

CMYK color model

#0A0F52 color CMYK value is (88,82,0,68).

  • cyan value is 87.80%
  • magenta value is 81.71%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(88,82,0,68)
C88M82Y0K68 
(88%,82%,0%,68%)
(0.88/0.82/0.00/0.68)	

CMYK percentages

%87.8
%81.71
%0
%67.84

Codes

Color #0A0F52 in popluar color models

0A0F52
RGB101582
HSL236°78.26%18.04%
HSB/HSV236°87.80%32.16%
CMYK87.80%81.71%0.00%
67.84%

Color #0A0F52 in popluar number systems.

HEX0A0F52
Decimal101582
Binary101011111010010
Octal1217122

Shades and tints

Shades of #0A0F52

#0A0F52
(10,15,82)
#0A0E4B
(10,14,75)
#0A0D44
(10,13,68)
#0A0C3D
(10,12,61)
#0A0B36
(10,11,54)
#0A0A2F
(10,10,47)
#0A0928
(10,9,40)
#0A0821
(10,8,33)
#0A071A
(10,7,26)
#0A0613
(10,6,19)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #0A0F52

#0A0F52
(10,15,82)
#202461
(32,36,97)
#363970
(54,57,112)
#4C4E7F
(76,78,127)
#62638E
(98,99,142)
#78789D
(120,120,157)
#8E8DAC
(142,141,172)
#A4A2BB
(164,162,187)
#BAB7CA
(186,183,202)
#D0CCD9
(208,204,217)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0F52 color. Also use rgb(10,15,82) instead hex code.

Text Font Color

.myTextColor { color: #0A0F52; }

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

This text font color is #0A0F52.


Background Color

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

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

This div background color is #0A0F52.


Border color

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

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

This div border color is #0A0F52.


Opacity

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

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

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

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

This text has shadow with #0A0F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0F52 on black background.


Color preview on white background

This text has color #0A0F52 on white background.



Black color preview on #0A0F52 background

This text has black color on #0A0F52 background.


White color preview on #0A0F52 background

This text has white color on #0A0F52 background.