COLOR #0F1E5B

HEX: #0F1E5B
RGB: (15,30,91)

Color info

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

RGB color model

#0F1E5B color RGB value is (15,30,91).

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

RGB channels and saturation

R 15 of 255 = 6%
G 30 of 255 = 12%
B 91 of 255 = 36%

15
30
91

R + G + B ~ 18%. #0F1E5B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 91 = 136 (100%)
R 15 of 136 ~ 11.03%
G 30 of 136 ~ 22.06%
B 91 of 136 ~ 66.91%

%11.03
%22.06
%66.91

CMYK color model

#0F1E5B color CMYK value is (84,67,0,64).

  • cyan value is 83.52%
  • magenta value is 67.03%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(84,67,0,64)
C84M67Y0K64 
(84%,67%,0%,64%)
(0.84/0.67/0.00/0.64)	

CMYK percentages

%83.52
%67.03
%0
%64.31

Codes

Color #0F1E5B in popluar color models

0F1E5B
RGB153091
HSL228°71.70%20.78%
HSB/HSV228°83.52%35.69%
CMYK83.52%67.03%0.00%
64.31%

Color #0F1E5B in popluar number systems.

HEX0F1E5B
Decimal153091
Binary1111111101011011
Octal1736133

Shades and tints

Shades of #0F1E5B

#0F1E5B
(15,30,91)
#0E1C53
(14,28,83)
#0D1A4B
(13,26,75)
#0C1843
(12,24,67)
#0B163B
(11,22,59)
#0A1433
(10,20,51)
#09122B
(9,18,43)
#081023
(8,16,35)
#070E1B
(7,14,27)
#060C13
(6,12,19)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #0F1E5B

#0F1E5B
(15,30,91)
#243269
(36,50,105)
#394677
(57,70,119)
#4E5A85
(78,90,133)
#636E93
(99,110,147)
#7882A1
(120,130,161)
#8D96AF
(141,150,175)
#A2AABD
(162,170,189)
#B7BECB
(183,190,203)
#CCD2D9
(204,210,217)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E5B; }

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

This text font color is #0F1E5B.


Background Color

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

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

This div background color is #0F1E5B.


Border color

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

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

This div border color is #0F1E5B.


Opacity

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

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

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

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

This text has shadow with #0F1E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E5B on black background.


Color preview on white background

This text has color #0F1E5B on white background.



Black color preview on #0F1E5B background

This text has black color on #0F1E5B background.


White color preview on #0F1E5B background

This text has white color on #0F1E5B background.