Shades of Medium Blue #0101DB
Tints of Medium Blue #0101DB
RGB
CMYK
RGB Variations
Color information
#0101DB (or 0x0101DB) is known color: Medium Blue. HEX triplet: 01, 01 and DB. RGB value is (1,1,219). Sum of RGB (Red+Green+Blue) = 1+1+219=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 219 (85.94% from 255 or 99.10% from 221); Max value from RGB is 219 - color contains mainly: blue. Hex color #0101DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0101DB is #FEFE24. Grayscale: #181818. Windows color (decimal): -16711205 or 14352641. OLE color: 14352641.
HSL color Cylindrical-coordinate representation of color #0101DB: hue angle of 240º 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 #0101DB is Cyan = 1.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 1 | 219 | - |
| CMYK | 1.00 | 1.00 | 0 | 0.14 |
| HSL | 240º | 0.99% | 0.43% | - |
| HSV(B) | 240º | 1% | 0.86% | - |
| XYZ | 12.81 | 5.14 | 67.34 | - |
| YUV | 25.85 | 237 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 219 | 1.00 | 1.00 | 0 | 0.14 | 240 | 0.99 | 0.43 |
| Hex | 1 | 1 | DB | 64 | 64 | 0 | E | F0 | 63 | 2B |
| Octal | 1 | 1 | 333 | 144 | 144 | 0 | 16 | 360 | 143 | 53 |
| Binary | 1 | 1 | 11011011 | 1100100 | 1100100 | 0 | 1110 | 11110000 | 1100011 | 101011 |
Color Harmonies of #0101DB
Complementary color
Monochromatic Colors of #0101DB
Black with #0101DB
Text Example
Text Example
White with #0101DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0101DB; }
p { color: rgb(1,1,219); }
H1.HeaderClassName
{
color: #0101DB;
}
.AnyTagClassName
{
color: #0101DB;
}
</style>
background-color css
<style>
a { background-color: #0101DB; }
a { background-color: rgb(1,1,219); }
div.DivClassName
{
background-color: #0101DB;
}
.BgClassName
{
background-color: #0101DB;
}
</style>
border-color css
<style>
span { border-color: #0101DB; }
span { border-color: rgb(1,1,219); }
td.TdClassName
{
border-color: #0101DB;
}
.TagClassName
{
border-color: #0101DB;
}
</style>