COLOR #0F1B5D

HEX: #0F1B5D
RGB: (15,27,93)

Color info

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

RGB color model

#0F1B5D color RGB value is (15,27,93).

  • red value is 15;
  • green value is 27;
  • blue value is 93.
RGB:
(15,27,93)
(6%,11%,36%)

RGB channels and saturation

R 15 of 255 = 6%
G 27 of 255 = 11%
B 93 of 255 = 36%

15
27
93

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

Portions of RGB colors in percentages

R + G + B =
15 + 27 + 93 = 135 (100%)
R 15 of 135 ~ 11.11%
G 27 of 135 ~ 20%
B 93 of 135 ~ 68.89%

%11.11
%20
%68.89

CMYK color model

#0F1B5D color CMYK value is (84,71,0,64).

  • cyan value is 83.87%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(84,71,0,64)
C84M71Y0K64 
(84%,71%,0%,64%)
(0.84/0.71/0.00/0.64)	

CMYK percentages

%83.87
%70.97
%0
%63.53

Codes

Color #0F1B5D in popluar color models

0F1B5D
RGB152793
HSL231°72.22%21.18%
HSB/HSV231°83.87%36.47%
CMYK83.87%70.97%0.00%
63.53%

Color #0F1B5D in popluar number systems.

HEX0F1B5D
Decimal152793
Binary1111110111011101
Octal1733135

Shades and tints

Shades of #0F1B5D

#0F1B5D
(15,27,93)
#0E1955
(14,25,85)
#0D174D
(13,23,77)
#0C1545
(12,21,69)
#0B133D
(11,19,61)
#0A1135
(10,17,53)
#090F2D
(9,15,45)
#080D25
(8,13,37)
#070B1D
(7,11,29)
#060915
(6,9,21)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #0F1B5D

#0F1B5D
(15,27,93)
#242F6B
(36,47,107)
#394379
(57,67,121)
#4E5787
(78,87,135)
#636B95
(99,107,149)
#787FA3
(120,127,163)
#8D93B1
(141,147,177)
#A2A7BF
(162,167,191)
#B7BBCD
(183,187,205)
#CCCFDB
(204,207,219)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1B5D color. Also use rgb(15,27,93) instead hex code.

Text Font Color

.myTextColor { color: #0F1B5D; }

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

This text font color is #0F1B5D.


Background Color

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

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

This div background color is #0F1B5D.


Border color

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

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

This div border color is #0F1B5D.


Opacity

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

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

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

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

This text has shadow with #0F1B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1B5D on black background.


Color preview on white background

This text has color #0F1B5D on white background.



Black color preview on #0F1B5D background

This text has black color on #0F1B5D background.


White color preview on #0F1B5D background

This text has white color on #0F1B5D background.