Shades of Medium Blue #0101D7
Tints of Medium Blue #0101D7
RGB
CMYK
RGB Variations
Color information
#0101D7 (or 0x0101D7) is known color: Medium Blue. HEX triplet: 01, 01 and D7. RGB value is (1,1,215). Sum of RGB (Red+Green+Blue) = 1+1+215=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 215 (84.38% from 255 or 99.08% from 217); Max value from RGB is 215 - color contains mainly: blue. Hex color #0101D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0101D7 is #FEFE28. Grayscale: #181818. Windows color (decimal): -16711209 or 14090497. OLE color: 14090497.
HSL color Cylindrical-coordinate representation of color #0101D7: hue angle of 240º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0101D7 is Cyan = 1.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 1 | 215 | - |
| CMYK | 1.00 | 1.00 | 0 | 0.16 |
| HSL | 240º | 0.99% | 0.42% | - |
| HSV(B) | 240º | 1% | 0.84% | - |
| XYZ | 12.29 | 4.93 | 64.59 | - |
| YUV | 25.4 | 235 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 215 | 1.00 | 1.00 | 0 | 0.16 | 240 | 0.99 | 0.42 |
| Hex | 1 | 1 | D7 | 64 | 64 | 0 | 10 | F0 | 63 | 2A |
| Octal | 1 | 1 | 327 | 144 | 144 | 0 | 20 | 360 | 143 | 52 |
| Binary | 1 | 1 | 11010111 | 1100100 | 1100100 | 0 | 10000 | 11110000 | 1100011 | 101010 |
Color Harmonies of #0101D7
Complementary color
Monochromatic Colors of #0101D7
Black with #0101D7
Text Example
Text Example
White with #0101D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0101D7; }
p { color: rgb(1,1,215); }
H1.HeaderClassName
{
color: #0101D7;
}
.AnyTagClassName
{
color: #0101D7;
}
</style>
background-color css
<style>
a { background-color: #0101D7; }
a { background-color: rgb(1,1,215); }
div.DivClassName
{
background-color: #0101D7;
}
.BgClassName
{
background-color: #0101D7;
}
</style>
border-color css
<style>
span { border-color: #0101D7; }
span { border-color: rgb(1,1,215); }
td.TdClassName
{
border-color: #0101D7;
}
.TagClassName
{
border-color: #0101D7;
}
</style>