COLOR #0F42B9

HEX: #0F42B9
RGB: (15,66,185)

Color info

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

RGB color model

#0F42B9 color RGB value is (15,66,185).

  • red value is 15;
  • green value is 66;
  • blue value is 185.
RGB:
(15,66,185)
(6%,26%,73%)

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 185 of 255 = 73%

15
66
185

R + G + B ~ 35%. #0F42B9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 66 + 185 = 266 (100%)
R 15 of 266 ~ 5.64%
G 66 of 266 ~ 24.81%
B 185 of 266 ~ 69.55%

%24.81
%69.55

CMYK color model

#0F42B9 color CMYK value is (92,64,0,27).

  • cyan value is 91.89%
  • magenta value is 64.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(92,64,0,27)
C92M64Y0K27 
(92%,64%,0%,27%)
(0.92/0.64/0.00/0.27)	

CMYK percentages

%91.89
%64.32
%0
%27.45

Codes

Color #0F42B9 in popluar color models

0F42B9
RGB1566185
HSL222°85.00%39.22%
HSB/HSV222°91.89%72.55%
CMYK91.89%64.32%0.00%
27.45%

Color #0F42B9 in popluar number systems.

HEX0F42B9
Decimal1566185
Binary1111100001010111001
Octal17102271

Shades and tints

Shades of #0F42B9

#0F42B9
(15,66,185)
#0E3CA9
(14,60,169)
#0D3699
(13,54,153)
#0C3089
(12,48,137)
#0B2A79
(11,42,121)
#0A2469
(10,36,105)
#091E59
(9,30,89)
#081849
(8,24,73)
#071239
(7,18,57)
#060C29
(6,12,41)
#050619
(5,6,25)
#000000
(0,0,0)

Tints of #0F42B9

#0F42B9
(15,66,185)
#2453BF
(36,83,191)
#3964C5
(57,100,197)
#4E75CB
(78,117,203)
#6386D1
(99,134,209)
#7897D7
(120,151,215)
#8DA8DD
(141,168,221)
#A2B9E3
(162,185,227)
#B7CAE9
(183,202,233)
#CCDBEF
(204,219,239)
#E1ECF5
(225,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F42B9 color. Also use rgb(15,66,185) instead hex code.

Text Font Color

.myTextColor { color: #0F42B9; }

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

This text font color is #0F42B9.


Background Color

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

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

This div background color is #0F42B9.


Border color

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

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

This div border color is #0F42B9.


Opacity

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

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

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

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

This text has shadow with #0F42B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F42B9 on black background.


Color preview on white background

This text has color #0F42B9 on white background.



Black color preview on #0F42B9 background

This text has black color on #0F42B9 background.


White color preview on #0F42B9 background

This text has white color on #0F42B9 background.