COLOR #0F1E3F

HEX: #0F1E3F
RGB: (15,30,63)

Color info

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

RGB color model

#0F1E3F color RGB value is (15,30,63).

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

RGB channels and saturation

R 15 of 255 = 6%
G 30 of 255 = 12%
B 63 of 255 = 25%

15
30
63

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

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 63 = 108 (100%)
R 15 of 108 ~ 13.89%
G 30 of 108 ~ 27.78%
B 63 of 108 ~ 58.33%

%13.89
%27.78
%58.33

CMYK color model

#0F1E3F color CMYK value is (76,52,0,75).

  • cyan value is 76.19%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,52,0,75)
C76M52Y0K75 
(76%,52%,0%,75%)
(0.76/0.52/0.00/0.75)	

CMYK percentages

%76.19
%52.38
%0
%75.29

Codes

Color #0F1E3F in popluar color models

0F1E3F
RGB153063
HSL221°61.54%15.29%
HSB/HSV221°76.19%24.71%
CMYK76.19%52.38%0.00%
75.29%

Color #0F1E3F in popluar number systems.

HEX0F1E3F
Decimal153063
Binary111111110111111
Octal173677

Shades and tints

Shades of #0F1E3F

#0F1E3F
(15,30,63)
#0E1C3A
(14,28,58)
#0D1A35
(13,26,53)
#0C1830
(12,24,48)
#0B162B
(11,22,43)
#0A1426
(10,20,38)
#091221
(9,18,33)
#08101C
(8,16,28)
#070E17
(7,14,23)
#060C12
(6,12,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F1E3F

#0F1E3F
(15,30,63)
#243250
(36,50,80)
#394661
(57,70,97)
#4E5A72
(78,90,114)
#636E83
(99,110,131)
#788294
(120,130,148)
#8D96A5
(141,150,165)
#A2AAB6
(162,170,182)
#B7BEC7
(183,190,199)
#CCD2D8
(204,210,216)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E3F; }

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

This text font color is #0F1E3F.


Background Color

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

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

This div background color is #0F1E3F.


Border color

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

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

This div border color is #0F1E3F.


Opacity

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

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

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

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

This text has shadow with #0F1E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E3F on black background.


Color preview on white background

This text has color #0F1E3F on white background.



Black color preview on #0F1E3F background

This text has black color on #0F1E3F background.


White color preview on #0F1E3F background

This text has white color on #0F1E3F background.