COLOR #0F17D9

HEX: #0F17D9
RGB: (15,23,217)

Color info

#0F17D9 contains mainly blue color. Web safe color of #0F17D9 is #0000CC (or #00C).

RGB color model

#0F17D9 color RGB value is (15,23,217).

  • red value is 15;
  • green value is 23;
  • blue value is 217.
RGB:
(15,23,217)
(6%,9%,85%)

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 217 of 255 = 85%

15
23
217

R + G + B ~ 33%. #0F17D9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 23 + 217 = 255 (100%)
R 15 of 255 ~ 5.88%
G 23 of 255 ~ 9.02%
B 217 of 255 ~ 85.1%

%85.1

CMYK color model

#0F17D9 color CMYK value is (93,89,0,15).

  • cyan value is 93.09%
  • magenta value is 89.40%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(93,89,0,15)
C93M89Y0K15 
(93%,89%,0%,15%)
(0.93/0.89/0.00/0.15)	

CMYK percentages

%93.09
%89.4
%0
%14.9

Codes

Color #0F17D9 in popluar color models

0F17D9
RGB1523217
HSL238°87.07%45.49%
HSB/HSV238°93.09%85.10%
CMYK93.09%89.40%0.00%
14.90%

Color #0F17D9 in popluar number systems.

HEX0F17D9
Decimal1523217
Binary11111011111011001
Octal1727331

Shades and tints

Shades of #0F17D9

#0F17D9
(15,23,217)
#0E15C6
(14,21,198)
#0D13B3
(13,19,179)
#0C11A0
(12,17,160)
#0B0F8D
(11,15,141)
#0A0D7A
(10,13,122)
#090B67
(9,11,103)
#080954
(8,9,84)
#070741
(7,7,65)
#06052E
(6,5,46)
#05031B
(5,3,27)
#000000
(0,0,0)

Tints of #0F17D9

#0F17D9
(15,23,217)
#242CDC
(36,44,220)
#3941DF
(57,65,223)
#4E56E2
(78,86,226)
#636BE5
(99,107,229)
#7880E8
(120,128,232)
#8D95EB
(141,149,235)
#A2AAEE
(162,170,238)
#B7BFF1
(183,191,241)
#CCD4F4
(204,212,244)
#E1E9F7
(225,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F17D9 color. Also use rgb(15,23,217) instead hex code.

Text Font Color

.myTextColor { color: #0F17D9; }

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

This text font color is #0F17D9.


Background Color

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

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

This div background color is #0F17D9.


Border color

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

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

This div border color is #0F17D9.


Opacity

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

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

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

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

This text has shadow with #0F17D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F17D9 on black background.


Color preview on white background

This text has color #0F17D9 on white background.



Black color preview on #0F17D9 background

This text has black color on #0F17D9 background.


White color preview on #0F17D9 background

This text has white color on #0F17D9 background.