COLOR #0F073A

HEX: #0F073A
RGB: (15,7,58)

Color info

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

RGB color model

#0F073A color RGB value is (15,7,58).

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

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 58 of 255 = 23%

15
7
58

R + G + B ~ 11%. #0F073A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 7 + 58 = 80 (100%)
R 15 of 80 ~ 18.75%
G 7 of 80 ~ 8.75%
B 58 of 80 ~ 72.5%

%18.75
%72.5

CMYK color model

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

  • cyan value is 74.14%
  • magenta value is 87.93%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(74,88,0,77)
C74M88Y0K77 
(74%,88%,0%,77%)
(0.74/0.88/0.00/0.77)	

CMYK percentages

%74.14
%87.93
%0
%77.25

Codes

Color #0F073A in popluar color models

0F073A
RGB15758
HSL249°78.46%12.75%
HSB/HSV249°87.93%22.75%
CMYK74.14%87.93%0.00%
77.25%

Color #0F073A in popluar number systems.

HEX0F073A
Decimal15758
Binary1111111111010
Octal17772

Shades and tints

Shades of #0F073A

#0F073A
(15,7,58)
#0E0735
(14,7,53)
#0D0730
(13,7,48)
#0C072B
(12,7,43)
#0B0726
(11,7,38)
#0A0721
(10,7,33)
#09071C
(9,7,28)
#080717
(8,7,23)
#070712
(7,7,18)
#06070D
(6,7,13)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #0F073A

#0F073A
(15,7,58)
#241D4B
(36,29,75)
#39335C
(57,51,92)
#4E496D
(78,73,109)
#635F7E
(99,95,126)
#78758F
(120,117,143)
#8D8BA0
(141,139,160)
#A2A1B1
(162,161,177)
#B7B7C2
(183,183,194)
#CCCDD3
(204,205,211)
#E1E3E4
(225,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F073A; }

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

This text font color is #0F073A.


Background Color

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

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

This div background color is #0F073A.


Border color

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

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

This div border color is #0F073A.


Opacity

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

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

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

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

This text has shadow with #0F073A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F073A on black background.


Color preview on white background

This text has color #0F073A on white background.



Black color preview on #0F073A background

This text has black color on #0F073A background.


White color preview on #0F073A background

This text has white color on #0F073A background.