COLOR #0F2539

HEX: #0F2539 RGB: (15,37,57)

Color info

#0F2539 contains red, green and blue colors in about the same proportion. Web safe color of #0F2539 is #003333 (or #033).

RGB color model

#0F2539 color RGB value is (15,37,57).

RGB: (15,37,57) (6%, 15%, 22%)

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 57 of 255 = 22%

15
37
57

R + G + B ~ 14%. #0F2539 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 37 + 57 = 109 (100%)
R 15 of 109 ~ 13.76%
G 37 of 109 ~ 33.94%
B 57 of 109 ~ 52.29'%

%13.76
%33.94
%52.29

CMYK color model

#0F2539 color CMYK value is (74,35,0,78).

  • cyan value is 73.68%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (74,35,0,78)
C74M35Y0K78 (74%, 35%, 0%, 78%)
(0.74 / 0.35 / 0.00 / 0.78)

CMYK percentages

%73.68
%35.09
%0
%77.65

Codes

Color #0F2539 in popluar color models

0F 25 39
RGB 15 37 57
HSL 209° 58.33% 14.12%
HSB/HSV 209° 73.68% 22.35%
CMYK 73.68% 35.09% 0.00%
77.65%

Color #0F2539 in popluar number systems.

HEX 0F 25 39
Decimal 15 37 57
Binary 1111 100101 111001
Octal 17 45 71

Shades and tints

Shades of #0F2539

#0F2539
(15,37,57)
#0E2234
(14,34,52)
#0D1F2F
(13,31,47)
#0C1C2A
(12,28,42)
#0B1925
(11,25,37)
#0A1620
(10,22,32)
#09131B
(9,19,27)
#081016
(8,16,22)
#070D11
(7,13,17)
#060A0C
(6,10,12)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #0F2539

#0F2539
(15,37,57)
#24384B
(36,56,75)
#394B5D
(57,75,93)
#4E5E6F
(78,94,111)
#637181
(99,113,129)
#788493
(120,132,147)
#8D97A5
(141,151,165)
#A2AAB7
(162,170,183)
#B7BDC9
(183,189,201)
#CCD0DB
(204,208,219)
#E1E3ED
(225,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2539; }

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

This text font color is #0F2539.

Background Color

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

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

This div background color is #0F2539.

Border color

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

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

This div border color is #0F2539.

Opacity

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

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

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

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

This text has shadow with #0F2539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2539.

Preview

Color preview on black background

This text has color #0F2539 on black background.


Color preview on white background

This text has color #0F2539 on white background.


Black color preview on #0F2539 background

This text has black color on #0F2539 background.


White color preview on #0F2539 background

This text has white color on #0F2539 background.


Related colors

Complementary color

Complementary color for #hex is #F0DAC6.


I love getcolorcode.com

Triadic colors

1 #390F25 and #25390F with #0F2539 are triadic colors.

2 #39250F and #250F39 with #0F2539 are triadic colors.