Shades of Medium Blue #0910DB
Tints of Medium Blue #0910DB
RGB
CMYK
RGB Variations
Color information
#0910DB (or 0x0910DB) is known color: Medium Blue. HEX triplet: 09, 10 and DB. RGB value is (9,16,219). Sum of RGB (Red+Green+Blue) = 9+16+219=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #0910DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0910DB is #F6EF24. Grayscale: #242424. Windows color (decimal): -16183077 or 14356489. OLE color: 14356489.
HSL color Cylindrical-coordinate representation of color #0910DB: hue angle of 238º 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 #0910DB is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 16 | 219 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.14 |
| HSL | 238º | 0.92% | 0.45% | - |
| HSV(B) | 238º | 0.96% | 0.86% | - |
| XYZ | 13.08 | 5.54 | 67.4 | - |
| YUV | 37.05 | 230.68 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 219 | 0.96 | 0.93 | 0 | 0.14 | 238 | 0.92 | 0.45 |
| Hex | 9 | 10 | DB | 60 | 5D | 0 | E | EE | 5C | 2D |
| Octal | 11 | 20 | 333 | 140 | 135 | 0 | 16 | 356 | 134 | 55 |
| Binary | 1001 | 10000 | 11011011 | 1100000 | 1011101 | 0 | 1110 | 11101110 | 1011100 | 101101 |
Color Harmonies of #0910DB
Complementary color
Monochromatic Colors of #0910DB
Black with #0910DB
Text Example
Text Example
White with #0910DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0910DB; }
p { color: rgb(9,16,219); }
H1.HeaderClassName
{
color: #0910DB;
}
.AnyTagClassName
{
color: #0910DB;
}
</style>
background-color css
<style>
a { background-color: #0910DB; }
a { background-color: rgb(9,16,219); }
div.DivClassName
{
background-color: #0910DB;
}
.BgClassName
{
background-color: #0910DB;
}
</style>
border-color css
<style>
span { border-color: #0910DB; }
span { border-color: rgb(9,16,219); }
td.TdClassName
{
border-color: #0910DB;
}
.TagClassName
{
border-color: #0910DB;
}
</style>