COLOR #0F1F59

HEX: #0F1F59
RGB: (15,31,89)

Color info

#0F1F59 contains mainly green and blue colors. Web safe color of #0F1F59 is #003366 (or #036).

RGB color model

#0F1F59 color RGB value is (15,31,89).

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

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 89 of 255 = 35%

15
31
89

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

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 89 = 135 (100%)
R 15 of 135 ~ 11.11%
G 31 of 135 ~ 22.96%
B 89 of 135 ~ 65.93%

%11.11
%22.96
%65.93

CMYK color model

#0F1F59 color CMYK value is (83,65,0,65).

  • cyan value is 83.15%
  • magenta value is 65.17%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(83,65,0,65)
C83M65Y0K65 
(83%,65%,0%,65%)
(0.83/0.65/0.00/0.65)	

CMYK percentages

%83.15
%65.17
%0
%65.1

Codes

Color #0F1F59 in popluar color models

0F1F59
RGB153189
HSL227°71.15%20.39%
HSB/HSV227°83.15%34.90%
CMYK83.15%65.17%0.00%
65.10%

Color #0F1F59 in popluar number systems.

HEX0F1F59
Decimal153189
Binary1111111111011001
Octal1737131

Shades and tints

Shades of #0F1F59

#0F1F59
(15,31,89)
#0E1D51
(14,29,81)
#0D1B49
(13,27,73)
#0C1941
(12,25,65)
#0B1739
(11,23,57)
#0A1531
(10,21,49)
#091329
(9,19,41)
#081121
(8,17,33)
#070F19
(7,15,25)
#060D11
(6,13,17)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #0F1F59

#0F1F59
(15,31,89)
#243368
(36,51,104)
#394777
(57,71,119)
#4E5B86
(78,91,134)
#636F95
(99,111,149)
#7883A4
(120,131,164)
#8D97B3
(141,151,179)
#A2ABC2
(162,171,194)
#B7BFD1
(183,191,209)
#CCD3E0
(204,211,224)
#E1E7EF
(225,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F59; }

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

This text font color is #0F1F59.


Background Color

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

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

This div background color is #0F1F59.


Border color

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

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

This div border color is #0F1F59.


Opacity

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

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

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

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

This text has shadow with #0F1F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F59 on black background.


Color preview on white background

This text has color #0F1F59 on white background.



Black color preview on #0F1F59 background

This text has black color on #0F1F59 background.


White color preview on #0F1F59 background

This text has white color on #0F1F59 background.