COLOR #0F182D

HEX: #0F182D
RGB: (15,24,45)

Color info

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

RGB color model

#0F182D color RGB value is (15,24,45).

  • red value is 15;
  • green value is 24;
  • blue value is 45.
RGB:
(15,24,45)
(6%,9%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 45 of 255 = 18%

15
24
45

R + G + B ~ 11%. #0F182D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 45 = 84 (100%)
R 15 of 84 ~ 17.86%
G 24 of 84 ~ 28.57%
B 45 of 84 ~ 53.57%

%17.86
%28.57
%53.57

CMYK color model

#0F182D color CMYK value is (67,47,0,82).

  • cyan value is 66.67%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(67,47,0,82)
C67M47Y0K82 
(67%,47%,0%,82%)
(0.67/0.47/0.00/0.82)	

CMYK percentages

%66.67
%46.67
%0
%82.35

Codes

Color #0F182D in popluar color models

0F182D
RGB152445
HSL222°50.00%11.76%
HSB/HSV222°66.67%17.65%
CMYK66.67%46.67%0.00%
82.35%

Color #0F182D in popluar number systems.

HEX0F182D
Decimal152445
Binary111111000101101
Octal173055

Shades and tints

Shades of #0F182D

#0F182D
(15,24,45)
#0E1629
(14,22,41)
#0D1425
(13,20,37)
#0C1221
(12,18,33)
#0B101D
(11,16,29)
#0A0E19
(10,14,25)
#090C15
(9,12,21)
#080A11
(8,10,17)
#07080D
(7,8,13)
#060609
(6,6,9)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #0F182D

#0F182D
(15,24,45)
#242D40
(36,45,64)
#394253
(57,66,83)
#4E5766
(78,87,102)
#636C79
(99,108,121)
#78818C
(120,129,140)
#8D969F
(141,150,159)
#A2ABB2
(162,171,178)
#B7C0C5
(183,192,197)
#CCD5D8
(204,213,216)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F182D color. Also use rgb(15,24,45) instead hex code.

Text Font Color

.myTextColor { color: #0F182D; }

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

This text font color is #0F182D.


Background Color

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

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

This div background color is #0F182D.


Border color

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

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

This div border color is #0F182D.


Opacity

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

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

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

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

This text has shadow with #0F182D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F182D on black background.


Color preview on white background

This text has color #0F182D on white background.



Black color preview on #0F182D background

This text has black color on #0F182D background.


White color preview on #0F182D background

This text has white color on #0F182D background.