COLOR #0F50A1

HEX: #0F50A1
RGB: (15,80,161)

Color info

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

RGB color model

#0F50A1 color RGB value is (15,80,161).

  • red value is 15;
  • green value is 80;
  • blue value is 161.
RGB:
(15,80,161)
(6%,31%,63%)

RGB channels and saturation

R 15 of 255 = 6%
G 80 of 255 = 31%
B 161 of 255 = 63%

15
80
161

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

Portions of RGB colors in percentages

R + G + B =
15 + 80 + 161 = 256 (100%)
R 15 of 256 ~ 5.86%
G 80 of 256 ~ 31.25%
B 161 of 256 ~ 62.89%

%31.25
%62.89

CMYK color model

#0F50A1 color CMYK value is (91,50,0,37).

  • cyan value is 90.68%
  • magenta value is 50.31%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(91,50,0,37)
C91M50Y0K37 
(91%,50%,0%,37%)
(0.91/0.50/0.00/0.37)	

CMYK percentages

%90.68
%50.31
%0
%36.86

Codes

Color #0F50A1 in popluar color models

0F50A1
RGB1580161
HSL213°82.95%34.51%
HSB/HSV213°90.68%63.14%
CMYK90.68%50.31%0.00%
36.86%

Color #0F50A1 in popluar number systems.

HEX0F50A1
Decimal1580161
Binary1111101000010100001
Octal17120241

Shades and tints

Shades of #0F50A1

#0F50A1
(15,80,161)
#0E4993
(14,73,147)
#0D4285
(13,66,133)
#0C3B77
(12,59,119)
#0B3469
(11,52,105)
#0A2D5B
(10,45,91)
#09264D
(9,38,77)
#081F3F
(8,31,63)
#071831
(7,24,49)
#061123
(6,17,35)
#050A15
(5,10,21)
#000000
(0,0,0)

Tints of #0F50A1

#0F50A1
(15,80,161)
#245FA9
(36,95,169)
#396EB1
(57,110,177)
#4E7DB9
(78,125,185)
#638CC1
(99,140,193)
#789BC9
(120,155,201)
#8DAAD1
(141,170,209)
#A2B9D9
(162,185,217)
#B7C8E1
(183,200,225)
#CCD7E9
(204,215,233)
#E1E6F1
(225,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F50A1 color. Also use rgb(15,80,161) instead hex code.

Text Font Color

.myTextColor { color: #0F50A1; }

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

This text font color is #0F50A1.


Background Color

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

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

This div background color is #0F50A1.


Border color

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

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

This div border color is #0F50A1.


Opacity

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

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

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

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

This text has shadow with #0F50A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F50A1 on black background.


Color preview on white background

This text has color #0F50A1 on white background.



Black color preview on #0F50A1 background

This text has black color on #0F50A1 background.


White color preview on #0F50A1 background

This text has white color on #0F50A1 background.