COLOR #0F1E71

HEX: #0F1E71
RGB: (15,30,113)

Color info

#0F1E71 contains mainly blue color. Web safe color of #0F1E71 is #003366 (or #036).

RGB color model

#0F1E71 color RGB value is (15,30,113).

  • red value is 15;
  • green value is 30;
  • blue value is 113.
RGB:
(15,30,113)
(6%,12%,44%)

RGB channels and saturation

R 15 of 255 = 6%
G 30 of 255 = 12%
B 113 of 255 = 44%

15
30
113

R + G + B ~ 21%. #0F1E71 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 113 = 158 (100%)
R 15 of 158 ~ 9.49%
G 30 of 158 ~ 18.99%
B 113 of 158 ~ 71.52%

%18.99
%71.52

CMYK color model

#0F1E71 color CMYK value is (87,73,0,56).

  • cyan value is 86.73%
  • magenta value is 73.45%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(87,73,0,56)
C87M73Y0K56 
(87%,73%,0%,56%)
(0.87/0.73/0.00/0.56)	

CMYK percentages

%86.73
%73.45
%0
%55.69

Codes

Color #0F1E71 in popluar color models

0F1E71
RGB1530113
HSL231°76.56%25.10%
HSB/HSV231°86.73%44.31%
CMYK86.73%73.45%0.00%
55.69%

Color #0F1E71 in popluar number systems.

HEX0F1E71
Decimal1530113
Binary1111111101110001
Octal1736161

Shades and tints

Shades of #0F1E71

#0F1E71
(15,30,113)
#0E1C67
(14,28,103)
#0D1A5D
(13,26,93)
#0C1853
(12,24,83)
#0B1649
(11,22,73)
#0A143F
(10,20,63)
#091235
(9,18,53)
#08102B
(8,16,43)
#070E21
(7,14,33)
#060C17
(6,12,23)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F1E71

#0F1E71
(15,30,113)
#24327D
(36,50,125)
#394689
(57,70,137)
#4E5A95
(78,90,149)
#636EA1
(99,110,161)
#7882AD
(120,130,173)
#8D96B9
(141,150,185)
#A2AAC5
(162,170,197)
#B7BED1
(183,190,209)
#CCD2DD
(204,210,221)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1E71 color. Also use rgb(15,30,113) instead hex code.

Text Font Color

.myTextColor { color: #0F1E71; }

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

This text font color is #0F1E71.


Background Color

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

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

This div background color is #0F1E71.


Border color

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

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

This div border color is #0F1E71.


Opacity

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

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

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

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

This text has shadow with #0F1E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E71 on black background.


Color preview on white background

This text has color #0F1E71 on white background.



Black color preview on #0F1E71 background

This text has black color on #0F1E71 background.


White color preview on #0F1E71 background

This text has white color on #0F1E71 background.