Shades of Medium Blue #101DCC
Tints of Medium Blue #101DCC
RGB
CMYK
RGB Variations
Color information
#101DCC (or 0x101DCC) is known color: Medium Blue. HEX triplet: 10, 1D and CC. RGB value is (16,29,204). Sum of RGB (Red+Green+Blue) = 16+29+204=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #101DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DCC is #EFE233. Grayscale: #2C2C2C. Windows color (decimal): -15721012 or 13376784. OLE color: 13376784.
HSL color Cylindrical-coordinate representation of color #101DCC: hue angle of 235.85º 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 #101DCC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 29 | 204 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.2 |
| HSL | 235.85º | 0.85% | 0.43% | - |
| HSV(B) | 235.85º | 0.92% | 0.8% | - |
| XYZ | 11.55 | 5.35 | 57.55 | - |
| YUV | 45.06 | 217.69 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 204 | 0.92 | 0.86 | 0 | 0.2 | 235.85 | 0.85 | 0.43 |
| Hex | 10 | 1D | CC | 5C | 56 | 0 | 14 | EC | 55 | 2B |
| Octal | 20 | 35 | 314 | 134 | 126 | 0 | 24 | 354 | 125 | 53 |
| Binary | 10000 | 11101 | 11001100 | 1011100 | 1010110 | 0 | 10100 | 11101100 | 1010101 | 101011 |
Color Harmonies of #101DCC
Complementary color
Monochromatic Colors of #101DCC
Black with #101DCC
Text Example
Text Example
White with #101DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DCC; }
p { color: rgb(16,29,204); }
H1.HeaderClassName
{
color: #101DCC;
}
.AnyTagClassName
{
color: #101DCC;
}
</style>
background-color css
<style>
a { background-color: #101DCC; }
a { background-color: rgb(16,29,204); }
div.DivClassName
{
background-color: #101DCC;
}
.BgClassName
{
background-color: #101DCC;
}
</style>
border-color css
<style>
span { border-color: #101DCC; }
span { border-color: rgb(16,29,204); }
td.TdClassName
{
border-color: #101DCC;
}
.TagClassName
{
border-color: #101DCC;
}
</style>