COLOR #0F4D92

HEX: #0F4D92
RGB: (15,77,146)

Color info

#0F4D92 contains mainly blue color. Web safe color of #0F4D92 is #003399 (or #039).

RGB color model

#0F4D92 color RGB value is (15,77,146).

  • red value is 15;
  • green value is 77;
  • blue value is 146.
RGB:
(15,77,146)
(6%,30%,57%)

RGB channels and saturation

R 15 of 255 = 6%
G 77 of 255 = 30%
B 146 of 255 = 57%

15
77
146

R + G + B ~ 31%. #0F4D92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 77 + 146 = 238 (100%)
R 15 of 238 ~ 6.3%
G 77 of 238 ~ 32.35%
B 146 of 238 ~ 61.34%

%32.35
%61.34

CMYK color model

#0F4D92 color CMYK value is (90,47,0,43).

  • cyan value is 89.73%
  • magenta value is 47.26%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(90,47,0,43)
C90M47Y0K43 
(90%,47%,0%,43%)
(0.90/0.47/0.00/0.43)	

CMYK percentages

%89.73
%47.26
%0
%42.75

Codes

Color #0F4D92 in popluar color models

0F4D92
RGB1577146
HSL212°81.37%31.57%
HSB/HSV212°89.73%57.25%
CMYK89.73%47.26%0.00%
42.75%

Color #0F4D92 in popluar number systems.

HEX0F4D92
Decimal1577146
Binary1111100110110010010
Octal17115222

Shades and tints

Shades of #0F4D92

#0F4D92
(15,77,146)
#0E4685
(14,70,133)
#0D3F78
(13,63,120)
#0C386B
(12,56,107)
#0B315E
(11,49,94)
#0A2A51
(10,42,81)
#092344
(9,35,68)
#081C37
(8,28,55)
#07152A
(7,21,42)
#060E1D
(6,14,29)
#050710
(5,7,16)
#000000
(0,0,0)

Tints of #0F4D92

#0F4D92
(15,77,146)
#245D9B
(36,93,155)
#396DA4
(57,109,164)
#4E7DAD
(78,125,173)
#638DB6
(99,141,182)
#789DBF
(120,157,191)
#8DADC8
(141,173,200)
#A2BDD1
(162,189,209)
#B7CDDA
(183,205,218)
#CCDDE3
(204,221,227)
#E1EDEC
(225,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4D92 color. Also use rgb(15,77,146) instead hex code.

Text Font Color

.myTextColor { color: #0F4D92; }

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

This text font color is #0F4D92.


Background Color

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

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

This div background color is #0F4D92.


Border color

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

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

This div border color is #0F4D92.


Opacity

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

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

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

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

This text has shadow with #0F4D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4D92 on black background.


Color preview on white background

This text has color #0F4D92 on white background.



Black color preview on #0F4D92 background

This text has black color on #0F4D92 background.


White color preview on #0F4D92 background

This text has white color on #0F4D92 background.