COLOR #0F0767

HEX: #0F0767
RGB: (15,7,103)

Color info

#0F0767 contains mainly blue color. Web safe color of #0F0767 is #000066 (or #006).

RGB color model

#0F0767 color RGB value is (15,7,103).

  • red value is 15;
  • green value is 7;
  • blue value is 103.
RGB:
(15,7,103)
(6%,3%,40%)

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 103 of 255 = 40%

15
7
103

R + G + B ~ 16%. #0F0767 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 103 = 125 (100%)
R 15 of 125 ~ 12%
G 7 of 125 ~ 5.6%
B 103 of 125 ~ 82.4%

%12
%82.4

CMYK color model

#0F0767 color CMYK value is (85,93,0,60).

  • cyan value is 85.44%
  • magenta value is 93.20%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(85,93,0,60)
C85M93Y0K60 
(85%,93%,0%,60%)
(0.85/0.93/0.00/0.60)	

CMYK percentages

%85.44
%93.2
%0
%59.61

Codes

Color #0F0767 in popluar color models

0F0767
RGB157103
HSL245°87.27%21.57%
HSB/HSV245°93.20%40.39%
CMYK85.44%93.20%0.00%
59.61%

Color #0F0767 in popluar number systems.

HEX0F0767
Decimal157103
Binary11111111100111
Octal177147

Shades and tints

Shades of #0F0767

#0F0767
(15,7,103)
#0E075E
(14,7,94)
#0D0755
(13,7,85)
#0C074C
(12,7,76)
#0B0743
(11,7,67)
#0A073A
(10,7,58)
#090731
(9,7,49)
#080728
(8,7,40)
#07071F
(7,7,31)
#060716
(6,7,22)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #0F0767

#0F0767
(15,7,103)
#241D74
(36,29,116)
#393381
(57,51,129)
#4E498E
(78,73,142)
#635F9B
(99,95,155)
#7875A8
(120,117,168)
#8D8BB5
(141,139,181)
#A2A1C2
(162,161,194)
#B7B7CF
(183,183,207)
#CCCDDC
(204,205,220)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0767 color. Also use rgb(15,7,103) instead hex code.

Text Font Color

.myTextColor { color: #0F0767; }

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

This text font color is #0F0767.


Background Color

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

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

This div background color is #0F0767.


Border color

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

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

This div border color is #0F0767.


Opacity

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

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

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

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

This text has shadow with #0F0767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0767 on black background.


Color preview on white background

This text has color #0F0767 on white background.



Black color preview on #0F0767 background

This text has black color on #0F0767 background.


White color preview on #0F0767 background

This text has white color on #0F0767 background.