Shades of Medium Blue #101ADA
Tints of Medium Blue #101ADA
RGB
CMYK
RGB Variations
Color information
#101ADA (or 0x101ADA) is known color: Medium Blue. HEX triplet: 10, 1A and DA. RGB value is (16,26,218). Sum of RGB (Red+Green+Blue) = 16+26+218=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 218 (85.55% from 255 or 83.85% from 260); Max value from RGB is 218 - color contains mainly: blue. Hex color #101ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101ADA is #EFE525. Grayscale: #2C2C2C. Windows color (decimal): -15721766 or 14293520. OLE color: 14293520.
HSL color Cylindrical-coordinate representation of color #101ADA: hue angle of 237.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101ADA is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 26 | 218 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.15 |
| HSL | 237.03º | 0.86% | 0.46% | - |
| HSV(B) | 237.03º | 0.93% | 0.85% | - |
| XYZ | 13.24 | 5.91 | 66.77 | - |
| YUV | 44.9 | 225.69 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 218 | 0.93 | 0.88 | 0 | 0.15 | 237.03 | 0.86 | 0.46 |
| Hex | 10 | 1A | DA | 5D | 58 | 0 | F | ED | 56 | 2E |
| Octal | 20 | 32 | 332 | 135 | 130 | 0 | 17 | 355 | 126 | 56 |
| Binary | 10000 | 11010 | 11011010 | 1011101 | 1011000 | 0 | 1111 | 11101101 | 1010110 | 101110 |
Color Harmonies of #101ADA
Complementary color
Monochromatic Colors of #101ADA
Black with #101ADA
Text Example
Text Example
White with #101ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101ADA; }
p { color: rgb(16,26,218); }
H1.HeaderClassName
{
color: #101ADA;
}
.AnyTagClassName
{
color: #101ADA;
}
</style>
background-color css
<style>
a { background-color: #101ADA; }
a { background-color: rgb(16,26,218); }
div.DivClassName
{
background-color: #101ADA;
}
.BgClassName
{
background-color: #101ADA;
}
</style>
border-color css
<style>
span { border-color: #101ADA; }
span { border-color: rgb(16,26,218); }
td.TdClassName
{
border-color: #101ADA;
}
.TagClassName
{
border-color: #101ADA;
}
</style>