COLOR #0F1FAB

HEX: #0F1FAB
RGB: (15,31,171)

Color info

#0F1FAB contains mainly blue color. Web safe color of #0F1FAB is #003399 (or #039).

RGB color model

#0F1FAB color RGB value is (15,31,171).

  • red value is 15;
  • green value is 31;
  • blue value is 171.
RGB:
(15,31,171)
(6%,12%,67%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 171 of 255 = 67%

15
31
171

R + G + B ~ 28%. #0F1FAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 171 = 217 (100%)
R 15 of 217 ~ 6.91%
G 31 of 217 ~ 14.29%
B 171 of 217 ~ 78.8%

%14.29
%78.8

CMYK color model

#0F1FAB color CMYK value is (91,82,0,33).

  • cyan value is 91.23%
  • magenta value is 81.87%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(91,82,0,33)
C91M82Y0K33 
(91%,82%,0%,33%)
(0.91/0.82/0.00/0.33)	

CMYK percentages

%91.23
%81.87
%0
%32.94

Codes

Color #0F1FAB in popluar color models

0F1FAB
RGB1531171
HSL234°83.87%36.47%
HSB/HSV234°91.23%67.06%
CMYK91.23%81.87%0.00%
32.94%

Color #0F1FAB in popluar number systems.

HEX0F1FAB
Decimal1531171
Binary11111111110101011
Octal1737253

Shades and tints

Shades of #0F1FAB

#0F1FAB
(15,31,171)
#0E1D9C
(14,29,156)
#0D1B8D
(13,27,141)
#0C197E
(12,25,126)
#0B176F
(11,23,111)
#0A1560
(10,21,96)
#091351
(9,19,81)
#081142
(8,17,66)
#070F33
(7,15,51)
#060D24
(6,13,36)
#050B15
(5,11,21)
#000000
(0,0,0)

Tints of #0F1FAB

#0F1FAB
(15,31,171)
#2433B2
(36,51,178)
#3947B9
(57,71,185)
#4E5BC0
(78,91,192)
#636FC7
(99,111,199)
#7883CE
(120,131,206)
#8D97D5
(141,151,213)
#A2ABDC
(162,171,220)
#B7BFE3
(183,191,227)
#CCD3EA
(204,211,234)
#E1E7F1
(225,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1FAB color. Also use rgb(15,31,171) instead hex code.

Text Font Color

.myTextColor { color: #0F1FAB; }

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

This text font color is #0F1FAB.


Background Color

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

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

This div background color is #0F1FAB.


Border color

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

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

This div border color is #0F1FAB.


Opacity

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

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

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

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

This text has shadow with #0F1FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1FAB on black background.


Color preview on white background

This text has color #0F1FAB on white background.



Black color preview on #0F1FAB background

This text has black color on #0F1FAB background.


White color preview on #0F1FAB background

This text has white color on #0F1FAB background.