COLOR #0F11E3

HEX: #0F11E3
RGB: (15,17,227)

Color info

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

RGB color model

#0F11E3 color RGB value is (15,17,227).

  • red value is 15;
  • green value is 17;
  • blue value is 227.
RGB:
(15,17,227)
(6%,7%,89%)

RGB channels and saturation

R 15 of 255 = 6%
G 17 of 255 = 7%
B 227 of 255 = 89%

15
17
227

R + G + B ~ 34%. #0F11E3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 17 + 227 = 259 (100%)
R 15 of 259 ~ 5.79%
G 17 of 259 ~ 6.56%
B 227 of 259 ~ 87.64%

%87.64

CMYK color model

#0F11E3 color CMYK value is (93,93,0,11).

  • cyan value is 93.39%
  • magenta value is 92.51%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(93,93,0,11)
C93M93Y0K11 
(93%,93%,0%,11%)
(0.93/0.93/0.00/0.11)	

CMYK percentages

%93.39
%92.51
%0
%10.98

Codes

Color #0F11E3 in popluar color models

0F11E3
RGB1517227
HSL239°87.60%47.45%
HSB/HSV239°93.39%89.02%
CMYK93.39%92.51%0.00%
10.98%

Color #0F11E3 in popluar number systems.

HEX0F11E3
Decimal1517227
Binary11111000111100011
Octal1721343

Shades and tints

Shades of #0F11E3

#0F11E3
(15,17,227)
#0E10CF
(14,16,207)
#0D0FBB
(13,15,187)
#0C0EA7
(12,14,167)
#0B0D93
(11,13,147)
#0A0C7F
(10,12,127)
#090B6B
(9,11,107)
#080A57
(8,10,87)
#070943
(7,9,67)
#06082F
(6,8,47)
#05071B
(5,7,27)
#000000
(0,0,0)

Tints of #0F11E3

#0F11E3
(15,17,227)
#2426E5
(36,38,229)
#393BE7
(57,59,231)
#4E50E9
(78,80,233)
#6365EB
(99,101,235)
#787AED
(120,122,237)
#8D8FEF
(141,143,239)
#A2A4F1
(162,164,241)
#B7B9F3
(183,185,243)
#CCCEF5
(204,206,245)
#E1E3F7
(225,227,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F11E3 color. Also use rgb(15,17,227) instead hex code.

Text Font Color

.myTextColor { color: #0F11E3; }

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

This text font color is #0F11E3.


Background Color

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

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

This div background color is #0F11E3.


Border color

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

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

This div border color is #0F11E3.


Opacity

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

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

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

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

This text has shadow with #0F11E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F11E3 on black background.


Color preview on white background

This text has color #0F11E3 on white background.



Black color preview on #0F11E3 background

This text has black color on #0F11E3 background.


White color preview on #0F11E3 background

This text has white color on #0F11E3 background.