Shades of Medium Blue #101AC5
Tints of Medium Blue #101AC5
RGB
CMYK
RGB Variations
Color information
#101AC5 (or 0x101AC5) is known color: Medium Blue. HEX triplet: 10, 1A and C5. RGB value is (16,26,197). Sum of RGB (Red+Green+Blue) = 16+26+197=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 197 (77.34% from 255 or 82.43% from 239); Max value from RGB is 197 - color contains mainly: blue. Hex color #101AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101AC5 is #EFE53A. Grayscale: #292929. Windows color (decimal): -15721787 or 12917264. OLE color: 12917264.
HSL color Cylindrical-coordinate representation of color #101AC5: hue angle of 236.69º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101AC5 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 26 | 197 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.23 |
| HSL | 236.69º | 0.85% | 0.42% | - |
| HSV(B) | 236.69º | 0.92% | 0.77% | - |
| XYZ | 10.66 | 4.88 | 53.2 | - |
| YUV | 42.5 | 215.19 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 197 | 0.92 | 0.87 | 0 | 0.23 | 236.69 | 0.85 | 0.42 |
| Hex | 10 | 1A | C5 | 5C | 57 | 0 | 17 | ED | 55 | 2A |
| Octal | 20 | 32 | 305 | 134 | 127 | 0 | 27 | 355 | 125 | 52 |
| Binary | 10000 | 11010 | 11000101 | 1011100 | 1010111 | 0 | 10111 | 11101101 | 1010101 | 101010 |
Color Harmonies of #101AC5
Complementary color
Monochromatic Colors of #101AC5
Black with #101AC5
Text Example
Text Example
White with #101AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101AC5; }
p { color: rgb(16,26,197); }
H1.HeaderClassName
{
color: #101AC5;
}
.AnyTagClassName
{
color: #101AC5;
}
</style>
background-color css
<style>
a { background-color: #101AC5; }
a { background-color: rgb(16,26,197); }
div.DivClassName
{
background-color: #101AC5;
}
.BgClassName
{
background-color: #101AC5;
}
</style>
border-color css
<style>
span { border-color: #101AC5; }
span { border-color: rgb(16,26,197); }
td.TdClassName
{
border-color: #101AC5;
}
.TagClassName
{
border-color: #101AC5;
}
</style>