Shades of Medium Blue #010DDB
Tints of Medium Blue #010DDB
RGB
CMYK
RGB Variations
Color information
#010DDB (or 0x010DDB) is known color: Medium Blue. HEX triplet: 01, 0D and DB. RGB value is (1,13,219). Sum of RGB (Red+Green+Blue) = 1+13+219=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 219 (85.94% from 255 or 93.99% from 233); Max value from RGB is 219 - color contains mainly: blue. Hex color #010DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DDB is #FEF224. Grayscale: #202020. Windows color (decimal): -16708133 or 14355713. OLE color: 14355713.
HSL color Cylindrical-coordinate representation of color #010DDB: hue angle of 236.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010DDB is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 13 | 219 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.14 |
| HSL | 236.7º | 0.99% | 0.43% | - |
| HSV(B) | 236.7º | 1% | 0.86% | - |
| XYZ | 12.94 | 5.41 | 67.38 | - |
| YUV | 32.9 | 233.02 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 219 | 1.00 | 0.94 | 0 | 0.14 | 236.7 | 0.99 | 0.43 |
| Hex | 1 | D | DB | 64 | 5E | 0 | E | ED | 63 | 2B |
| Octal | 1 | 15 | 333 | 144 | 136 | 0 | 16 | 355 | 143 | 53 |
| Binary | 1 | 1101 | 11011011 | 1100100 | 1011110 | 0 | 1110 | 11101101 | 1100011 | 101011 |
Color Harmonies of #010DDB
Complementary color
Monochromatic Colors of #010DDB
Black with #010DDB
Text Example
Text Example
White with #010DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DDB; }
p { color: rgb(1,13,219); }
H1.HeaderClassName
{
color: #010DDB;
}
.AnyTagClassName
{
color: #010DDB;
}
</style>
background-color css
<style>
a { background-color: #010DDB; }
a { background-color: rgb(1,13,219); }
div.DivClassName
{
background-color: #010DDB;
}
.BgClassName
{
background-color: #010DDB;
}
</style>
border-color css
<style>
span { border-color: #010DDB; }
span { border-color: rgb(1,13,219); }
td.TdClassName
{
border-color: #010DDB;
}
.TagClassName
{
border-color: #010DDB;
}
</style>