COLOR #0F072B

HEX: #0F072B RGB: (15,7,43)

Color info

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

RGB color model

#0F072B color RGB value is (15,7,43).

RGB: (15,7,43) (6%, 3%, 17%)

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 43 of 255 = 17%

15
7
43

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

Portions of RGB colors in percentages

R + G + B = 15 + 7 + 43 = 65 (100%)
R 15 of 65 ~ 23.08%
G 7 of 65 ~ 10.77%
B 43 of 65 ~ 66.15'%

%23.08
%10.77
%66.15

CMYK color model

#0F072B color CMYK value is (65,84,0,83).

  • cyan value is 65.12%
  • magenta value is 83.72%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (65,84,0,83)
C65M84Y0K83 (65%, 84%, 0%, 83%)
(0.65 / 0.84 / 0.00 / 0.83)

CMYK percentages

%65.12
%83.72
%0
%83.14

Codes

Color #0F072B in popluar color models

0F 07 2B
RGB 15 7 43
HSL 253° 72.00% 9.80%
HSB/HSV 253° 83.72% 16.86%
CMYK 65.12% 83.72% 0.00%
83.14%

Color #0F072B in popluar number systems.

HEX 0F 07 2B
Decimal 15 7 43
Binary 1111 111 101011
Octal 17 7 53

Shades and tints

Shades of #0F072B

#0F072B
(15,7,43)
#0E0728
(14,7,40)
#0D0725
(13,7,37)
#0C0722
(12,7,34)
#0B071F
(11,7,31)
#0A071C
(10,7,28)
#090719
(9,7,25)
#080716
(8,7,22)
#070713
(7,7,19)
#060710
(6,7,16)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #0F072B

#0F072B
(15,7,43)
#241D3E
(36,29,62)
#393351
(57,51,81)
#4E4964
(78,73,100)
#635F77
(99,95,119)
#78758A
(120,117,138)
#8D8B9D
(141,139,157)
#A2A1B0
(162,161,176)
#B7B7C3
(183,183,195)
#CCCDD6
(204,205,214)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F072B; }

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

This text font color is #0F072B.

Background Color

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

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

This div background color is #0F072B.

Border color

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

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

This div border color is #0F072B.

Opacity

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

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

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

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

This text has shadow with #0F072B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F072B.

Preview

Color preview on black background

This text has color #0F072B on black background.


Color preview on white background

This text has color #0F072B on white background.


Black color preview on #0F072B background

This text has black color on #0F072B background.


White color preview on #0F072B background

This text has white color on #0F072B background.


Related colors

Complementary color

Complementary color for #hex is #F0F8D4.


I love getcolorcode.com

Triadic colors

1 #2B0F07 and #072B0F with #0F072B are triadic colors.

2 #2B070F and #070F2B with #0F072B are triadic colors.