COLOR #0F149A

HEX: #0F149A
RGB: (15,20,154)

Color info

#0F149A contains mainly blue color. Web safe color of #0F149A is #000099 (or #009).

RGB color model

#0F149A color RGB value is (15,20,154).

  • red value is 15;
  • green value is 20;
  • blue value is 154.
RGB:
(15,20,154)
(6%,8%,60%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 154 of 255 = 60%

15
20
154

R + G + B ~ 25%. #0F149A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 20 + 154 = 189 (100%)
R 15 of 189 ~ 7.94%
G 20 of 189 ~ 10.58%
B 154 of 189 ~ 81.48%

%10.58
%81.48

CMYK color model

#0F149A color CMYK value is (90,87,0,40).

  • cyan value is 90.26%
  • magenta value is 87.01%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(90,87,0,40)
C90M87Y0K40 
(90%,87%,0%,40%)
(0.90/0.87/0.00/0.40)	

CMYK percentages

%90.26
%87.01
%0
%39.61

Codes

Color #0F149A in popluar color models

0F149A
RGB1520154
HSL238°82.25%33.14%
HSB/HSV238°90.26%60.39%
CMYK90.26%87.01%0.00%
39.61%

Color #0F149A in popluar number systems.

HEX0F149A
Decimal1520154
Binary11111010010011010
Octal1724232

Shades and tints

Shades of #0F149A

#0F149A
(15,20,154)
#0E138C
(14,19,140)
#0D127E
(13,18,126)
#0C1170
(12,17,112)
#0B1062
(11,16,98)
#0A0F54
(10,15,84)
#090E46
(9,14,70)
#080D38
(8,13,56)
#070C2A
(7,12,42)
#060B1C
(6,11,28)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #0F149A

#0F149A
(15,20,154)
#2429A3
(36,41,163)
#393EAC
(57,62,172)
#4E53B5
(78,83,181)
#6368BE
(99,104,190)
#787DC7
(120,125,199)
#8D92D0
(141,146,208)
#A2A7D9
(162,167,217)
#B7BCE2
(183,188,226)
#CCD1EB
(204,209,235)
#E1E6F4
(225,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F149A color. Also use rgb(15,20,154) instead hex code.

Text Font Color

.myTextColor { color: #0F149A; }

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

This text font color is #0F149A.


Background Color

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

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

This div background color is #0F149A.


Border color

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

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

This div border color is #0F149A.


Opacity

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

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

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

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

This text has shadow with #0F149A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F149A on black background.


Color preview on white background

This text has color #0F149A on white background.



Black color preview on #0F149A background

This text has black color on #0F149A background.


White color preview on #0F149A background

This text has white color on #0F149A background.