COLOR #0911DB

HEX: #0911DB
RGB: (9,17,219)

Color info

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

RGB color model

#0911DB color RGB value is (9,17,219).

  • red value is 9;
  • green value is 17;
  • blue value is 219.
RGB:
(9,17,219)
(4%,7%,86%)

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 219 of 255 = 86%

9
17
219

R + G + B ~ 32%. #0911DB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 17 + 219 = 245 (100%)
R 9 of 245 ~ 3.67%
G 17 of 245 ~ 6.94%
B 219 of 245 ~ 89.39%

%89.39

CMYK color model

#0911DB color CMYK value is (96,92,0,14).

  • cyan value is 95.89%
  • magenta value is 92.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(96,92,0,14)
C96M92Y0K14 
(96%,92%,0%,14%)
(0.96/0.92/0.00/0.14)	

CMYK percentages

%95.89
%92.24
%0
%14.12

Codes

Color #0911DB in popluar color models

0911DB
RGB917219
HSL238°92.11%44.71%
HSB/HSV238°95.89%85.88%
CMYK95.89%92.24%0.00%
14.12%

Color #0911DB in popluar number systems.

HEX0911DB
Decimal917219
Binary10011000111011011
Octal1121333

Shades and tints

Shades of #0911DB

#0911DB
(9,17,219)
#0910C8
(9,16,200)
#090FB5
(9,15,181)
#090EA2
(9,14,162)
#090D8F
(9,13,143)
#090C7C
(9,12,124)
#090B69
(9,11,105)
#090A56
(9,10,86)
#090943
(9,9,67)
#090830
(9,8,48)
#09071D
(9,7,29)
#000000
(0,0,0)

Tints of #0911DB

#0911DB
(9,17,219)
#1F26DE
(31,38,222)
#353BE1
(53,59,225)
#4B50E4
(75,80,228)
#6165E7
(97,101,231)
#777AEA
(119,122,234)
#8D8FED
(141,143,237)
#A3A4F0
(163,164,240)
#B9B9F3
(185,185,243)
#CFCEF6
(207,206,246)
#E5E3F9
(229,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0911DB color. Also use rgb(9,17,219) instead hex code.

Text Font Color

.myTextColor { color: #0911DB; }

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

This text font color is #0911DB.


Background Color

.myBgColor { background-color: #0911DB; }

<div style="background-color:#0911DB">Inner text</div>

This div background color is #0911DB.


Border color

.myBorderColor { border: 1px solid #0911DB; }

<div style="border:3px solid #0911DB">Div</div>

This div border color is #0911DB.


Opacity

.myOpacity80 { color: #0911DB; opacity: 0.8; }

<p style="color:#0911DB;opacity:0.8;">80%</p>

Text with #0911DB 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 #0911DB;}

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

This text has shadow with #0911DB color.

.textShadow {text-shadow: 3px 3px 1px #0911DB, 3px 3px 1px red;}

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

This text has shadow with #0911DB primary color and red secondary color.


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

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

This text has shadow with #0911DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0911DB on black background.


Color preview on white background

This text has color #0911DB on white background.



Black color preview on #0911DB background

This text has black color on #0911DB background.


White color preview on #0911DB background

This text has white color on #0911DB background.