COLOR #0F1142

HEX: #0F1142
RGB: (15,17,66)

Color info

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

RGB color model

#0F1142 color RGB value is (15,17,66).

  • red value is 15;
  • green value is 17;
  • blue value is 66.
RGB:
(15,17,66)
(6%,7%,26%)

RGB channels and saturation

R 15 of 255 = 6%
G 17 of 255 = 7%
B 66 of 255 = 26%

15
17
66

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

Portions of RGB colors in percentages

R + G + B =
15 + 17 + 66 = 98 (100%)
R 15 of 98 ~ 15.31%
G 17 of 98 ~ 17.35%
B 66 of 98 ~ 67.35%

%15.31
%17.35
%67.35

CMYK color model

#0F1142 color CMYK value is (77,74,0,74).

  • cyan value is 77.27%
  • magenta value is 74.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(77,74,0,74)
C77M74Y0K74 
(77%,74%,0%,74%)
(0.77/0.74/0.00/0.74)	

CMYK percentages

%77.27
%74.24
%0
%74.12

Codes

Color #0F1142 in popluar color models

0F1142
RGB151766
HSL238°62.96%15.88%
HSB/HSV238°77.27%25.88%
CMYK77.27%74.24%0.00%
74.12%

Color #0F1142 in popluar number systems.

HEX0F1142
Decimal151766
Binary1111100011000010
Octal1721102

Shades and tints

Shades of #0F1142

#0F1142
(15,17,66)
#0E103C
(14,16,60)
#0D0F36
(13,15,54)
#0C0E30
(12,14,48)
#0B0D2A
(11,13,42)
#0A0C24
(10,12,36)
#090B1E
(9,11,30)
#080A18
(8,10,24)
#070912
(7,9,18)
#06080C
(6,8,12)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #0F1142

#0F1142
(15,17,66)
#242653
(36,38,83)
#393B64
(57,59,100)
#4E5075
(78,80,117)
#636586
(99,101,134)
#787A97
(120,122,151)
#8D8FA8
(141,143,168)
#A2A4B9
(162,164,185)
#B7B9CA
(183,185,202)
#CCCEDB
(204,206,219)
#E1E3EC
(225,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1142 color. Also use rgb(15,17,66) instead hex code.

Text Font Color

.myTextColor { color: #0F1142; }

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

This text font color is #0F1142.


Background Color

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

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

This div background color is #0F1142.


Border color

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

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

This div border color is #0F1142.


Opacity

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

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

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

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

This text has shadow with #0F1142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1142 on black background.


Color preview on white background

This text has color #0F1142 on white background.



Black color preview on #0F1142 background

This text has black color on #0F1142 background.


White color preview on #0F1142 background

This text has white color on #0F1142 background.