Shades of Medium Blue #101DC9
Tints of Medium Blue #101DC9
RGB
CMYK
RGB Variations
Color information
#101DC9 (or 0x101DC9) is known color: Medium Blue. HEX triplet: 10, 1D and C9. RGB value is (16,29,201). Sum of RGB (Red+Green+Blue) = 16+29+201=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 201 (78.91% from 255 or 81.71% from 246); Max value from RGB is 201 - color contains mainly: blue. Hex color #101DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DC9 is #EFE236. Grayscale: #2C2C2C. Windows color (decimal): -15721015 or 13180176. OLE color: 13180176.
HSL color Cylindrical-coordinate representation of color #101DC9: hue angle of 235.78º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101DC9 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 29 | 201 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.21 |
| HSL | 235.78º | 0.85% | 0.43% | - |
| HSV(B) | 235.78º | 0.92% | 0.79% | - |
| XYZ | 11.2 | 5.21 | 55.67 | - |
| YUV | 44.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 201 | 0.92 | 0.86 | 0 | 0.21 | 235.78 | 0.85 | 0.43 |
| Hex | 10 | 1D | C9 | 5C | 56 | 0 | 15 | EC | 55 | 2B |
| Octal | 20 | 35 | 311 | 134 | 126 | 0 | 25 | 354 | 125 | 53 |
| Binary | 10000 | 11101 | 11001001 | 1011100 | 1010110 | 0 | 10101 | 11101100 | 1010101 | 101011 |
Color Harmonies of #101DC9
Complementary color
Monochromatic Colors of #101DC9
Black with #101DC9
Text Example
Text Example
White with #101DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DC9; }
p { color: rgb(16,29,201); }
H1.HeaderClassName
{
color: #101DC9;
}
.AnyTagClassName
{
color: #101DC9;
}
</style>
background-color css
<style>
a { background-color: #101DC9; }
a { background-color: rgb(16,29,201); }
div.DivClassName
{
background-color: #101DC9;
}
.BgClassName
{
background-color: #101DC9;
}
</style>
border-color css
<style>
span { border-color: #101DC9; }
span { border-color: rgb(16,29,201); }
td.TdClassName
{
border-color: #101DC9;
}
.TagClassName
{
border-color: #101DC9;
}
</style>