COLOR #0F5584

HEX: #0F5584
RGB: (15,85,132)

Color info

#0F5584 contains mainly green and blue colors. Web safe color of #0F5584 is #006699 (or #069).

RGB color model

#0F5584 color RGB value is (15,85,132).

  • red value is 15;
  • green value is 85;
  • blue value is 132.
RGB:
(15,85,132)
(6%,33%,52%)

RGB channels and saturation

R 15 of 255 = 6%
G 85 of 255 = 33%
B 132 of 255 = 52%

15
85
132

R + G + B ~ 30%. #0F5584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 85 + 132 = 232 (100%)
R 15 of 232 ~ 6.47%
G 85 of 232 ~ 36.64%
B 132 of 232 ~ 56.9%

%36.64
%56.9

CMYK color model

#0F5584 color CMYK value is (89,36,0,48).

  • cyan value is 88.64%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(89,36,0,48)
C89M36Y0K48 
(89%,36%,0%,48%)
(0.89/0.36/0.00/0.48)	

CMYK percentages

%88.64
%35.61
%0
%48.24

Codes

Color #0F5584 in popluar color models

0F5584
RGB1585132
HSL204°79.59%28.82%
HSB/HSV204°88.64%51.76%
CMYK88.64%35.61%0.00%
48.24%

Color #0F5584 in popluar number systems.

HEX0F5584
Decimal1585132
Binary1111101010110000100
Octal17125204

Shades and tints

Shades of #0F5584

#0F5584
(15,85,132)
#0E4E78
(14,78,120)
#0D476C
(13,71,108)
#0C4060
(12,64,96)
#0B3954
(11,57,84)
#0A3248
(10,50,72)
#092B3C
(9,43,60)
#082430
(8,36,48)
#071D24
(7,29,36)
#061618
(6,22,24)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #0F5584

#0F5584
(15,85,132)
#24648F
(36,100,143)
#39739A
(57,115,154)
#4E82A5
(78,130,165)
#6391B0
(99,145,176)
#78A0BB
(120,160,187)
#8DAFC6
(141,175,198)
#A2BED1
(162,190,209)
#B7CDDC
(183,205,220)
#CCDCE7
(204,220,231)
#E1EBF2
(225,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5584 color. Also use rgb(15,85,132) instead hex code.

Text Font Color

.myTextColor { color: #0F5584; }

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

This text font color is #0F5584.


Background Color

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

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

This div background color is #0F5584.


Border color

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

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

This div border color is #0F5584.


Opacity

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

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

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

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

This text has shadow with #0F5584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5584 on black background.


Color preview on white background

This text has color #0F5584 on white background.



Black color preview on #0F5584 background

This text has black color on #0F5584 background.


White color preview on #0F5584 background

This text has white color on #0F5584 background.