COLOR #0F1846

HEX: #0F1846
RGB: (15,24,70)

Color info

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

RGB color model

#0F1846 color RGB value is (15,24,70).

  • red value is 15;
  • green value is 24;
  • blue value is 70.
RGB:
(15,24,70)
(6%,9%,27%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 70 of 255 = 27%

15
24
70

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

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 70 = 109 (100%)
R 15 of 109 ~ 13.76%
G 24 of 109 ~ 22.02%
B 70 of 109 ~ 64.22%

%13.76
%22.02
%64.22

CMYK color model

#0F1846 color CMYK value is (79,66,0,73).

  • cyan value is 78.57%
  • magenta value is 65.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(79,66,0,73)
C79M66Y0K73 
(79%,66%,0%,73%)
(0.79/0.66/0.00/0.73)	

CMYK percentages

%78.57
%65.71
%0
%72.55

Codes

Color #0F1846 in popluar color models

0F1846
RGB152470
HSL230°64.71%16.67%
HSB/HSV230°78.57%27.45%
CMYK78.57%65.71%0.00%
72.55%

Color #0F1846 in popluar number systems.

HEX0F1846
Decimal152470
Binary1111110001000110
Octal1730106

Shades and tints

Shades of #0F1846

#0F1846
(15,24,70)
#0E1640
(14,22,64)
#0D143A
(13,20,58)
#0C1234
(12,18,52)
#0B102E
(11,16,46)
#0A0E28
(10,14,40)
#090C22
(9,12,34)
#080A1C
(8,10,28)
#070816
(7,8,22)
#060610
(6,6,16)
#05040A
(5,4,10)
#000000
(0,0,0)

Tints of #0F1846

#0F1846
(15,24,70)
#242D56
(36,45,86)
#394266
(57,66,102)
#4E5776
(78,87,118)
#636C86
(99,108,134)
#788196
(120,129,150)
#8D96A6
(141,150,166)
#A2ABB6
(162,171,182)
#B7C0C6
(183,192,198)
#CCD5D6
(204,213,214)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1846 color. Also use rgb(15,24,70) instead hex code.

Text Font Color

.myTextColor { color: #0F1846; }

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

This text font color is #0F1846.


Background Color

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

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

This div background color is #0F1846.


Border color

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

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

This div border color is #0F1846.


Opacity

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

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

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

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

This text has shadow with #0F1846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1846 on black background.


Color preview on white background

This text has color #0F1846 on white background.



Black color preview on #0F1846 background

This text has black color on #0F1846 background.


White color preview on #0F1846 background

This text has white color on #0F1846 background.