COLOR #0F0496

HEX: #0F0496 RGB: (15,4,150)

Color info

#0F0496 contains mainly blue color. Web safe color of #0F0496 is #000099 (or #009).

RGB color model

#0F0496 color RGB value is (15,4,150).

RGB: (15,4,150) (6%, 2%, 59%)

RGB channels and saturation

R 15 of 255 = 6%
G 4 of 255 = 2%
B 150 of 255 = 59%

15
4
150

R + G + B ~ 22%. #0F0496 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 4 + 150 = 169 (100%)
R 15 of 169 ~ 8.88%
G 4 of 169 ~ 2.37%
B 150 of 169 ~ 88.76'%

%88.76

CMYK color model

#0F0496 color CMYK value is (90,97,0,41).

  • cyan value is 90.00%
  • magenta value is 97.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (90,97,0,41)
C90M97Y0K41 (90%, 97%, 0%, 41%)
(0.90 / 0.97 / 0.00 / 0.41)

CMYK percentages

%90
%97.33
%0
%41.18

Codes

Color #0F0496 in popluar color models

0F 04 96
RGB 15 4 150
HSL 245° 94.81% 30.20%
HSB/HSV 245° 97.33% 58.82%
CMYK 90.00% 97.33% 0.00%
41.18%

Color #0F0496 in popluar number systems.

HEX 0F 04 96
Decimal 15 4 150
Binary 1111 100 10010110
Octal 17 4 226

Shades and tints

Shades of #0F0496

#0F0496
(15,4,150)
#0E0489
(14,4,137)
#0D047C
(13,4,124)
#0C046F
(12,4,111)
#0B0462
(11,4,98)
#0A0455
(10,4,85)
#090448
(9,4,72)
#08043B
(8,4,59)
#07042E
(7,4,46)
#060421
(6,4,33)
#050414
(5,4,20)
#000000
(0,0,0)

Tints of #0F0496

#0F0496
(15,4,150)
#241A9F
(36,26,159)
#3930A8
(57,48,168)
#4E46B1
(78,70,177)
#635CBA
(99,92,186)
#7872C3
(120,114,195)
#8D88CC
(141,136,204)
#A29ED5
(162,158,213)
#B7B4DE
(183,180,222)
#CCCAE7
(204,202,231)
#E1E0F0
(225,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0496 color. Also use rgb(15,4,150) instead hex code.

Text Font Color

.myTextColor { color: #0F0496; }

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

This text font color is #0F0496.

Background Color

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

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

This div background color is #0F0496.

Border color

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

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

This div border color is #0F0496.

Opacity

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

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

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

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

This text has shadow with #0F0496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0496.

Preview

Color preview on black background

This text has color #0F0496 on black background.


Color preview on white background

This text has color #0F0496 on white background.


Black color preview on #0F0496 background

This text has black color on #0F0496 background.


White color preview on #0F0496 background

This text has white color on #0F0496 background.


Related colors

Complementary color

Complementary color for #hex is #F0FB69.


I love getcolorcode.com

Triadic colors

1 #960F04 and #04960F with #0F0496 are triadic colors.

2 #96040F and #040F96 with #0F0496 are triadic colors.