COLOR #0F2D9C

HEX: #0F2D9C
RGB: (15,45,156)

Color info

#0F2D9C contains mainly blue color. Web safe color of #0F2D9C is #003399 (or #039).

RGB color model

#0F2D9C color RGB value is (15,45,156).

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

RGB channels and saturation

R 15 of 255 = 6%
G 45 of 255 = 18%
B 156 of 255 = 61%

15
45
156

R + G + B ~ 28%. #0F2D9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 45 + 156 = 216 (100%)
R 15 of 216 ~ 6.94%
G 45 of 216 ~ 20.83%
B 156 of 216 ~ 72.22%

%20.83
%72.22

CMYK color model

#0F2D9C color CMYK value is (90,71,0,39).

  • cyan value is 90.38%
  • magenta value is 71.15%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(90,71,0,39)
C90M71Y0K39 
(90%,71%,0%,39%)
(0.90/0.71/0.00/0.39)	

CMYK percentages

%90.38
%71.15
%0
%38.82

Codes

Color #0F2D9C in popluar color models

0F2D9C
RGB1545156
HSL227°82.46%33.53%
HSB/HSV227°90.38%61.18%
CMYK90.38%71.15%0.00%
38.82%

Color #0F2D9C in popluar number systems.

HEX0F2D9C
Decimal1545156
Binary111110110110011100
Octal1755234

Shades and tints

Shades of #0F2D9C

#0F2D9C
(15,45,156)
#0E298E
(14,41,142)
#0D2580
(13,37,128)
#0C2172
(12,33,114)
#0B1D64
(11,29,100)
#0A1956
(10,25,86)
#091548
(9,21,72)
#08113A
(8,17,58)
#070D2C
(7,13,44)
#06091E
(6,9,30)
#050510
(5,5,16)
#000000
(0,0,0)

Tints of #0F2D9C

#0F2D9C
(15,45,156)
#2440A5
(36,64,165)
#3953AE
(57,83,174)
#4E66B7
(78,102,183)
#6379C0
(99,121,192)
#788CC9
(120,140,201)
#8D9FD2
(141,159,210)
#A2B2DB
(162,178,219)
#B7C5E4
(183,197,228)
#CCD8ED
(204,216,237)
#E1EBF6
(225,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2D9C; }

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

This text font color is #0F2D9C.


Background Color

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

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

This div background color is #0F2D9C.


Border color

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

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

This div border color is #0F2D9C.


Opacity

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

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

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

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

This text has shadow with #0F2D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2D9C on black background.


Color preview on white background

This text has color #0F2D9C on white background.



Black color preview on #0F2D9C background

This text has black color on #0F2D9C background.


White color preview on #0F2D9C background

This text has white color on #0F2D9C background.