Shades of Medium Blue #0911DB
Tints of Medium Blue #0911DB
RGB
CMYK
RGB Variations
Color information
#0911DB (or 0x0911DB) is known color: Medium Blue. HEX triplet: 09, 11 and DB. RGB value is (9,17,219). Sum of RGB (Red+Green+Blue) = 9+17+219=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #0911DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0911DB is #F6EE24. Grayscale: #242424. Windows color (decimal): -16182821 or 14356745. OLE color: 14356745.
HSL color Cylindrical-coordinate representation of color #0911DB: hue angle of 237.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0911DB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 17 | 219 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.14 |
| HSL | 237.71º | 0.92% | 0.45% | - |
| HSV(B) | 237.71º | 0.96% | 0.86% | - |
| XYZ | 13.1 | 5.57 | 67.4 | - |
| YUV | 37.64 | 230.35 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 219 | 0.96 | 0.92 | 0 | 0.14 | 237.71 | 0.92 | 0.45 |
| Hex | 9 | 11 | DB | 60 | 5C | 0 | E | EE | 5C | 2D |
| Octal | 11 | 21 | 333 | 140 | 134 | 0 | 16 | 356 | 134 | 55 |
| Binary | 1001 | 10001 | 11011011 | 1100000 | 1011100 | 0 | 1110 | 11101110 | 1011100 | 101101 |
Color Harmonies of #0911DB
Complementary color
Monochromatic Colors of #0911DB
Black with #0911DB
Text Example
Text Example
White with #0911DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0911DB; }
p { color: rgb(9,17,219); }
H1.HeaderClassName
{
color: #0911DB;
}
.AnyTagClassName
{
color: #0911DB;
}
</style>
background-color css
<style>
a { background-color: #0911DB; }
a { background-color: rgb(9,17,219); }
div.DivClassName
{
background-color: #0911DB;
}
.BgClassName
{
background-color: #0911DB;
}
</style>
border-color css
<style>
span { border-color: #0911DB; }
span { border-color: rgb(9,17,219); }
td.TdClassName
{
border-color: #0911DB;
}
.TagClassName
{
border-color: #0911DB;
}
</style>