COLOR #0F152C

HEX: #0F152C
RGB: (15,21,44)

Color info

#0F152C contains red, green and blue colors in about the same proportion. Web safe color of #0F152C is #000033 (or #003).

RGB color model

#0F152C color RGB value is (15,21,44).

  • red value is 15;
  • green value is 21;
  • blue value is 44.
RGB:
(15,21,44)
(6%,8%,17%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 44 of 255 = 17%

15
21
44

R + G + B ~ 10%. #0F152C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 44 = 80 (100%)
R 15 of 80 ~ 18.75%
G 21 of 80 ~ 26.25%
B 44 of 80 ~ 55%

%18.75
%26.25
%55

CMYK color model

#0F152C color CMYK value is (66,52,0,83).

  • cyan value is 65.91%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(66,52,0,83)
C66M52Y0K83 
(66%,52%,0%,83%)
(0.66/0.52/0.00/0.83)	

CMYK percentages

%65.91
%52.27
%0
%82.75

Codes

Color #0F152C in popluar color models

0F152C
RGB152144
HSL228°49.15%11.57%
HSB/HSV228°65.91%17.25%
CMYK65.91%52.27%0.00%
82.75%

Color #0F152C in popluar number systems.

HEX0F152C
Decimal152144
Binary111110101101100
Octal172554

Shades and tints

Shades of #0F152C

#0F152C
(15,21,44)
#0E1428
(14,20,40)
#0D1324
(13,19,36)
#0C1220
(12,18,32)
#0B111C
(11,17,28)
#0A1018
(10,16,24)
#090F14
(9,15,20)
#080E10
(8,14,16)
#070D0C
(7,13,12)
#060C08
(6,12,8)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #0F152C

#0F152C
(15,21,44)
#242A3F
(36,42,63)
#393F52
(57,63,82)
#4E5465
(78,84,101)
#636978
(99,105,120)
#787E8B
(120,126,139)
#8D939E
(141,147,158)
#A2A8B1
(162,168,177)
#B7BDC4
(183,189,196)
#CCD2D7
(204,210,215)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F152C color. Also use rgb(15,21,44) instead hex code.

Text Font Color

.myTextColor { color: #0F152C; }

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

This text font color is #0F152C.


Background Color

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

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

This div background color is #0F152C.


Border color

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

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

This div border color is #0F152C.


Opacity

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

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

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

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

This text has shadow with #0F152C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F152C on black background.


Color preview on white background

This text has color #0F152C on white background.



Black color preview on #0F152C background

This text has black color on #0F152C background.


White color preview on #0F152C background

This text has white color on #0F152C background.