COLOR #0F47D0

HEX: #0F47D0
RGB: (15,71,208)

Color info

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

RGB color model

#0F47D0 color RGB value is (15,71,208).

  • red value is 15;
  • green value is 71;
  • blue value is 208.
RGB:
(15,71,208)
(6%,28%,82%)

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 208 of 255 = 82%

15
71
208

R + G + B ~ 39%. #0F47D0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 71 + 208 = 294 (100%)
R 15 of 294 ~ 5.1%
G 71 of 294 ~ 24.15%
B 208 of 294 ~ 70.75%

%24.15
%70.75

CMYK color model

#0F47D0 color CMYK value is (93,66,0,18).

  • cyan value is 92.79%
  • magenta value is 65.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(93,66,0,18)
C93M66Y0K18 
(93%,66%,0%,18%)
(0.93/0.66/0.00/0.18)	

CMYK percentages

%92.79
%65.87
%0
%18.43

Codes

Color #0F47D0 in popluar color models

0F47D0
RGB1571208
HSL223°86.55%43.73%
HSB/HSV223°92.79%81.57%
CMYK92.79%65.87%0.00%
18.43%

Color #0F47D0 in popluar number systems.

HEX0F47D0
Decimal1571208
Binary1111100011111010000
Octal17107320

Shades and tints

Shades of #0F47D0

#0F47D0
(15,71,208)
#0E41BE
(14,65,190)
#0D3BAC
(13,59,172)
#0C359A
(12,53,154)
#0B2F88
(11,47,136)
#0A2976
(10,41,118)
#092364
(9,35,100)
#081D52
(8,29,82)
#071740
(7,23,64)
#06112E
(6,17,46)
#050B1C
(5,11,28)
#000000
(0,0,0)

Tints of #0F47D0

#0F47D0
(15,71,208)
#2457D4
(36,87,212)
#3967D8
(57,103,216)
#4E77DC
(78,119,220)
#6387E0
(99,135,224)
#7897E4
(120,151,228)
#8DA7E8
(141,167,232)
#A2B7EC
(162,183,236)
#B7C7F0
(183,199,240)
#CCD7F4
(204,215,244)
#E1E7F8
(225,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F47D0 color. Also use rgb(15,71,208) instead hex code.

Text Font Color

.myTextColor { color: #0F47D0; }

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

This text font color is #0F47D0.


Background Color

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

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

This div background color is #0F47D0.


Border color

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

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

This div border color is #0F47D0.


Opacity

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

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

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

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

This text has shadow with #0F47D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F47D0 on black background.


Color preview on white background

This text has color #0F47D0 on white background.



Black color preview on #0F47D0 background

This text has black color on #0F47D0 background.


White color preview on #0F47D0 background

This text has white color on #0F47D0 background.