COLOR #0F1649

HEX: #0F1649
RGB: (15,22,73)

Color info

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

RGB color model

#0F1649 color RGB value is (15,22,73).

  • red value is 15;
  • green value is 22;
  • blue value is 73.
RGB:
(15,22,73)
(6%,9%,29%)

RGB channels and saturation

R 15 of 255 = 6%
G 22 of 255 = 9%
B 73 of 255 = 29%

15
22
73

R + G + B ~ 15%. #0F1649 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 22 + 73 = 110 (100%)
R 15 of 110 ~ 13.64%
G 22 of 110 ~ 20%
B 73 of 110 ~ 66.36%

%13.64
%20
%66.36

CMYK color model

#0F1649 color CMYK value is (79,70,0,71).

  • cyan value is 79.45%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(79,70,0,71)
C79M70Y0K71 
(79%,70%,0%,71%)
(0.79/0.70/0.00/0.71)	

CMYK percentages

%79.45
%69.86
%0
%71.37

Codes

Color #0F1649 in popluar color models

0F1649
RGB152273
HSL233°65.91%17.25%
HSB/HSV233°79.45%28.63%
CMYK79.45%69.86%0.00%
71.37%

Color #0F1649 in popluar number systems.

HEX0F1649
Decimal152273
Binary1111101101001001
Octal1726111

Shades and tints

Shades of #0F1649

#0F1649
(15,22,73)
#0E1443
(14,20,67)
#0D123D
(13,18,61)
#0C1037
(12,16,55)
#0B0E31
(11,14,49)
#0A0C2B
(10,12,43)
#090A25
(9,10,37)
#08081F
(8,8,31)
#070619
(7,6,25)
#060413
(6,4,19)
#05020D
(5,2,13)
#000000
(0,0,0)

Tints of #0F1649

#0F1649
(15,22,73)
#242B59
(36,43,89)
#394069
(57,64,105)
#4E5579
(78,85,121)
#636A89
(99,106,137)
#787F99
(120,127,153)
#8D94A9
(141,148,169)
#A2A9B9
(162,169,185)
#B7BEC9
(183,190,201)
#CCD3D9
(204,211,217)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1649 color. Also use rgb(15,22,73) instead hex code.

Text Font Color

.myTextColor { color: #0F1649; }

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

This text font color is #0F1649.


Background Color

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

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

This div background color is #0F1649.


Border color

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

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

This div border color is #0F1649.


Opacity

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

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

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

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

This text has shadow with #0F1649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1649 on black background.


Color preview on white background

This text has color #0F1649 on white background.



Black color preview on #0F1649 background

This text has black color on #0F1649 background.


White color preview on #0F1649 background

This text has white color on #0F1649 background.