COLOR #0F3EB6

HEX: #0F3EB6
RGB: (15,62,182)

Color info

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

RGB color model

#0F3EB6 color RGB value is (15,62,182).

  • red value is 15;
  • green value is 62;
  • blue value is 182.
RGB:
(15,62,182)
(6%,24%,71%)

RGB channels and saturation

R 15 of 255 = 6%
G 62 of 255 = 24%
B 182 of 255 = 71%

15
62
182

R + G + B ~ 34%. #0F3EB6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 62 + 182 = 259 (100%)
R 15 of 259 ~ 5.79%
G 62 of 259 ~ 23.94%
B 182 of 259 ~ 70.27%

%23.94
%70.27

CMYK color model

#0F3EB6 color CMYK value is (92,66,0,29).

  • cyan value is 91.76%
  • magenta value is 65.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(92,66,0,29)
C92M66Y0K29 
(92%,66%,0%,29%)
(0.92/0.66/0.00/0.29)	

CMYK percentages

%91.76
%65.93
%0
%28.63

Codes

Color #0F3EB6 in popluar color models

0F3EB6
RGB1562182
HSL223°84.77%38.63%
HSB/HSV223°91.76%71.37%
CMYK91.76%65.93%0.00%
28.63%

Color #0F3EB6 in popluar number systems.

HEX0F3EB6
Decimal1562182
Binary111111111010110110
Octal1776266

Shades and tints

Shades of #0F3EB6

#0F3EB6
(15,62,182)
#0E39A6
(14,57,166)
#0D3496
(13,52,150)
#0C2F86
(12,47,134)
#0B2A76
(11,42,118)
#0A2566
(10,37,102)
#092056
(9,32,86)
#081B46
(8,27,70)
#071636
(7,22,54)
#061126
(6,17,38)
#050C16
(5,12,22)
#000000
(0,0,0)

Tints of #0F3EB6

#0F3EB6
(15,62,182)
#244FBC
(36,79,188)
#3960C2
(57,96,194)
#4E71C8
(78,113,200)
#6382CE
(99,130,206)
#7893D4
(120,147,212)
#8DA4DA
(141,164,218)
#A2B5E0
(162,181,224)
#B7C6E6
(183,198,230)
#CCD7EC
(204,215,236)
#E1E8F2
(225,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3EB6 color. Also use rgb(15,62,182) instead hex code.

Text Font Color

.myTextColor { color: #0F3EB6; }

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

This text font color is #0F3EB6.


Background Color

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

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

This div background color is #0F3EB6.


Border color

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

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

This div border color is #0F3EB6.


Opacity

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

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

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

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

This text has shadow with #0F3EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3EB6 on black background.


Color preview on white background

This text has color #0F3EB6 on white background.



Black color preview on #0F3EB6 background

This text has black color on #0F3EB6 background.


White color preview on #0F3EB6 background

This text has white color on #0F3EB6 background.