COLOR #0F5C90

HEX: #0F5C90
RGB: (15,92,144)

Color info

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

RGB color model

#0F5C90 color RGB value is (15,92,144).

  • red value is 15;
  • green value is 92;
  • blue value is 144.
RGB:
(15,92,144)
(6%,36%,56%)

RGB channels and saturation

R 15 of 255 = 6%
G 92 of 255 = 36%
B 144 of 255 = 56%

15
92
144

R + G + B ~ 33%. #0F5C90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 92 + 144 = 251 (100%)
R 15 of 251 ~ 5.98%
G 92 of 251 ~ 36.65%
B 144 of 251 ~ 57.37%

%36.65
%57.37

CMYK color model

#0F5C90 color CMYK value is (90,36,0,44).

  • cyan value is 89.58%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(90,36,0,44)
C90M36Y0K44 
(90%,36%,0%,44%)
(0.90/0.36/0.00/0.44)	

CMYK percentages

%89.58
%36.11
%0
%43.53

Codes

Color #0F5C90 in popluar color models

0F5C90
RGB1592144
HSL204°81.13%31.18%
HSB/HSV204°89.58%56.47%
CMYK89.58%36.11%0.00%
43.53%

Color #0F5C90 in popluar number systems.

HEX0F5C90
Decimal1592144
Binary1111101110010010000
Octal17134220

Shades and tints

Shades of #0F5C90

#0F5C90
(15,92,144)
#0E5483
(14,84,131)
#0D4C76
(13,76,118)
#0C4469
(12,68,105)
#0B3C5C
(11,60,92)
#0A344F
(10,52,79)
#092C42
(9,44,66)
#082435
(8,36,53)
#071C28
(7,28,40)
#06141B
(6,20,27)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #0F5C90

#0F5C90
(15,92,144)
#246A9A
(36,106,154)
#3978A4
(57,120,164)
#4E86AE
(78,134,174)
#6394B8
(99,148,184)
#78A2C2
(120,162,194)
#8DB0CC
(141,176,204)
#A2BED6
(162,190,214)
#B7CCE0
(183,204,224)
#CCDAEA
(204,218,234)
#E1E8F4
(225,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5C90 color. Also use rgb(15,92,144) instead hex code.

Text Font Color

.myTextColor { color: #0F5C90; }

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

This text font color is #0F5C90.


Background Color

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

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

This div background color is #0F5C90.


Border color

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

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

This div border color is #0F5C90.


Opacity

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

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

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

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

This text has shadow with #0F5C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5C90 on black background.


Color preview on white background

This text has color #0F5C90 on white background.



Black color preview on #0F5C90 background

This text has black color on #0F5C90 background.


White color preview on #0F5C90 background

This text has white color on #0F5C90 background.