Shades of Medium Blue #101BDA
Tints of Medium Blue #101BDA
RGB
CMYK
RGB Variations
Color information
#101BDA (or 0x101BDA) is known color: Medium Blue. HEX triplet: 10, 1B and DA. RGB value is (16,27,218). Sum of RGB (Red+Green+Blue) = 16+27+218=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 218 (85.55% from 255 or 83.52% from 261); Max value from RGB is 218 - color contains mainly: blue. Hex color #101BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BDA is #EFE425. Grayscale: #2C2C2C. Windows color (decimal): -15721510 or 14293776. OLE color: 14293776.
HSL color Cylindrical-coordinate representation of color #101BDA: hue angle of 236.73º 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 #101BDA is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 27 | 218 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.15 |
| HSL | 236.73º | 0.86% | 0.46% | - |
| HSV(B) | 236.73º | 0.93% | 0.85% | - |
| XYZ | 13.26 | 5.96 | 66.78 | - |
| YUV | 45.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 218 | 0.93 | 0.88 | 0 | 0.15 | 236.73 | 0.86 | 0.46 |
| Hex | 10 | 1B | DA | 5D | 58 | 0 | F | ED | 56 | 2E |
| Octal | 20 | 33 | 332 | 135 | 130 | 0 | 17 | 355 | 126 | 56 |
| Binary | 10000 | 11011 | 11011010 | 1011101 | 1011000 | 0 | 1111 | 11101101 | 1010110 | 101110 |
Color Harmonies of #101BDA
Complementary color
Monochromatic Colors of #101BDA
Black with #101BDA
Text Example
Text Example
White with #101BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BDA; }
p { color: rgb(16,27,218); }
H1.HeaderClassName
{
color: #101BDA;
}
.AnyTagClassName
{
color: #101BDA;
}
</style>
background-color css
<style>
a { background-color: #101BDA; }
a { background-color: rgb(16,27,218); }
div.DivClassName
{
background-color: #101BDA;
}
.BgClassName
{
background-color: #101BDA;
}
</style>
border-color css
<style>
span { border-color: #101BDA; }
span { border-color: rgb(16,27,218); }
td.TdClassName
{
border-color: #101BDA;
}
.TagClassName
{
border-color: #101BDA;
}
</style>