COLOR #0F2638

HEX: #0F2638
RGB: (15,38,56)

Color info

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

RGB color model

#0F2638 color RGB value is (15,38,56).

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

RGB channels and saturation

R 15 of 255 = 6%
G 38 of 255 = 15%
B 56 of 255 = 22%

15
38
56

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

Portions of RGB colors in percentages

R + G + B =
15 + 38 + 56 = 109 (100%)
R 15 of 109 ~ 13.76%
G 38 of 109 ~ 34.86%
B 56 of 109 ~ 51.38%

%13.76
%34.86
%51.38

CMYK color model

#0F2638 color CMYK value is (73,32,0,78).

  • cyan value is 73.21%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(73,32,0,78)
C73M32Y0K78 
(73%,32%,0%,78%)
(0.73/0.32/0.00/0.78)	

CMYK percentages

%73.21
%32.14
%0
%78.04

Codes

Color #0F2638 in popluar color models

0F2638
RGB153856
HSL206°57.75%13.92%
HSB/HSV206°73.21%21.96%
CMYK73.21%32.14%0.00%
78.04%

Color #0F2638 in popluar number systems.

HEX0F2638
Decimal153856
Binary1111100110111000
Octal174670

Shades and tints

Shades of #0F2638

#0F2638
(15,38,56)
#0E2333
(14,35,51)
#0D202E
(13,32,46)
#0C1D29
(12,29,41)
#0B1A24
(11,26,36)
#0A171F
(10,23,31)
#09141A
(9,20,26)
#081115
(8,17,21)
#070E10
(7,14,16)
#060B0B
(6,11,11)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #0F2638

#0F2638
(15,38,56)
#24394A
(36,57,74)
#394C5C
(57,76,92)
#4E5F6E
(78,95,110)
#637280
(99,114,128)
#788592
(120,133,146)
#8D98A4
(141,152,164)
#A2ABB6
(162,171,182)
#B7BEC8
(183,190,200)
#CCD1DA
(204,209,218)
#E1E4EC
(225,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2638; }

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

This text font color is #0F2638.


Background Color

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

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

This div background color is #0F2638.


Border color

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

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

This div border color is #0F2638.


Opacity

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

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

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

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

This text has shadow with #0F2638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2638 on black background.


Color preview on white background

This text has color #0F2638 on white background.



Black color preview on #0F2638 background

This text has black color on #0F2638 background.


White color preview on #0F2638 background

This text has white color on #0F2638 background.