Shades of Medium Blue #101BC9
Tints of Medium Blue #101BC9
RGB
CMYK
RGB Variations
Color information
#101BC9 (or 0x101BC9) is known color: Medium Blue. HEX triplet: 10, 1B and C9. RGB value is (16,27,201). Sum of RGB (Red+Green+Blue) = 16+27+201=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 201 (78.91% from 255 or 82.38% from 244); Max value from RGB is 201 - color contains mainly: blue. Hex color #101BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BC9 is #EFE436. Grayscale: #2A2A2A. Windows color (decimal): -15721527 or 13179664. OLE color: 13179664.
HSL color Cylindrical-coordinate representation of color #101BC9: hue angle of 236.43º 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 #101BC9 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 27 | 201 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.21 |
| HSL | 236.43º | 0.85% | 0.43% | - |
| HSV(B) | 236.43º | 0.92% | 0.79% | - |
| XYZ | 11.15 | 5.11 | 55.66 | - |
| YUV | 43.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 201 | 0.92 | 0.87 | 0 | 0.21 | 236.43 | 0.85 | 0.43 |
| Hex | 10 | 1B | C9 | 5C | 57 | 0 | 15 | EC | 55 | 2B |
| Octal | 20 | 33 | 311 | 134 | 127 | 0 | 25 | 354 | 125 | 53 |
| Binary | 10000 | 11011 | 11001001 | 1011100 | 1010111 | 0 | 10101 | 11101100 | 1010101 | 101011 |
Color Harmonies of #101BC9
Complementary color
Monochromatic Colors of #101BC9
Black with #101BC9
Text Example
Text Example
White with #101BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BC9; }
p { color: rgb(16,27,201); }
H1.HeaderClassName
{
color: #101BC9;
}
.AnyTagClassName
{
color: #101BC9;
}
</style>
background-color css
<style>
a { background-color: #101BC9; }
a { background-color: rgb(16,27,201); }
div.DivClassName
{
background-color: #101BC9;
}
.BgClassName
{
background-color: #101BC9;
}
</style>
border-color css
<style>
span { border-color: #101BC9; }
span { border-color: rgb(16,27,201); }
td.TdClassName
{
border-color: #101BC9;
}
.TagClassName
{
border-color: #101BC9;
}
</style>