COLOR #0F63B1

HEX: #0F63B1
RGB: (15,99,177)

Color info

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

RGB color model

#0F63B1 color RGB value is (15,99,177).

  • red value is 15;
  • green value is 99;
  • blue value is 177.
RGB:
(15,99,177)
(6%,39%,69%)

RGB channels and saturation

R 15 of 255 = 6%
G 99 of 255 = 39%
B 177 of 255 = 69%

15
99
177

R + G + B ~ 38%. #0F63B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 99 + 177 = 291 (100%)
R 15 of 291 ~ 5.15%
G 99 of 291 ~ 34.02%
B 177 of 291 ~ 60.82%

%34.02
%60.82

CMYK color model

#0F63B1 color CMYK value is (92,44,0,31).

  • cyan value is 91.53%
  • magenta value is 44.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(92,44,0,31)
C92M44Y0K31 
(92%,44%,0%,31%)
(0.92/0.44/0.00/0.31)	

CMYK percentages

%91.53
%44.07
%0
%30.59

Codes

Color #0F63B1 in popluar color models

0F63B1
RGB1599177
HSL209°84.38%37.65%
HSB/HSV209°91.53%69.41%
CMYK91.53%44.07%0.00%
30.59%

Color #0F63B1 in popluar number systems.

HEX0F63B1
Decimal1599177
Binary1111110001110110001
Octal17143261

Shades and tints

Shades of #0F63B1

#0F63B1
(15,99,177)
#0E5AA1
(14,90,161)
#0D5191
(13,81,145)
#0C4881
(12,72,129)
#0B3F71
(11,63,113)
#0A3661
(10,54,97)
#092D51
(9,45,81)
#082441
(8,36,65)
#071B31
(7,27,49)
#061221
(6,18,33)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #0F63B1

#0F63B1
(15,99,177)
#2471B8
(36,113,184)
#397FBF
(57,127,191)
#4E8DC6
(78,141,198)
#639BCD
(99,155,205)
#78A9D4
(120,169,212)
#8DB7DB
(141,183,219)
#A2C5E2
(162,197,226)
#B7D3E9
(183,211,233)
#CCE1F0
(204,225,240)
#E1EFF7
(225,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F63B1 color. Also use rgb(15,99,177) instead hex code.

Text Font Color

.myTextColor { color: #0F63B1; }

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

This text font color is #0F63B1.


Background Color

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

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

This div background color is #0F63B1.


Border color

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

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

This div border color is #0F63B1.


Opacity

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

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

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

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

This text has shadow with #0F63B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F63B1 on black background.


Color preview on white background

This text has color #0F63B1 on white background.



Black color preview on #0F63B1 background

This text has black color on #0F63B1 background.


White color preview on #0F63B1 background

This text has white color on #0F63B1 background.