COLOR #0F4B85

HEX: #0F4B85
RGB: (15,75,133)

Color info

#0F4B85 contains mainly green and blue colors. Web safe color of #0F4B85 is #003399 (or #039).

RGB color model

#0F4B85 color RGB value is (15,75,133).

  • red value is 15;
  • green value is 75;
  • blue value is 133.
RGB:
(15,75,133)
(6%,29%,52%)

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 133 of 255 = 52%

15
75
133

R + G + B ~ 29%. #0F4B85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 133 = 223 (100%)
R 15 of 223 ~ 6.73%
G 75 of 223 ~ 33.63%
B 133 of 223 ~ 59.64%

%33.63
%59.64

CMYK color model

#0F4B85 color CMYK value is (89,44,0,48).

  • cyan value is 88.72%
  • magenta value is 43.61%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(89,44,0,48)
C89M44Y0K48 
(89%,44%,0%,48%)
(0.89/0.44/0.00/0.48)	

CMYK percentages

%88.72
%43.61
%0
%47.84

Codes

Color #0F4B85 in popluar color models

0F4B85
RGB1575133
HSL209°79.73%29.02%
HSB/HSV209°88.72%52.16%
CMYK88.72%43.61%0.00%
47.84%

Color #0F4B85 in popluar number systems.

HEX0F4B85
Decimal1575133
Binary1111100101110000101
Octal17113205

Shades and tints

Shades of #0F4B85

#0F4B85
(15,75,133)
#0E4579
(14,69,121)
#0D3F6D
(13,63,109)
#0C3961
(12,57,97)
#0B3355
(11,51,85)
#0A2D49
(10,45,73)
#09273D
(9,39,61)
#082131
(8,33,49)
#071B25
(7,27,37)
#061519
(6,21,25)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #0F4B85

#0F4B85
(15,75,133)
#245B90
(36,91,144)
#396B9B
(57,107,155)
#4E7BA6
(78,123,166)
#638BB1
(99,139,177)
#789BBC
(120,155,188)
#8DABC7
(141,171,199)
#A2BBD2
(162,187,210)
#B7CBDD
(183,203,221)
#CCDBE8
(204,219,232)
#E1EBF3
(225,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4B85 color. Also use rgb(15,75,133) instead hex code.

Text Font Color

.myTextColor { color: #0F4B85; }

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

This text font color is #0F4B85.


Background Color

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

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

This div background color is #0F4B85.


Border color

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

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

This div border color is #0F4B85.


Opacity

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

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

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

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

This text has shadow with #0F4B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4B85 on black background.


Color preview on white background

This text has color #0F4B85 on white background.



Black color preview on #0F4B85 background

This text has black color on #0F4B85 background.


White color preview on #0F4B85 background

This text has white color on #0F4B85 background.