COLOR #0F3DC3

HEX: #0F3DC3
RGB: (15,61,195)

Color info

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

RGB color model

#0F3DC3 color RGB value is (15,61,195).

  • red value is 15;
  • green value is 61;
  • blue value is 195.
RGB:
(15,61,195)
(6%,24%,76%)

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 195 of 255 = 76%

15
61
195

R + G + B ~ 35%. #0F3DC3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 195 = 271 (100%)
R 15 of 271 ~ 5.54%
G 61 of 271 ~ 22.51%
B 195 of 271 ~ 71.96%

%22.51
%71.96

CMYK color model

#0F3DC3 color CMYK value is (92,69,0,24).

  • cyan value is 92.31%
  • magenta value is 68.72%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(92,69,0,24)
C92M69Y0K24 
(92%,69%,0%,24%)
(0.92/0.69/0.00/0.24)	

CMYK percentages

%92.31
%68.72
%0
%23.53

Codes

Color #0F3DC3 in popluar color models

0F3DC3
RGB1561195
HSL225°85.71%41.18%
HSB/HSV225°92.31%76.47%
CMYK92.31%68.72%0.00%
23.53%

Color #0F3DC3 in popluar number systems.

HEX0F3DC3
Decimal1561195
Binary111111110111000011
Octal1775303

Shades and tints

Shades of #0F3DC3

#0F3DC3
(15,61,195)
#0E38B2
(14,56,178)
#0D33A1
(13,51,161)
#0C2E90
(12,46,144)
#0B297F
(11,41,127)
#0A246E
(10,36,110)
#091F5D
(9,31,93)
#081A4C
(8,26,76)
#07153B
(7,21,59)
#06102A
(6,16,42)
#050B19
(5,11,25)
#000000
(0,0,0)

Tints of #0F3DC3

#0F3DC3
(15,61,195)
#244EC8
(36,78,200)
#395FCD
(57,95,205)
#4E70D2
(78,112,210)
#6381D7
(99,129,215)
#7892DC
(120,146,220)
#8DA3E1
(141,163,225)
#A2B4E6
(162,180,230)
#B7C5EB
(183,197,235)
#CCD6F0
(204,214,240)
#E1E7F5
(225,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3DC3 color. Also use rgb(15,61,195) instead hex code.

Text Font Color

.myTextColor { color: #0F3DC3; }

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

This text font color is #0F3DC3.


Background Color

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

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

This div background color is #0F3DC3.


Border color

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

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

This div border color is #0F3DC3.


Opacity

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

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

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

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

This text has shadow with #0F3DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3DC3 on black background.


Color preview on white background

This text has color #0F3DC3 on white background.



Black color preview on #0F3DC3 background

This text has black color on #0F3DC3 background.


White color preview on #0F3DC3 background

This text has white color on #0F3DC3 background.