COLOR #0F48C6

HEX: #0F48C6
RGB: (15,72,198)

Color info

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

RGB color model

#0F48C6 color RGB value is (15,72,198).

  • red value is 15;
  • green value is 72;
  • blue value is 198.
RGB:
(15,72,198)
(6%,28%,78%)

RGB channels and saturation

R 15 of 255 = 6%
G 72 of 255 = 28%
B 198 of 255 = 78%

15
72
198

R + G + B ~ 37%. #0F48C6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 72 + 198 = 285 (100%)
R 15 of 285 ~ 5.26%
G 72 of 285 ~ 25.26%
B 198 of 285 ~ 69.47%

%25.26
%69.47

CMYK color model

#0F48C6 color CMYK value is (92,64,0,22).

  • cyan value is 92.42%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(92,64,0,22)
C92M64Y0K22 
(92%,64%,0%,22%)
(0.92/0.64/0.00/0.22)	

CMYK percentages

%92.42
%63.64
%0
%22.35

Codes

Color #0F48C6 in popluar color models

0F48C6
RGB1572198
HSL221°85.92%41.76%
HSB/HSV221°92.42%77.65%
CMYK92.42%63.64%0.00%
22.35%

Color #0F48C6 in popluar number systems.

HEX0F48C6
Decimal1572198
Binary1111100100011000110
Octal17110306

Shades and tints

Shades of #0F48C6

#0F48C6
(15,72,198)
#0E42B4
(14,66,180)
#0D3CA2
(13,60,162)
#0C3690
(12,54,144)
#0B307E
(11,48,126)
#0A2A6C
(10,42,108)
#09245A
(9,36,90)
#081E48
(8,30,72)
#071836
(7,24,54)
#061224
(6,18,36)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #0F48C6

#0F48C6
(15,72,198)
#2458CB
(36,88,203)
#3968D0
(57,104,208)
#4E78D5
(78,120,213)
#6388DA
(99,136,218)
#7898DF
(120,152,223)
#8DA8E4
(141,168,228)
#A2B8E9
(162,184,233)
#B7C8EE
(183,200,238)
#CCD8F3
(204,216,243)
#E1E8F8
(225,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F48C6 color. Also use rgb(15,72,198) instead hex code.

Text Font Color

.myTextColor { color: #0F48C6; }

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

This text font color is #0F48C6.


Background Color

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

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

This div background color is #0F48C6.


Border color

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

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

This div border color is #0F48C6.


Opacity

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

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

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

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

This text has shadow with #0F48C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F48C6 on black background.


Color preview on white background

This text has color #0F48C6 on white background.



Black color preview on #0F48C6 background

This text has black color on #0F48C6 background.


White color preview on #0F48C6 background

This text has white color on #0F48C6 background.