COLOR #0F5EA7

HEX: #0F5EA7
RGB: (15,94,167)

Color info

#0F5EA7 contains mainly blue color. Web safe color of #0F5EA7 is #006699 (or #069).

RGB color model

#0F5EA7 color RGB value is (15,94,167).

  • red value is 15;
  • green value is 94;
  • blue value is 167.
RGB:
(15,94,167)
(6%,37%,65%)

RGB channels and saturation

R 15 of 255 = 6%
G 94 of 255 = 37%
B 167 of 255 = 65%

15
94
167

R + G + B ~ 36%. #0F5EA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 94 + 167 = 276 (100%)
R 15 of 276 ~ 5.43%
G 94 of 276 ~ 34.06%
B 167 of 276 ~ 60.51%

%34.06
%60.51

CMYK color model

#0F5EA7 color CMYK value is (91,44,0,35).

  • cyan value is 91.02%
  • magenta value is 43.71%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(91,44,0,35)
C91M44Y0K35 
(91%,44%,0%,35%)
(0.91/0.44/0.00/0.35)	

CMYK percentages

%91.02
%43.71
%0
%34.51

Codes

Color #0F5EA7 in popluar color models

0F5EA7
RGB1594167
HSL209°83.52%35.69%
HSB/HSV209°91.02%65.49%
CMYK91.02%43.71%0.00%
34.51%

Color #0F5EA7 in popluar number systems.

HEX0F5EA7
Decimal1594167
Binary1111101111010100111
Octal17136247

Shades and tints

Shades of #0F5EA7

#0F5EA7
(15,94,167)
#0E5698
(14,86,152)
#0D4E89
(13,78,137)
#0C467A
(12,70,122)
#0B3E6B
(11,62,107)
#0A365C
(10,54,92)
#092E4D
(9,46,77)
#08263E
(8,38,62)
#071E2F
(7,30,47)
#061620
(6,22,32)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #0F5EA7

#0F5EA7
(15,94,167)
#246CAF
(36,108,175)
#397AB7
(57,122,183)
#4E88BF
(78,136,191)
#6396C7
(99,150,199)
#78A4CF
(120,164,207)
#8DB2D7
(141,178,215)
#A2C0DF
(162,192,223)
#B7CEE7
(183,206,231)
#CCDCEF
(204,220,239)
#E1EAF7
(225,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5EA7 color. Also use rgb(15,94,167) instead hex code.

Text Font Color

.myTextColor { color: #0F5EA7; }

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

This text font color is #0F5EA7.


Background Color

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

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

This div background color is #0F5EA7.


Border color

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

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

This div border color is #0F5EA7.


Opacity

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

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

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

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

This text has shadow with #0F5EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5EA7 on black background.


Color preview on white background

This text has color #0F5EA7 on white background.



Black color preview on #0F5EA7 background

This text has black color on #0F5EA7 background.


White color preview on #0F5EA7 background

This text has white color on #0F5EA7 background.