Shades of Medium Blue #101ACB
Tints of Medium Blue #101ACB
RGB
CMYK
RGB Variations
Color information
#101ACB (or 0x101ACB) is known color: Medium Blue. HEX triplet: 10, 1A and CB. RGB value is (16,26,203). Sum of RGB (Red+Green+Blue) = 16+26+203=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 203 (79.69% from 255 or 82.86% from 245); Max value from RGB is 203 - color contains mainly: blue. Hex color #101ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101ACB is #EFE534. Grayscale: #2A2A2A. Windows color (decimal): -15721781 or 13310480. OLE color: 13310480.
HSL color Cylindrical-coordinate representation of color #101ACB: hue angle of 236.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101ACB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 26 | 203 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.20 |
| HSL | 236.79º | 0.85% | 0.43% | - |
| HSV(B) | 236.79º | 0.92% | 0.8% | - |
| XYZ | 11.36 | 5.16 | 56.9 | - |
| YUV | 43.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 203 | 0.92 | 0.87 | 0 | 0.20 | 236.79 | 0.85 | 0.43 |
| Hex | 10 | 1A | CB | 5C | 57 | 0 | 14 | ED | 55 | 2B |
| Octal | 20 | 32 | 313 | 134 | 127 | 0 | 24 | 355 | 125 | 53 |
| Binary | 10000 | 11010 | 11001011 | 1011100 | 1010111 | 0 | 10100 | 11101101 | 1010101 | 101011 |
Color Harmonies of #101ACB
Complementary color
Monochromatic Colors of #101ACB
Black with #101ACB
Text Example
Text Example
White with #101ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101ACB; }
p { color: rgb(16,26,203); }
H1.HeaderClassName
{
color: #101ACB;
}
.AnyTagClassName
{
color: #101ACB;
}
</style>
background-color css
<style>
a { background-color: #101ACB; }
a { background-color: rgb(16,26,203); }
div.DivClassName
{
background-color: #101ACB;
}
.BgClassName
{
background-color: #101ACB;
}
</style>
border-color css
<style>
span { border-color: #101ACB; }
span { border-color: rgb(16,26,203); }
td.TdClassName
{
border-color: #101ACB;
}
.TagClassName
{
border-color: #101ACB;
}
</style>