COLOR #0F7591

HEX: #0F7591
RGB: (15,117,145)

Color info

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

RGB color model

#0F7591 color RGB value is (15,117,145).

  • red value is 15;
  • green value is 117;
  • blue value is 145.
RGB:
(15,117,145)
(6%,46%,57%)

RGB channels and saturation

R 15 of 255 = 6%
G 117 of 255 = 46%
B 145 of 255 = 57%

15
117
145

R + G + B ~ 36%. #0F7591 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 117 + 145 = 277 (100%)
R 15 of 277 ~ 5.42%
G 117 of 277 ~ 42.24%
B 145 of 277 ~ 52.35%

%42.24
%52.35

CMYK color model

#0F7591 color CMYK value is (90,19,0,43).

  • cyan value is 89.66%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(90,19,0,43)
C90M19Y0K43 
(90%,19%,0%,43%)
(0.90/0.19/0.00/0.43)	

CMYK percentages

%89.66
%19.31
%0
%43.14

Codes

Color #0F7591 in popluar color models

0F7591
RGB15117145
HSL193°81.25%31.37%
HSB/HSV193°89.66%56.86%
CMYK89.66%19.31%0.00%
43.14%

Color #0F7591 in popluar number systems.

HEX0F7591
Decimal15117145
Binary1111111010110010001
Octal17165221

Shades and tints

Shades of #0F7591

#0F7591
(15,117,145)
#0E6B84
(14,107,132)
#0D6177
(13,97,119)
#0C576A
(12,87,106)
#0B4D5D
(11,77,93)
#0A4350
(10,67,80)
#093943
(9,57,67)
#082F36
(8,47,54)
#072529
(7,37,41)
#061B1C
(6,27,28)
#05110F
(5,17,15)
#000000
(0,0,0)

Tints of #0F7591

#0F7591
(15,117,145)
#24819B
(36,129,155)
#398DA5
(57,141,165)
#4E99AF
(78,153,175)
#63A5B9
(99,165,185)
#78B1C3
(120,177,195)
#8DBDCD
(141,189,205)
#A2C9D7
(162,201,215)
#B7D5E1
(183,213,225)
#CCE1EB
(204,225,235)
#E1EDF5
(225,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7591 color. Also use rgb(15,117,145) instead hex code.

Text Font Color

.myTextColor { color: #0F7591; }

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

This text font color is #0F7591.


Background Color

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

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

This div background color is #0F7591.


Border color

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

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

This div border color is #0F7591.


Opacity

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

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

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

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

This text has shadow with #0F7591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7591 on black background.


Color preview on white background

This text has color #0F7591 on white background.



Black color preview on #0F7591 background

This text has black color on #0F7591 background.


White color preview on #0F7591 background

This text has white color on #0F7591 background.