COLOR #0F589B

HEX: #0F589B
RGB: (15,88,155)

Color info

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

RGB color model

#0F589B color RGB value is (15,88,155).

  • red value is 15;
  • green value is 88;
  • blue value is 155.
RGB:
(15,88,155)
(6%,35%,61%)

RGB channels and saturation

R 15 of 255 = 6%
G 88 of 255 = 35%
B 155 of 255 = 61%

15
88
155

R + G + B ~ 34%. #0F589B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 88 + 155 = 258 (100%)
R 15 of 258 ~ 5.81%
G 88 of 258 ~ 34.11%
B 155 of 258 ~ 60.08%

%34.11
%60.08

CMYK color model

#0F589B color CMYK value is (90,43,0,39).

  • cyan value is 90.32%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(90,43,0,39)
C90M43Y0K39 
(90%,43%,0%,39%)
(0.90/0.43/0.00/0.39)	

CMYK percentages

%90.32
%43.23
%0
%39.22

Codes

Color #0F589B in popluar color models

0F589B
RGB1588155
HSL209°82.35%33.33%
HSB/HSV209°90.32%60.78%
CMYK90.32%43.23%0.00%
39.22%

Color #0F589B in popluar number systems.

HEX0F589B
Decimal1588155
Binary1111101100010011011
Octal17130233

Shades and tints

Shades of #0F589B

#0F589B
(15,88,155)
#0E508D
(14,80,141)
#0D487F
(13,72,127)
#0C4071
(12,64,113)
#0B3863
(11,56,99)
#0A3055
(10,48,85)
#092847
(9,40,71)
#082039
(8,32,57)
#07182B
(7,24,43)
#06101D
(6,16,29)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #0F589B

#0F589B
(15,88,155)
#2467A4
(36,103,164)
#3976AD
(57,118,173)
#4E85B6
(78,133,182)
#6394BF
(99,148,191)
#78A3C8
(120,163,200)
#8DB2D1
(141,178,209)
#A2C1DA
(162,193,218)
#B7D0E3
(183,208,227)
#CCDFEC
(204,223,236)
#E1EEF5
(225,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F589B color. Also use rgb(15,88,155) instead hex code.

Text Font Color

.myTextColor { color: #0F589B; }

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

This text font color is #0F589B.


Background Color

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

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

This div background color is #0F589B.


Border color

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

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

This div border color is #0F589B.


Opacity

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

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

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

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

This text has shadow with #0F589B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F589B on black background.


Color preview on white background

This text has color #0F589B on white background.



Black color preview on #0F589B background

This text has black color on #0F589B background.


White color preview on #0F589B background

This text has white color on #0F589B background.