COLOR #0F1E3C

HEX: #0F1E3C
RGB: (15,30,60)

Color info

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

RGB color model

#0F1E3C color RGB value is (15,30,60).

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

RGB channels and saturation

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

15
30
60

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

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 60 = 105 (100%)
R 15 of 105 ~ 14.29%
G 30 of 105 ~ 28.57%
B 60 of 105 ~ 57.14%

%14.29
%28.57
%57.14

CMYK color model

#0F1E3C color CMYK value is (75,50,0,76).

  • cyan value is 75.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(75,50,0,76)
C75M50Y0K76 
(75%,50%,0%,76%)
(0.75/0.50/0.00/0.76)	

CMYK percentages

%75
%50
%0
%76.47

Codes

Color #0F1E3C in popluar color models

0F1E3C
RGB153060
HSL220°60.00%14.71%
HSB/HSV220°75.00%23.53%
CMYK75.00%50.00%0.00%
76.47%

Color #0F1E3C in popluar number systems.

HEX0F1E3C
Decimal153060
Binary111111110111100
Octal173674

Shades and tints

Shades of #0F1E3C

#0F1E3C
(15,30,60)
#0E1C37
(14,28,55)
#0D1A32
(13,26,50)
#0C182D
(12,24,45)
#0B1628
(11,22,40)
#0A1423
(10,20,35)
#09121E
(9,18,30)
#081019
(8,16,25)
#070E14
(7,14,20)
#060C0F
(6,12,15)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F1E3C

#0F1E3C
(15,30,60)
#24324D
(36,50,77)
#39465E
(57,70,94)
#4E5A6F
(78,90,111)
#636E80
(99,110,128)
#788291
(120,130,145)
#8D96A2
(141,150,162)
#A2AAB3
(162,170,179)
#B7BEC4
(183,190,196)
#CCD2D5
(204,210,213)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E3C; }

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

This text font color is #0F1E3C.


Background Color

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

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

This div background color is #0F1E3C.


Border color

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

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

This div border color is #0F1E3C.


Opacity

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

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

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

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

This text has shadow with #0F1E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E3C on black background.


Color preview on white background

This text has color #0F1E3C on white background.



Black color preview on #0F1E3C background

This text has black color on #0F1E3C background.


White color preview on #0F1E3C background

This text has white color on #0F1E3C background.