Shades of Medium Blue #101BCC
Tints of Medium Blue #101BCC
RGB
CMYK
RGB Variations
Color information
#101BCC (or 0x101BCC) is known color: Medium Blue. HEX triplet: 10, 1B and CC. RGB value is (16,27,204). Sum of RGB (Red+Green+Blue) = 16+27+204=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #101BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BCC is #EFE433. Grayscale: #2B2B2B. Windows color (decimal): -15721524 or 13376272. OLE color: 13376272.
HSL color Cylindrical-coordinate representation of color #101BCC: hue angle of 236.49º 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 #101BCC is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 27 | 204 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.2 |
| HSL | 236.49º | 0.85% | 0.43% | - |
| HSV(B) | 236.49º | 0.92% | 0.8% | - |
| XYZ | 11.5 | 5.25 | 57.53 | - |
| YUV | 43.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 204 | 0.92 | 0.87 | 0 | 0.2 | 236.49 | 0.85 | 0.43 |
| Hex | 10 | 1B | CC | 5C | 57 | 0 | 14 | EC | 55 | 2B |
| Octal | 20 | 33 | 314 | 134 | 127 | 0 | 24 | 354 | 125 | 53 |
| Binary | 10000 | 11011 | 11001100 | 1011100 | 1010111 | 0 | 10100 | 11101100 | 1010101 | 101011 |
Color Harmonies of #101BCC
Complementary color
Monochromatic Colors of #101BCC
Black with #101BCC
Text Example
Text Example
White with #101BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BCC; }
p { color: rgb(16,27,204); }
H1.HeaderClassName
{
color: #101BCC;
}
.AnyTagClassName
{
color: #101BCC;
}
</style>
background-color css
<style>
a { background-color: #101BCC; }
a { background-color: rgb(16,27,204); }
div.DivClassName
{
background-color: #101BCC;
}
.BgClassName
{
background-color: #101BCC;
}
</style>
border-color css
<style>
span { border-color: #101BCC; }
span { border-color: rgb(16,27,204); }
td.TdClassName
{
border-color: #101BCC;
}
.TagClassName
{
border-color: #101BCC;
}
</style>