Shades of Medium Blue #100FC5
Tints of Medium Blue #100FC5
RGB
CMYK
RGB Variations
Color information
#100FC5 (or 0x100FC5) is known color: Medium Blue. HEX triplet: 10, 0F and C5. RGB value is (16,15,197). Sum of RGB (Red+Green+Blue) = 16+15+197=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 197 (77.34% from 255 or 86.40% from 228); Max value from RGB is 197 - color contains mainly: blue. Hex color #100FC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FC5 is #EFF03A. Grayscale: #232323. Windows color (decimal): -15724603 or 12914448. OLE color: 12914448.
HSL color Cylindrical-coordinate representation of color #100FC5: hue angle of 240.33º degrees, saturation: 0.86, 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 #100FC5 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 15 | 197 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.23 |
| HSL | 240.33º | 0.86% | 0.42% | - |
| HSV(B) | 240.33º | 0.92% | 0.77% | - |
| XYZ | 10.46 | 4.48 | 53.14 | - |
| YUV | 36.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 197 | 0.92 | 0.92 | 0 | 0.23 | 240.33 | 0.86 | 0.42 |
| Hex | 10 | F | C5 | 5C | 5C | 0 | 17 | F0 | 56 | 2A |
| Octal | 20 | 17 | 305 | 134 | 134 | 0 | 27 | 360 | 126 | 52 |
| Binary | 10000 | 1111 | 11000101 | 1011100 | 1011100 | 0 | 10111 | 11110000 | 1010110 | 101010 |
Color Harmonies of #100FC5
Complementary color
Monochromatic Colors of #100FC5
Black with #100FC5
Text Example
Text Example
White with #100FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FC5; }
p { color: rgb(16,15,197); }
H1.HeaderClassName
{
color: #100FC5;
}
.AnyTagClassName
{
color: #100FC5;
}
</style>
background-color css
<style>
a { background-color: #100FC5; }
a { background-color: rgb(16,15,197); }
div.DivClassName
{
background-color: #100FC5;
}
.BgClassName
{
background-color: #100FC5;
}
</style>
border-color css
<style>
span { border-color: #100FC5; }
span { border-color: rgb(16,15,197); }
td.TdClassName
{
border-color: #100FC5;
}
.TagClassName
{
border-color: #100FC5;
}
</style>