COLOR #0F184A

HEX: #0F184A
RGB: (15,24,74)

Color info

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

RGB color model

#0F184A color RGB value is (15,24,74).

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

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 74 of 255 = 29%

15
24
74

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

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 74 = 113 (100%)
R 15 of 113 ~ 13.27%
G 24 of 113 ~ 21.24%
B 74 of 113 ~ 65.49%

%13.27
%21.24
%65.49

CMYK color model

#0F184A color CMYK value is (80,68,0,71).

  • cyan value is 79.73%
  • magenta value is 67.57%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(80,68,0,71)
C80M68Y0K71 
(80%,68%,0%,71%)
(0.80/0.68/0.00/0.71)	

CMYK percentages

%79.73
%67.57
%0
%70.98

Codes

Color #0F184A in popluar color models

0F184A
RGB152474
HSL231°66.29%17.45%
HSB/HSV231°79.73%29.02%
CMYK79.73%67.57%0.00%
70.98%

Color #0F184A in popluar number systems.

HEX0F184A
Decimal152474
Binary1111110001001010
Octal1730112

Shades and tints

Shades of #0F184A

#0F184A
(15,24,74)
#0E1644
(14,22,68)
#0D143E
(13,20,62)
#0C1238
(12,18,56)
#0B1032
(11,16,50)
#0A0E2C
(10,14,44)
#090C26
(9,12,38)
#080A20
(8,10,32)
#07081A
(7,8,26)
#060614
(6,6,20)
#05040E
(5,4,14)
#000000
(0,0,0)

Tints of #0F184A

#0F184A
(15,24,74)
#242D5A
(36,45,90)
#39426A
(57,66,106)
#4E577A
(78,87,122)
#636C8A
(99,108,138)
#78819A
(120,129,154)
#8D96AA
(141,150,170)
#A2ABBA
(162,171,186)
#B7C0CA
(183,192,202)
#CCD5DA
(204,213,218)
#E1EAEA
(225,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F184A; }

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

This text font color is #0F184A.


Background Color

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

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

This div background color is #0F184A.


Border color

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

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

This div border color is #0F184A.


Opacity

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

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

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

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

This text has shadow with #0F184A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F184A on black background.


Color preview on white background

This text has color #0F184A on white background.



Black color preview on #0F184A background

This text has black color on #0F184A background.


White color preview on #0F184A background

This text has white color on #0F184A background.