COLOR #0F5489

HEX: #0F5489 RGB: (15,84,137)

Color info

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

RGB color model

#0F5489 color RGB value is (15,84,137).

RGB: (15,84,137) (6%, 33%, 54%)

RGB channels and saturation

R 15 of 255 = 6%
G 84 of 255 = 33%
B 137 of 255 = 54%

15
84
137

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

Portions of RGB colors in percentages

R + G + B = 15 + 84 + 137 = 236 (100%)
R 15 of 236 ~ 6.36%
G 84 of 236 ~ 35.59%
B 137 of 236 ~ 58.05'%

%35.59
%58.05

CMYK color model

#0F5489 color CMYK value is (89,39,0,46).

  • cyan value is 89.05%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (89,39,0,46)
C89M39Y0K46 (89%, 39%, 0%, 46%)
(0.89 / 0.39 / 0.00 / 0.46)

CMYK percentages

%89.05
%38.69
%0
%46.27

Codes

Color #0F5489 in popluar color models

0F 54 89
RGB 15 84 137
HSL 206° 80.26% 29.80%
HSB/HSV 206° 89.05% 53.73%
CMYK 89.05% 38.69% 0.00%
46.27%

Color #0F5489 in popluar number systems.

HEX 0F 54 89
Decimal 15 84 137
Binary 1111 1010100 10001001
Octal 17 124 211

Shades and tints

Shades of #0F5489

#0F5489
(15,84,137)
#0E4D7D
(14,77,125)
#0D4671
(13,70,113)
#0C3F65
(12,63,101)
#0B3859
(11,56,89)
#0A314D
(10,49,77)
#092A41
(9,42,65)
#082335
(8,35,53)
#071C29
(7,28,41)
#06151D
(6,21,29)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #0F5489

#0F5489
(15,84,137)
#246393
(36,99,147)
#39729D
(57,114,157)
#4E81A7
(78,129,167)
#6390B1
(99,144,177)
#789FBB
(120,159,187)
#8DAEC5
(141,174,197)
#A2BDCF
(162,189,207)
#B7CCD9
(183,204,217)
#CCDBE3
(204,219,227)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5489 color. Also use rgb(15,84,137) instead hex code.

Text Font Color

.myTextColor { color: #0F5489; }

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

This text font color is #0F5489.

Background Color

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

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

This div background color is #0F5489.

Border color

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

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

This div border color is #0F5489.

Opacity

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

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

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

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

This text has shadow with #0F5489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5489.

Preview

Color preview on black background

This text has color #0F5489 on black background.


Color preview on white background

This text has color #0F5489 on white background.


Black color preview on #0F5489 background

This text has black color on #0F5489 background.


White color preview on #0F5489 background

This text has white color on #0F5489 background.


Related colors

Complementary color

Complementary color for #hex is #F0AB76.


I love getcolorcode.com

Triadic colors

1 #890F54 and #54890F with #0F5489 are triadic colors.

2 #89540F and #540F89 with #0F5489 are triadic colors.