Shades of Medium Blue #100FC9
Tints of Medium Blue #100FC9
RGB
CMYK
RGB Variations
Color information
#100FC9 (or 0x100FC9) is known color: Medium Blue. HEX triplet: 10, 0F and C9. RGB value is (16,15,201). Sum of RGB (Red+Green+Blue) = 16+15+201=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 201 (78.91% from 255 or 86.64% from 232); Max value from RGB is 201 - color contains mainly: blue. Hex color #100FC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FC9 is #EFF036. Grayscale: #232323. Windows color (decimal): -15724599 or 13176592. OLE color: 13176592.
HSL color Cylindrical-coordinate representation of color #100FC9: hue angle of 240.32º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100FC9 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 15 | 201 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.21 |
| HSL | 240.32º | 0.86% | 0.42% | - |
| HSV(B) | 240.32º | 0.93% | 0.79% | - |
| XYZ | 10.93 | 4.67 | 55.58 | - |
| YUV | 36.5 | 220.83 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 201 | 0.92 | 0.93 | 0 | 0.21 | 240.32 | 0.86 | 0.42 |
| Hex | 10 | F | C9 | 5C | 5D | 0 | 15 | F0 | 56 | 2A |
| Octal | 20 | 17 | 311 | 134 | 135 | 0 | 25 | 360 | 126 | 52 |
| Binary | 10000 | 1111 | 11001001 | 1011100 | 1011101 | 0 | 10101 | 11110000 | 1010110 | 101010 |
Color Harmonies of #100FC9
Complementary color
Monochromatic Colors of #100FC9
Black with #100FC9
Text Example
Text Example
White with #100FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FC9; }
p { color: rgb(16,15,201); }
H1.HeaderClassName
{
color: #100FC9;
}
.AnyTagClassName
{
color: #100FC9;
}
</style>
background-color css
<style>
a { background-color: #100FC9; }
a { background-color: rgb(16,15,201); }
div.DivClassName
{
background-color: #100FC9;
}
.BgClassName
{
background-color: #100FC9;
}
</style>
border-color css
<style>
span { border-color: #100FC9; }
span { border-color: rgb(16,15,201); }
td.TdClassName
{
border-color: #100FC9;
}
.TagClassName
{
border-color: #100FC9;
}
</style>