COLOR #0F0035

HEX: #0F0035
RGB: (15,0,53)

Color info

#0F0035 contains only red and blue colors. Web safe color of #0F0035 is #000033 (or #003).

RGB color model

#0F0035 color RGB value is (15,0,53).

  • red value is 15;
  • green value is 0;
  • blue value is 53.
RGB:
(15,0,53)
(6%,0%,21%)

RGB channels and saturation

R 15 of 255 = 6%
G 0 of 255 = 0%
B 53 of 255 = 21%

15
0
53

R + G + B ~ 9%. #0F0035 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 0 + 53 = 68 (100%)
R 15 of 68 ~ 22.06%
G 0 of 68 ~ 0%
B 53 of 68 ~ 77.94%

%22.06
%77.94

CMYK color model

#0F0035 color CMYK value is (72,100,0,79).

  • cyan value is 71.70%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(72,100,0,79)
C72M100Y0K79 
(72%,100%,0%,79%)
(0.72/1.00/0.00/0.79)	

CMYK percentages

%71.7
%100
%0
%79.22

Codes

Color #0F0035 in popluar color models

0F0035
RGB15053
HSL257°100.00%10.39%
HSB/HSV257°100.00%20.78%
CMYK71.70%100.00%0.00%
79.22%

Color #0F0035 in popluar number systems.

HEX0F0035
Decimal15053
Binary11110110101
Octal17065

Shades and tints

Shades of #0F0035

#0F0035
(15,0,53)
#0E0031
(14,0,49)
#0D002D
(13,0,45)
#0C0029
(12,0,41)
#0B0025
(11,0,37)
#0A0021
(10,0,33)
#09001D
(9,0,29)
#080019
(8,0,25)
#070015
(7,0,21)
#060011
(6,0,17)
#05000D
(5,0,13)
#000000
(0,0,0)

Tints of #0F0035

#0F0035
(15,0,53)
#241747
(36,23,71)
#392E59
(57,46,89)
#4E456B
(78,69,107)
#635C7D
(99,92,125)
#78738F
(120,115,143)
#8D8AA1
(141,138,161)
#A2A1B3
(162,161,179)
#B7B8C5
(183,184,197)
#CCCFD7
(204,207,215)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0035; }

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

This text font color is #0F0035.


Background Color

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

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

This div background color is #0F0035.


Border color

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

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

This div border color is #0F0035.


Opacity

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

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

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

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

This text has shadow with #0F0035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0035 on black background.


Color preview on white background

This text has color #0F0035 on white background.



Black color preview on #0F0035 background

This text has black color on #0F0035 background.


White color preview on #0F0035 background

This text has white color on #0F0035 background.