Shades of Medium Blue #100AB9
Tints of Medium Blue #100AB9
RGB
CMYK
RGB Variations
Color information
#100AB9 (or 0x100AB9) is known color: Medium Blue. HEX triplet: 10, 0A and B9. RGB value is (16,10,185). Sum of RGB (Red+Green+Blue) = 16+10+185=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 185 (72.66% from 255 or 87.68% from 211); Max value from RGB is 185 - color contains mainly: blue. Hex color #100AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100AB9 is #EFF546. Grayscale: #1F1F1F. Windows color (decimal): -15725895 or 12126736. OLE color: 12126736.
HSL color Cylindrical-coordinate representation of color #100AB9: hue angle of 242.06º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100AB9 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 10 | 185 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.27 |
| HSL | 242.06º | 0.9% | 0.38% | - |
| HSV(B) | 242.06º | 0.95% | 0.73% | - |
| XYZ | 9.08 | 3.83 | 46.16 | - |
| YUV | 31.74 | 214.49 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 185 | 0.91 | 0.95 | 0 | 0.27 | 242.06 | 0.9 | 0.38 |
| Hex | 10 | A | B9 | 5B | 5F | 0 | 1B | F2 | 5A | 26 |
| Octal | 20 | 12 | 271 | 133 | 137 | 0 | 33 | 362 | 132 | 46 |
| Binary | 10000 | 1010 | 10111001 | 1011011 | 1011111 | 0 | 11011 | 11110010 | 1011010 | 100110 |
Color Harmonies of #100AB9
Complementary color
Monochromatic Colors of #100AB9
Black with #100AB9
Text Example
Text Example
White with #100AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100AB9; }
p { color: rgb(16,10,185); }
H1.HeaderClassName
{
color: #100AB9;
}
.AnyTagClassName
{
color: #100AB9;
}
</style>
background-color css
<style>
a { background-color: #100AB9; }
a { background-color: rgb(16,10,185); }
div.DivClassName
{
background-color: #100AB9;
}
.BgClassName
{
background-color: #100AB9;
}
</style>
border-color css
<style>
span { border-color: #100AB9; }
span { border-color: rgb(16,10,185); }
td.TdClassName
{
border-color: #100AB9;
}
.TagClassName
{
border-color: #100AB9;
}
</style>