Shades of Medium Blue #0D07DB
Tints of Medium Blue #0D07DB
RGB
CMYK
RGB Variations
Color information
#0D07DB (or 0x0D07DB) is known color: Medium Blue. HEX triplet: 0D, 07 and DB. RGB value is (13,7,219). Sum of RGB (Red+Green+Blue) = 13+7+219=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 219 (85.94% from 255 or 91.63% from 239); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D07DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D07DB is #F2F824. Grayscale: #202020. Windows color (decimal): -15923237 or 14354189. OLE color: 14354189.
HSL color Cylindrical-coordinate representation of color #0D07DB: hue angle of 241.7º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D07DB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 7 | 219 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.14 |
| HSL | 241.7º | 0.94% | 0.44% | - |
| HSV(B) | 241.7º | 0.97% | 0.86% | - |
| XYZ | 13.03 | 5.35 | 67.36 | - |
| YUV | 32.96 | 232.99 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 219 | 0.94 | 0.97 | 0 | 0.14 | 241.7 | 0.94 | 0.44 |
| Hex | D | 7 | DB | 5E | 61 | 0 | E | F2 | 5E | 2C |
| Octal | 15 | 7 | 333 | 136 | 141 | 0 | 16 | 362 | 136 | 54 |
| Binary | 1101 | 111 | 11011011 | 1011110 | 1100001 | 0 | 1110 | 11110010 | 1011110 | 101100 |
Color Harmonies of #0D07DB
Complementary color
Monochromatic Colors of #0D07DB
Black with #0D07DB
Text Example
Text Example
White with #0D07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D07DB; }
p { color: rgb(13,7,219); }
H1.HeaderClassName
{
color: #0D07DB;
}
.AnyTagClassName
{
color: #0D07DB;
}
</style>
background-color css
<style>
a { background-color: #0D07DB; }
a { background-color: rgb(13,7,219); }
div.DivClassName
{
background-color: #0D07DB;
}
.BgClassName
{
background-color: #0D07DB;
}
</style>
border-color css
<style>
span { border-color: #0D07DB; }
span { border-color: rgb(13,7,219); }
td.TdClassName
{
border-color: #0D07DB;
}
.TagClassName
{
border-color: #0D07DB;
}
</style>