COLOR #0F49D5

HEX: #0F49D5
RGB: (15,73,213)

Color info

#0F49D5 contains mainly blue color. Web safe color of #0F49D5 is #0033CC (or #03C).

RGB color model

#0F49D5 color RGB value is (15,73,213).

  • red value is 15;
  • green value is 73;
  • blue value is 213.
RGB:
(15,73,213)
(6%,29%,84%)

RGB channels and saturation

R 15 of 255 = 6%
G 73 of 255 = 29%
B 213 of 255 = 84%

15
73
213

R + G + B ~ 40%. #0F49D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 73 + 213 = 301 (100%)
R 15 of 301 ~ 4.98%
G 73 of 301 ~ 24.25%
B 213 of 301 ~ 70.76%

%24.25
%70.76

CMYK color model

#0F49D5 color CMYK value is (93,66,0,16).

  • cyan value is 92.96%
  • magenta value is 65.73%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(93,66,0,16)
C93M66Y0K16 
(93%,66%,0%,16%)
(0.93/0.66/0.00/0.16)	

CMYK percentages

%92.96
%65.73
%0
%16.47

Codes

Color #0F49D5 in popluar color models

0F49D5
RGB1573213
HSL222°86.84%44.71%
HSB/HSV222°92.96%83.53%
CMYK92.96%65.73%0.00%
16.47%

Color #0F49D5 in popluar number systems.

HEX0F49D5
Decimal1573213
Binary1111100100111010101
Octal17111325

Shades and tints

Shades of #0F49D5

#0F49D5
(15,73,213)
#0E43C2
(14,67,194)
#0D3DAF
(13,61,175)
#0C379C
(12,55,156)
#0B3189
(11,49,137)
#0A2B76
(10,43,118)
#092563
(9,37,99)
#081F50
(8,31,80)
#07193D
(7,25,61)
#06132A
(6,19,42)
#050D17
(5,13,23)
#000000
(0,0,0)

Tints of #0F49D5

#0F49D5
(15,73,213)
#2459D8
(36,89,216)
#3969DB
(57,105,219)
#4E79DE
(78,121,222)
#6389E1
(99,137,225)
#7899E4
(120,153,228)
#8DA9E7
(141,169,231)
#A2B9EA
(162,185,234)
#B7C9ED
(183,201,237)
#CCD9F0
(204,217,240)
#E1E9F3
(225,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F49D5 color. Also use rgb(15,73,213) instead hex code.

Text Font Color

.myTextColor { color: #0F49D5; }

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

This text font color is #0F49D5.


Background Color

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

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

This div background color is #0F49D5.


Border color

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

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

This div border color is #0F49D5.


Opacity

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

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

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

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

This text has shadow with #0F49D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F49D5 on black background.


Color preview on white background

This text has color #0F49D5 on white background.



Black color preview on #0F49D5 background

This text has black color on #0F49D5 background.


White color preview on #0F49D5 background

This text has white color on #0F49D5 background.