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