Shades of Medium Blue #100FB5
Tints of Medium Blue #100FB5
RGB
CMYK
RGB Variations
Color information
#100FB5 (or 0x100FB5) is known color: Medium Blue. HEX triplet: 10, 0F and B5. RGB value is (16,15,181). Sum of RGB (Red+Green+Blue) = 16+15+181=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 181 (71.09% from 255 or 85.38% from 212); Max value from RGB is 181 - color contains mainly: blue. Hex color #100FB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FB5 is #EFF04A. Grayscale: #212121. Windows color (decimal): -15724619 or 11865872. OLE color: 11865872.
HSL color Cylindrical-coordinate representation of color #100FB5: hue angle of 240.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100FB5 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 15 | 181 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.29 |
| HSL | 240.36º | 0.85% | 0.38% | - |
| HSV(B) | 240.36º | 0.92% | 0.71% | - |
| XYZ | 8.73 | 3.79 | 43.99 | - |
| YUV | 34.22 | 210.83 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 181 | 0.91 | 0.92 | 0 | 0.29 | 240.36 | 0.85 | 0.38 |
| Hex | 10 | F | B5 | 5B | 5C | 0 | 1D | F0 | 55 | 26 |
| Octal | 20 | 17 | 265 | 133 | 134 | 0 | 35 | 360 | 125 | 46 |
| Binary | 10000 | 1111 | 10110101 | 1011011 | 1011100 | 0 | 11101 | 11110000 | 1010101 | 100110 |
Color Harmonies of #100FB5
Complementary color
Monochromatic Colors of #100FB5
Black with #100FB5
Text Example
Text Example
White with #100FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FB5; }
p { color: rgb(16,15,181); }
H1.HeaderClassName
{
color: #100FB5;
}
.AnyTagClassName
{
color: #100FB5;
}
</style>
background-color css
<style>
a { background-color: #100FB5; }
a { background-color: rgb(16,15,181); }
div.DivClassName
{
background-color: #100FB5;
}
.BgClassName
{
background-color: #100FB5;
}
</style>
border-color css
<style>
span { border-color: #100FB5; }
span { border-color: rgb(16,15,181); }
td.TdClassName
{
border-color: #100FB5;
}
.TagClassName
{
border-color: #100FB5;
}
</style>