Shades of Medium Blue #0D1EDB
Tints of Medium Blue #0D1EDB
RGB
CMYK
RGB Variations
Color information
#0D1EDB (or 0x0D1EDB) is known color: Medium Blue. HEX triplet: 0D, 1E and DB. RGB value is (13,30,219). Sum of RGB (Red+Green+Blue) = 13+30+219=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D1EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1EDB is #F2E124. Grayscale: #2D2D2D. Windows color (decimal): -15917349 or 14360077. OLE color: 14360077.
HSL color Cylindrical-coordinate representation of color #0D1EDB: hue angle of 235.05º 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 #0D1EDB is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 30 | 219 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.14 |
| HSL | 235.05º | 0.89% | 0.45% | - |
| HSV(B) | 235.05º | 0.94% | 0.86% | - |
| XYZ | 13.42 | 6.13 | 67.49 | - |
| YUV | 46.46 | 225.37 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 219 | 0.94 | 0.86 | 0 | 0.14 | 235.05 | 0.89 | 0.45 |
| Hex | D | 1E | DB | 5E | 56 | 0 | E | EB | 59 | 2D |
| Octal | 15 | 36 | 333 | 136 | 126 | 0 | 16 | 353 | 131 | 55 |
| Binary | 1101 | 11110 | 11011011 | 1011110 | 1010110 | 0 | 1110 | 11101011 | 1011001 | 101101 |
Color Harmonies of #0D1EDB
Complementary color
Monochromatic Colors of #0D1EDB
Black with #0D1EDB
Text Example
Text Example
White with #0D1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1EDB; }
p { color: rgb(13,30,219); }
H1.HeaderClassName
{
color: #0D1EDB;
}
.AnyTagClassName
{
color: #0D1EDB;
}
</style>
background-color css
<style>
a { background-color: #0D1EDB; }
a { background-color: rgb(13,30,219); }
div.DivClassName
{
background-color: #0D1EDB;
}
.BgClassName
{
background-color: #0D1EDB;
}
</style>
border-color css
<style>
span { border-color: #0D1EDB; }
span { border-color: rgb(13,30,219); }
td.TdClassName
{
border-color: #0D1EDB;
}
.TagClassName
{
border-color: #0D1EDB;
}
</style>