Shades of Medium Blue #0D09DB
Tints of Medium Blue #0D09DB
RGB
CMYK
RGB Variations
Color information
#0D09DB (or 0x0D09DB) is known color: Medium Blue. HEX triplet: 0D, 09 and DB. RGB value is (13,9,219). Sum of RGB (Red+Green+Blue) = 13+9+219=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D09DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D09DB is #F2F624. Grayscale: #212121. Windows color (decimal): -15922725 or 14354701. OLE color: 14354701.
HSL color Cylindrical-coordinate representation of color #0D09DB: hue angle of 241.14º 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 #0D09DB is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 9 | 219 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.14 |
| HSL | 241.14º | 0.92% | 0.45% | - |
| HSV(B) | 241.14º | 0.96% | 0.86% | - |
| XYZ | 13.05 | 5.4 | 67.37 | - |
| YUV | 34.14 | 232.33 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 219 | 0.94 | 0.96 | 0 | 0.14 | 241.14 | 0.92 | 0.45 |
| Hex | D | 9 | DB | 5E | 60 | 0 | E | F1 | 5C | 2D |
| Octal | 15 | 11 | 333 | 136 | 140 | 0 | 16 | 361 | 134 | 55 |
| Binary | 1101 | 1001 | 11011011 | 1011110 | 1100000 | 0 | 1110 | 11110001 | 1011100 | 101101 |
Color Harmonies of #0D09DB
Complementary color
Monochromatic Colors of #0D09DB
Black with #0D09DB
Text Example
Text Example
White with #0D09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D09DB; }
p { color: rgb(13,9,219); }
H1.HeaderClassName
{
color: #0D09DB;
}
.AnyTagClassName
{
color: #0D09DB;
}
</style>
background-color css
<style>
a { background-color: #0D09DB; }
a { background-color: rgb(13,9,219); }
div.DivClassName
{
background-color: #0D09DB;
}
.BgClassName
{
background-color: #0D09DB;
}
</style>
border-color css
<style>
span { border-color: #0D09DB; }
span { border-color: rgb(13,9,219); }
td.TdClassName
{
border-color: #0D09DB;
}
.TagClassName
{
border-color: #0D09DB;
}
</style>