Shades of Medium Blue #0D0EDB
Tints of Medium Blue #0D0EDB
RGB
CMYK
RGB Variations
Color information
#0D0EDB (or 0x0D0EDB) is known color: Medium Blue. HEX triplet: 0D, 0E and DB. RGB value is (13,14,219). Sum of RGB (Red+Green+Blue) = 13+14+219=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D0EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0EDB is #F2F124. Grayscale: #242424. Windows color (decimal): -15921445 or 14355981. OLE color: 14355981.
HSL color Cylindrical-coordinate representation of color #0D0EDB: hue angle of 239.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0EDB is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 14 | 219 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.14 |
| HSL | 239.71º | 0.89% | 0.45% | - |
| HSV(B) | 239.71º | 0.94% | 0.86% | - |
| XYZ | 13.11 | 5.51 | 67.39 | - |
| YUV | 37.07 | 230.67 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 219 | 0.94 | 0.94 | 0 | 0.14 | 239.71 | 0.89 | 0.45 |
| Hex | D | E | DB | 5E | 5E | 0 | E | F0 | 59 | 2D |
| Octal | 15 | 16 | 333 | 136 | 136 | 0 | 16 | 360 | 131 | 55 |
| Binary | 1101 | 1110 | 11011011 | 1011110 | 1011110 | 0 | 1110 | 11110000 | 1011001 | 101101 |
Color Harmonies of #0D0EDB
Complementary color
Monochromatic Colors of #0D0EDB
Black with #0D0EDB
Text Example
Text Example
White with #0D0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0EDB; }
p { color: rgb(13,14,219); }
H1.HeaderClassName
{
color: #0D0EDB;
}
.AnyTagClassName
{
color: #0D0EDB;
}
</style>
background-color css
<style>
a { background-color: #0D0EDB; }
a { background-color: rgb(13,14,219); }
div.DivClassName
{
background-color: #0D0EDB;
}
.BgClassName
{
background-color: #0D0EDB;
}
</style>
border-color css
<style>
span { border-color: #0D0EDB; }
span { border-color: rgb(13,14,219); }
td.TdClassName
{
border-color: #0D0EDB;
}
.TagClassName
{
border-color: #0D0EDB;
}
</style>