COLOR #0B65F7

HEX: #0B65F7
RGB: (11,101,247)

Color info

#0B65F7 contains mainly blue color. Web safe color of #0B65F7 is #0066FF (or #06F).

RGB color model

#0B65F7 color RGB value is (11,101,247).

  • red value is 11;
  • green value is 101;
  • blue value is 247.
RGB:
(11,101,247)
(4%,40%,97%)

RGB channels and saturation

R 11 of 255 = 4%
G 101 of 255 = 40%
B 247 of 255 = 97%

11
101
247

R + G + B ~ 47%. #0B65F7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 101 + 247 = 359 (100%)
R 11 of 359 ~ 3.06%
G 101 of 359 ~ 28.13%
B 247 of 359 ~ 68.8%

%28.13
%68.8

CMYK color model

#0B65F7 color CMYK value is (96,59,0,3).

  • cyan value is 95.55%
  • magenta value is 59.11%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(96,59,0,3)
C96M59Y0K3 
(96%,59%,0%,3%)
(0.96/0.59/0.00/0.03)	

CMYK percentages

%95.55
%59.11
%0
%3.14

Codes

Color #0B65F7 in popluar color models

0B65F7
RGB11101247
HSL217°93.65%50.59%
HSB/HSV217°95.55%96.86%
CMYK95.55%59.11%0.00%
3.14%

Color #0B65F7 in popluar number systems.

HEX0B65F7
Decimal11101247
Binary1011110010111110111
Octal13145367

Shades and tints

Shades of #0B65F7

#0B65F7
(11,101,247)
#0A5CE1
(10,92,225)
#0953CB
(9,83,203)
#084AB5
(8,74,181)
#07419F
(7,65,159)
#063889
(6,56,137)
#052F73
(5,47,115)
#04265D
(4,38,93)
#031D47
(3,29,71)
#021431
(2,20,49)
#010B1B
(1,11,27)
#000000
(0,0,0)

Tints of #0B65F7

#0B65F7
(11,101,247)
#2173F7
(33,115,247)
#3781F7
(55,129,247)
#4D8FF7
(77,143,247)
#639DF7
(99,157,247)
#79ABF7
(121,171,247)
#8FB9F7
(143,185,247)
#A5C7F7
(165,199,247)
#BBD5F7
(187,213,247)
#D1E3F7
(209,227,247)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B65F7 color. Also use rgb(11,101,247) instead hex code.

Text Font Color

.myTextColor { color: #0B65F7; }

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

This text font color is #0B65F7.


Background Color

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

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

This div background color is #0B65F7.


Border color

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

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

This div border color is #0B65F7.


Opacity

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

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

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

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

This text has shadow with #0B65F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B65F7 on black background.


Color preview on white background

This text has color #0B65F7 on white background.



Black color preview on #0B65F7 background

This text has black color on #0B65F7 background.


White color preview on #0B65F7 background

This text has white color on #0B65F7 background.