COLOR #0F1F3C

HEX: #0F1F3C
RGB: (15,31,60)

Color info

#0F1F3C contains red, green and blue colors in about the same proportion. Web safe color of #0F1F3C is #003333 (or #033).

RGB color model

#0F1F3C color RGB value is (15,31,60).

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

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 60 of 255 = 24%

15
31
60

R + G + B ~ 14%. #0F1F3C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 60 = 106 (100%)
R 15 of 106 ~ 14.15%
G 31 of 106 ~ 29.25%
B 60 of 106 ~ 56.6%

%14.15
%29.25
%56.6

CMYK color model

#0F1F3C color CMYK value is (75,48,0,76).

  • cyan value is 75.00%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(75,48,0,76)
C75M48Y0K76 
(75%,48%,0%,76%)
(0.75/0.48/0.00/0.76)	

CMYK percentages

%75
%48.33
%0
%76.47

Codes

Color #0F1F3C in popluar color models

0F1F3C
RGB153160
HSL219°60.00%14.71%
HSB/HSV219°75.00%23.53%
CMYK75.00%48.33%0.00%
76.47%

Color #0F1F3C in popluar number systems.

HEX0F1F3C
Decimal153160
Binary111111111111100
Octal173774

Shades and tints

Shades of #0F1F3C

#0F1F3C
(15,31,60)
#0E1D37
(14,29,55)
#0D1B32
(13,27,50)
#0C192D
(12,25,45)
#0B1728
(11,23,40)
#0A1523
(10,21,35)
#09131E
(9,19,30)
#081119
(8,17,25)
#070F14
(7,15,20)
#060D0F
(6,13,15)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #0F1F3C

#0F1F3C
(15,31,60)
#24334D
(36,51,77)
#39475E
(57,71,94)
#4E5B6F
(78,91,111)
#636F80
(99,111,128)
#788391
(120,131,145)
#8D97A2
(141,151,162)
#A2ABB3
(162,171,179)
#B7BFC4
(183,191,196)
#CCD3D5
(204,211,213)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F3C; }

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

This text font color is #0F1F3C.


Background Color

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

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

This div background color is #0F1F3C.


Border color

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

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

This div border color is #0F1F3C.


Opacity

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

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

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

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

This text has shadow with #0F1F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F3C on black background.


Color preview on white background

This text has color #0F1F3C on white background.



Black color preview on #0F1F3C background

This text has black color on #0F1F3C background.


White color preview on #0F1F3C background

This text has white color on #0F1F3C background.