COLOR #0F2641

HEX: #0F2641
RGB: (15,38,65)

Color info

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

RGB color model

#0F2641 color RGB value is (15,38,65).

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

RGB channels and saturation

R 15 of 255 = 6%
G 38 of 255 = 15%
B 65 of 255 = 25%

15
38
65

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

Portions of RGB colors in percentages

R + G + B =
15 + 38 + 65 = 118 (100%)
R 15 of 118 ~ 12.71%
G 38 of 118 ~ 32.2%
B 65 of 118 ~ 55.08%

%12.71
%32.2
%55.08

CMYK color model

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

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

CMYK percentages

%76.92
%41.54
%0
%74.51

Codes

Color #0F2641 in popluar color models

0F2641
RGB153865
HSL212°62.50%15.69%
HSB/HSV212°76.92%25.49%
CMYK76.92%41.54%0.00%
74.51%

Color #0F2641 in popluar number systems.

HEX0F2641
Decimal153865
Binary11111001101000001
Octal1746101

Shades and tints

Shades of #0F2641

#0F2641
(15,38,65)
#0E233C
(14,35,60)
#0D2037
(13,32,55)
#0C1D32
(12,29,50)
#0B1A2D
(11,26,45)
#0A1728
(10,23,40)
#091423
(9,20,35)
#08111E
(8,17,30)
#070E19
(7,14,25)
#060B14
(6,11,20)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #0F2641

#0F2641
(15,38,65)
#243952
(36,57,82)
#394C63
(57,76,99)
#4E5F74
(78,95,116)
#637285
(99,114,133)
#788596
(120,133,150)
#8D98A7
(141,152,167)
#A2ABB8
(162,171,184)
#B7BEC9
(183,190,201)
#CCD1DA
(204,209,218)
#E1E4EB
(225,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2641; }

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

This text font color is #0F2641.


Background Color

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

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

This div background color is #0F2641.


Border color

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

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

This div border color is #0F2641.


Opacity

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

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

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

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

This text has shadow with #0F2641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2641 on black background.


Color preview on white background

This text has color #0F2641 on white background.



Black color preview on #0F2641 background

This text has black color on #0F2641 background.


White color preview on #0F2641 background

This text has white color on #0F2641 background.