COLOR #0F2540

HEX: #0F2540
RGB: (15,37,64)

Color info

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

RGB color model

#0F2540 color RGB value is (15,37,64).

  • red value is 15;
  • green value is 37;
  • blue value is 64.
RGB:
(15,37,64)
(6%,15%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 64 of 255 = 25%

15
37
64

R + G + B ~ 15%. #0F2540 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 37 + 64 = 116 (100%)
R 15 of 116 ~ 12.93%
G 37 of 116 ~ 31.9%
B 64 of 116 ~ 55.17%

%12.93
%31.9
%55.17

CMYK color model

#0F2540 color CMYK value is (77,42,0,75).

  • cyan value is 76.56%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(77,42,0,75)
C77M42Y0K75 
(77%,42%,0%,75%)
(0.77/0.42/0.00/0.75)	

CMYK percentages

%76.56
%42.19
%0
%74.9

Codes

Color #0F2540 in popluar color models

0F2540
RGB153764
HSL213°62.03%15.49%
HSB/HSV213°76.56%25.10%
CMYK76.56%42.19%0.00%
74.90%

Color #0F2540 in popluar number systems.

HEX0F2540
Decimal153764
Binary11111001011000000
Octal1745100

Shades and tints

Shades of #0F2540

#0F2540
(15,37,64)
#0E223B
(14,34,59)
#0D1F36
(13,31,54)
#0C1C31
(12,28,49)
#0B192C
(11,25,44)
#0A1627
(10,22,39)
#091322
(9,19,34)
#08101D
(8,16,29)
#070D18
(7,13,24)
#060A13
(6,10,19)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #0F2540

#0F2540
(15,37,64)
#243851
(36,56,81)
#394B62
(57,75,98)
#4E5E73
(78,94,115)
#637184
(99,113,132)
#788495
(120,132,149)
#8D97A6
(141,151,166)
#A2AAB7
(162,170,183)
#B7BDC8
(183,189,200)
#CCD0D9
(204,208,217)
#E1E3EA
(225,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2540; }

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

This text font color is #0F2540.


Background Color

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

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

This div background color is #0F2540.


Border color

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

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

This div border color is #0F2540.


Opacity

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

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

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

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

This text has shadow with #0F2540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2540 on black background.


Color preview on white background

This text has color #0F2540 on white background.



Black color preview on #0F2540 background

This text has black color on #0F2540 background.


White color preview on #0F2540 background

This text has white color on #0F2540 background.