COLOR #0F273F

HEX: #0F273F
RGB: (15,39,63)

Color info

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

RGB color model

#0F273F color RGB value is (15,39,63).

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

RGB channels and saturation

R 15 of 255 = 6%
G 39 of 255 = 15%
B 63 of 255 = 25%

15
39
63

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

Portions of RGB colors in percentages

R + G + B =
15 + 39 + 63 = 117 (100%)
R 15 of 117 ~ 12.82%
G 39 of 117 ~ 33.33%
B 63 of 117 ~ 53.85%

%12.82
%33.33
%53.85

CMYK color model

#0F273F color CMYK value is (76,38,0,75).

  • cyan value is 76.19%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,38,0,75)
C76M38Y0K75 
(76%,38%,0%,75%)
(0.76/0.38/0.00/0.75)	

CMYK percentages

%76.19
%38.1
%0
%75.29

Codes

Color #0F273F in popluar color models

0F273F
RGB153963
HSL210°61.54%15.29%
HSB/HSV210°76.19%24.71%
CMYK76.19%38.10%0.00%
75.29%

Color #0F273F in popluar number systems.

HEX0F273F
Decimal153963
Binary1111100111111111
Octal174777

Shades and tints

Shades of #0F273F

#0F273F
(15,39,63)
#0E243A
(14,36,58)
#0D2135
(13,33,53)
#0C1E30
(12,30,48)
#0B1B2B
(11,27,43)
#0A1826
(10,24,38)
#091521
(9,21,33)
#08121C
(8,18,28)
#070F17
(7,15,23)
#060C12
(6,12,18)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #0F273F

#0F273F
(15,39,63)
#243A50
(36,58,80)
#394D61
(57,77,97)
#4E6072
(78,96,114)
#637383
(99,115,131)
#788694
(120,134,148)
#8D99A5
(141,153,165)
#A2ACB6
(162,172,182)
#B7BFC7
(183,191,199)
#CCD2D8
(204,210,216)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F273F; }

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

This text font color is #0F273F.


Background Color

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

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

This div background color is #0F273F.


Border color

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

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

This div border color is #0F273F.


Opacity

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

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

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

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

This text has shadow with #0F273F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F273F on black background.


Color preview on white background

This text has color #0F273F on white background.



Black color preview on #0F273F background

This text has black color on #0F273F background.


White color preview on #0F273F background

This text has white color on #0F273F background.