COLOR #0F1A39

HEX: #0F1A39
RGB: (15,26,57)

Color info

#0F1A39 contains red, green and blue colors in about the same proportion. Web safe color of #0F1A39 is #000033 (or #003).

RGB color model

#0F1A39 color RGB value is (15,26,57).

  • red value is 15;
  • green value is 26;
  • blue value is 57.
RGB:
(15,26,57)
(6%,10%,22%)

RGB channels and saturation

R 15 of 255 = 6%
G 26 of 255 = 10%
B 57 of 255 = 22%

15
26
57

R + G + B ~ 13%. #0F1A39 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 26 + 57 = 98 (100%)
R 15 of 98 ~ 15.31%
G 26 of 98 ~ 26.53%
B 57 of 98 ~ 58.16%

%15.31
%26.53
%58.16

CMYK color model

#0F1A39 color CMYK value is (74,54,0,78).

  • cyan value is 73.68%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(74,54,0,78)
C74M54Y0K78 
(74%,54%,0%,78%)
(0.74/0.54/0.00/0.78)	

CMYK percentages

%73.68
%54.39
%0
%77.65

Codes

Color #0F1A39 in popluar color models

0F1A39
RGB152657
HSL224°58.33%14.12%
HSB/HSV224°73.68%22.35%
CMYK73.68%54.39%0.00%
77.65%

Color #0F1A39 in popluar number systems.

HEX0F1A39
Decimal152657
Binary111111010111001
Octal173271

Shades and tints

Shades of #0F1A39

#0F1A39
(15,26,57)
#0E1834
(14,24,52)
#0D162F
(13,22,47)
#0C142A
(12,20,42)
#0B1225
(11,18,37)
#0A1020
(10,16,32)
#090E1B
(9,14,27)
#080C16
(8,12,22)
#070A11
(7,10,17)
#06080C
(6,8,12)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #0F1A39

#0F1A39
(15,26,57)
#242E4B
(36,46,75)
#39425D
(57,66,93)
#4E566F
(78,86,111)
#636A81
(99,106,129)
#787E93
(120,126,147)
#8D92A5
(141,146,165)
#A2A6B7
(162,166,183)
#B7BAC9
(183,186,201)
#CCCEDB
(204,206,219)
#E1E2ED
(225,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1A39 color. Also use rgb(15,26,57) instead hex code.

Text Font Color

.myTextColor { color: #0F1A39; }

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

This text font color is #0F1A39.


Background Color

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

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

This div background color is #0F1A39.


Border color

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

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

This div border color is #0F1A39.


Opacity

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

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

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

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

This text has shadow with #0F1A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1A39 on black background.


Color preview on white background

This text has color #0F1A39 on white background.



Black color preview on #0F1A39 background

This text has black color on #0F1A39 background.


White color preview on #0F1A39 background

This text has white color on #0F1A39 background.