COLOR #0F28B4

HEX: #0F28B4
RGB: (15,40,180)

Color info

#0F28B4 contains mainly blue color. Web safe color of #0F28B4 is #0033CC (or #03C).

RGB color model

#0F28B4 color RGB value is (15,40,180).

  • red value is 15;
  • green value is 40;
  • blue value is 180.
RGB:
(15,40,180)
(6%,16%,71%)

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 180 of 255 = 71%

15
40
180

R + G + B ~ 31%. #0F28B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 180 = 235 (100%)
R 15 of 235 ~ 6.38%
G 40 of 235 ~ 17.02%
B 180 of 235 ~ 76.6%

%17.02
%76.6

CMYK color model

#0F28B4 color CMYK value is (92,78,0,29).

  • cyan value is 91.67%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(92,78,0,29)
C92M78Y0K29 
(92%,78%,0%,29%)
(0.92/0.78/0.00/0.29)	

CMYK percentages

%91.67
%77.78
%0
%29.41

Codes

Color #0F28B4 in popluar color models

0F28B4
RGB1540180
HSL231°84.62%38.24%
HSB/HSV231°91.67%70.59%
CMYK91.67%77.78%0.00%
29.41%

Color #0F28B4 in popluar number systems.

HEX0F28B4
Decimal1540180
Binary111110100010110100
Octal1750264

Shades and tints

Shades of #0F28B4

#0F28B4
(15,40,180)
#0E25A4
(14,37,164)
#0D2294
(13,34,148)
#0C1F84
(12,31,132)
#0B1C74
(11,28,116)
#0A1964
(10,25,100)
#091654
(9,22,84)
#081344
(8,19,68)
#071034
(7,16,52)
#060D24
(6,13,36)
#050A14
(5,10,20)
#000000
(0,0,0)

Tints of #0F28B4

#0F28B4
(15,40,180)
#243BBA
(36,59,186)
#394EC0
(57,78,192)
#4E61C6
(78,97,198)
#6374CC
(99,116,204)
#7887D2
(120,135,210)
#8D9AD8
(141,154,216)
#A2ADDE
(162,173,222)
#B7C0E4
(183,192,228)
#CCD3EA
(204,211,234)
#E1E6F0
(225,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F28B4 color. Also use rgb(15,40,180) instead hex code.

Text Font Color

.myTextColor { color: #0F28B4; }

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

This text font color is #0F28B4.


Background Color

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

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

This div background color is #0F28B4.


Border color

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

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

This div border color is #0F28B4.


Opacity

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

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

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

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

This text has shadow with #0F28B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F28B4 on black background.


Color preview on white background

This text has color #0F28B4 on white background.



Black color preview on #0F28B4 background

This text has black color on #0F28B4 background.


White color preview on #0F28B4 background

This text has white color on #0F28B4 background.