COLOR #0F0A4A

HEX: #0F0A4A
RGB: (15,10,74)

Color info

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

RGB color model

#0F0A4A color RGB value is (15,10,74).

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

RGB channels and saturation

R 15 of 255 = 6%
G 10 of 255 = 4%
B 74 of 255 = 29%

15
10
74

R + G + B ~ 13%. #0F0A4A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 10 + 74 = 99 (100%)
R 15 of 99 ~ 15.15%
G 10 of 99 ~ 10.1%
B 74 of 99 ~ 74.75%

%15.15
%10.1
%74.75

CMYK color model

#0F0A4A color CMYK value is (80,86,0,71).

  • cyan value is 79.73%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(80,86,0,71)
C80M86Y0K71 
(80%,86%,0%,71%)
(0.80/0.86/0.00/0.71)	

CMYK percentages

%79.73
%86.49
%0
%70.98

Codes

Color #0F0A4A in popluar color models

0F0A4A
RGB151074
HSL245°76.19%16.47%
HSB/HSV245°86.49%29.02%
CMYK79.73%86.49%0.00%
70.98%

Color #0F0A4A in popluar number systems.

HEX0F0A4A
Decimal151074
Binary111110101001010
Octal1712112

Shades and tints

Shades of #0F0A4A

#0F0A4A
(15,10,74)
#0E0A44
(14,10,68)
#0D0A3E
(13,10,62)
#0C0A38
(12,10,56)
#0B0A32
(11,10,50)
#0A0A2C
(10,10,44)
#090A26
(9,10,38)
#080A20
(8,10,32)
#070A1A
(7,10,26)
#060A14
(6,10,20)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #0F0A4A

#0F0A4A
(15,10,74)
#24205A
(36,32,90)
#39366A
(57,54,106)
#4E4C7A
(78,76,122)
#63628A
(99,98,138)
#78789A
(120,120,154)
#8D8EAA
(141,142,170)
#A2A4BA
(162,164,186)
#B7BACA
(183,186,202)
#CCD0DA
(204,208,218)
#E1E6EA
(225,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0A4A; }

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

This text font color is #0F0A4A.


Background Color

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

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

This div background color is #0F0A4A.


Border color

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

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

This div border color is #0F0A4A.


Opacity

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

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

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

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

This text has shadow with #0F0A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0A4A on black background.


Color preview on white background

This text has color #0F0A4A on white background.



Black color preview on #0F0A4A background

This text has black color on #0F0A4A background.


White color preview on #0F0A4A background

This text has white color on #0F0A4A background.